Skip to content

Commit 3129edc

Browse files
add example trackers and bump copyright interval
1 parent 6b23023 commit 3129edc

File tree

8 files changed

+12
-6
lines changed

8 files changed

+12
-6
lines changed

defaulttrackers/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# __init__.py
33
#
4-
# Copyright (C) 2013-2015 Stefan Talpalaru <[email protected]>
4+
# Copyright (C) 2013-2016 Stefan Talpalaru <[email protected]>
55
#
66
# Basic plugin template created by:
77
# Copyright (C) 2008 Martijn Voncken <[email protected]>

defaulttrackers/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# common.py
33
#
4-
# Copyright (C) 2013-2015 Stefan Talpalaru <[email protected]>
4+
# Copyright (C) 2013-2016 Stefan Talpalaru <[email protected]>
55
#
66
# Basic plugin template created by:
77
# Copyright (C) 2008 Martijn Voncken <[email protected]>

defaulttrackers/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# core.py
33
#
4-
# Copyright (C) 2013-2015 Stefan Talpalaru <[email protected]>
4+
# Copyright (C) 2013-2016 Stefan Talpalaru <[email protected]>
55
#
66
# Basic plugin template created by:
77
# Copyright (C) 2008 Martijn Voncken <[email protected]>

defaulttrackers/data/defaulttrackers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Script: defaulttrackers.js
33
The client-side javascript code for the DefaultTrackers plugin.
44
55
Copyright:
6-
(C) Stefan Talpalaru 2013-2015 <[email protected]>
6+
(C) Stefan Talpalaru 2013-2016 <[email protected]>
77
This program is free software; you can redistribute it and/or modify
88
it under the terms of the GNU General Public License as published by
99
the Free Software Foundation; either version 3, or (at your option)

defaulttrackers/data/options.glade

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,12 @@ http://tracker.coppersurfer.tk:6969
8181

8282
udp://open.demonii.com:1337
8383

84+
http://tracker.baravik.org:6970/announce
85+
86+
http://tracker2.wasabii.com.tw:6969/announce
87+
88+
udp://9.rarbg.me:2710/announce
89+
8490
</property>
8591
<property name="use_markup">True</property>
8692
<property name="selectable">True</property>

defaulttrackers/gtkui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# gtkui.py
33
#
4-
# Copyright (C) 2013-2015 Stefan Talpalaru <[email protected]>
4+
# Copyright (C) 2013-2016 Stefan Talpalaru <[email protected]>
55
#
66
# Basic plugin template created by:
77
# Copyright (C) 2008 Martijn Voncken <[email protected]>

defaulttrackers/webui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# webui.py
33
#
4-
# Copyright (C) 2013-2015 Stefan Talpalaru <[email protected]>
4+
# Copyright (C) 2013-2016 Stefan Talpalaru <[email protected]>
55
#
66
# Basic plugin template created by:
77
# Copyright (C) 2008 Martijn Voncken <[email protected]>

egg/DefaultTrackers-0.1-py2.7.egg

58 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)