Changeset 576
- Timestamp:
- 06/12/07 16:33:32 (1 year ago)
- Files:
-
- trunk/LICENSE (modified) (1 diff)
- trunk/scripts/deluge (modified) (1 diff)
- trunk/setup.py (modified) (1 diff)
- trunk/src/common.py (modified) (1 diff)
- trunk/src/core.py (modified) (1 diff)
- trunk/src/deluge_core.cpp (modified) (1 diff)
- trunk/src/deluge_stats.py (modified) (1 diff)
- trunk/src/dgtk.py (modified) (1 diff)
- trunk/src/dialogs.py (modified) (1 diff)
- trunk/src/interface.py (modified) (1 diff)
- trunk/src/ipc_manager.py (modified) (1 diff)
- trunk/src/plugins.py (modified) (1 diff)
- trunk/src/pref.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/LICENSE
r133 r576 339 339 library. If this is what you want to do, use the GNU Library General 340 340 Public License instead of this License. 341 342 In addition, as a special exception, the copyright holders give 343 permission to link the code of portions of this program with the OpenSSL 344 library. 345 You must obey the GNU General Public License in all respects for all of 346 the code used other than OpenSSL. If you modify file(s) with this 347 exception, you may extend this exception to your version of the file(s), 348 but you are not obligated to do so. If you do not wish to do so, delete 349 this exception statement from your version. If you delete this exception 350 statement from all source files in the program, then also delete it here. 351 trunk/scripts/deluge
r564 r576 24 24 # 51 Franklin Street, Fifth Floor 25 25 # Boston, MA 02110-1301, USA. 26 # 27 # In addition, as a special exception, the copyright holders give 28 # permission to link the code of portions of this program with the OpenSSL 29 # library. 30 # You must obey the GNU General Public License in all respects for all of 31 # the code used other than OpenSSL. If you modify file(s) with this 32 # exception, you may extend this exception to your version of the file(s), 33 # but you are not obligated to do so. If you do not wish to do so, delete 34 # this exception statement from your version. If you delete this exception 35 # statement from all source files in the program, then also delete it here. 26 36 27 37 from optparse import OptionParser trunk/setup.py
r556 r576 16 16 # 51 Franklin Street, Fifth Floor 17 17 # Boston, MA 02110-1301, USA. 18 # 19 # In addition, as a special exception, the copyright holders give 20 # permission to link the code of portions of this program with the OpenSSL 21 # library. 22 # You must obey the GNU General Public License in all respects for all of 23 # the code used other than OpenSSL. If you modify file(s) with this 24 # exception, you may extend this exception to your version of the file(s), 25 # but you are not obligated to do so. If you do not wish to do so, delete 26 # this exception statement from your version. If you delete this exception 27 # statement from all source files in the program, then also delete it here. 18 28 19 29 import os, platform trunk/src/common.py
r527 r576 18 18 # 51 Franklin Street, Fifth Floor 19 19 # Boston, MA 02110-1301, USA. 20 # 21 # In addition, as a special exception, the copyright holders give 22 # permission to link the code of portions of this program with the OpenSSL 23 # library. 24 # You must obey the GNU General Public License in all respects for all of 25 # the code used other than OpenSSL. If you modify file(s) with this 26 # exception, you may extend this exception to your version of the file(s), 27 # but you are not obligated to do so. If you do not wish to do so, delete 28 # this exception statement from your version. If you delete this exception 29 # statement from all source files in the program, then also delete it here. 20 30 21 31 import sys, os, os.path, webbrowser trunk/src/core.py
r573 r576 17 17 # 51 Franklin Street, Fifth Floor 18 18 # Boston, MA 02110-1301, USA. 19 # 20 # In addition, as a special exception, the copyright holders give 21 # permission to link the code of portions of this program with the OpenSSL 22 # library. 23 # You must obey the GNU General Public License in all respects for all of 24 # the code used other than OpenSSL. If you modify file(s) with this 25 # exception, you may extend this exception to your version of the file(s), 26 # but you are not obligated to do so. If you do not wish to do so, delete 27 # this exception statement from your version. If you delete this exception 28 # statement from all source files in the program, then also delete it here. 19 29 20 30 # Deluge Library, previously known as python-libtorrent: trunk/src/deluge_core.cpp
r573 r576 15 15 * along with this program; if not, write to the Free Software 16 16 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 17 * 18 * In addition, as a special exception, the copyright holders give 19 * permission to link the code of portions of this program with the OpenSSL 20 * library. 21 * You must obey the GNU General Public License in all respects for all of 22 * the code used other than OpenSSL. If you modify file(s) with this 23 * exception, you may extend this exception to your version of the file(s), 24 * but you are not obligated to do so. If you do not wish to do so, delete 25 * this exception statement from your version. If you delete this exception 26 * statement from all source files in the program, then also delete it here. 17 27 * 18 28 * Thank You: Some code portions were derived from BSD-licensed work by trunk/src/deluge_stats.py
r144 r576 17 17 # 51 Franklin Street, Fifth Floor 18 18 # Boston, MA 02110-1301, USA. 19 # 20 # In addition, as a special exception, the copyright holders give 21 # permission to link the code of portions of this program with the OpenSSL 22 # library. 23 # You must obey the GNU General Public License in all respects for all of 24 # the code used other than OpenSSL. If you modify file(s) with this 25 # exception, you may extend this exception to your version of the file(s), 26 # but you are not obligated to do so. If you do not wish to do so, delete 27 # this exception statement from your version. If you delete this exception 28 # statement from all source files in the program, then also delete it here. 19 29 20 30 import time trunk/src/dgtk.py
r351 r576 18 18 # 51 Franklin Street, Fifth Floor 19 19 # Boston, MA 02110-1301, USA. 20 # 21 # In addition, as a special exception, the copyright holders give 22 # permission to link the code of portions of this program with the OpenSSL 23 # library. 24 # You must obey the GNU General Public License in all respects for all of 25 # the code used other than OpenSSL. If you modify file(s) with this 26 # exception, you may extend this exception to your version of the file(s), 27 # but you are not obligated to do so. If you do not wish to do so, delete 28 # this exception statement from your version. If you delete this exception 29 # statement from all source files in the program, then also delete it here. 20 30 21 31 # Similar to common, this contains any common functions trunk/src/dialogs.py
r573 r576 18 18 # 51 Franklin Street, Fifth Floor 19 19 # Boston, MA 02110-1301, USA. 20 # 21 # In addition, as a special exception, the copyright holders give 22 # permission to link the code of portions of this program with the OpenSSL 23 # library. 24 # You must obey the GNU General Public License in all respects for all of 25 # the code used other than OpenSSL. If you modify file(s) with this 26 # exception, you may extend this exception to your version of the file(s), 27 # but you are not obligated to do so. If you do not wish to do so, delete 28 # this exception statement from your version. If you delete this exception 29 # statement from all source files in the program, then also delete it here. 20 30 21 31 import common, dgtk trunk/src/interface.py
r572 r576 20 20 # 51 Franklin Street, Fifth Floor 21 21 # Boston, MA 02110-1301, USA. 22 # 23 # In addition, as a special exception, the copyright holders give 24 # permission to link the code of portions of this program with the OpenSSL 25 # library. 26 # You must obey the GNU General Public License in all respects for all of 27 # the code used other than OpenSSL. If you modify file(s) with this 28 # exception, you may extend this exception to your version of the file(s), 29 # but you are not obligated to do so. If you do not wish to do so, delete 30 # this exception statement from your version. If you delete this exception 31 # statement from all source files in the program, then also delete it here. 22 32 23 33 import sys, os, os.path, urllib trunk/src/ipc_manager.py
r523 r576 18 18 # 51 Franklin Street, Fifth Floor 19 19 # Boston, MA 02110-1301, USA. 20 # 21 # In addition, as a special exception, the copyright holders give 22 # permission to link the code of portions of this program with the OpenSSL 23 # library. 24 # You must obey the GNU General Public License in all respects for all of 25 # the code used other than OpenSSL. If you modify file(s) with this 26 # exception, you may extend this exception to your version of the file(s), 27 # but you are not obligated to do so. If you do not wish to do so, delete 28 # this exception statement from your version. If you delete this exception 29 # statement from all source files in the program, then also delete it here. 20 30 21 31 trunk/src/plugins.py
r573 r576 20 20 # 51 Franklin Street, Fifth Floor 21 21 # Boston, MA 02110-1301, USA. 22 # 23 # In addition, as a special exception, the copyright holders give 24 # permission to link the code of portions of this program with the OpenSSL 25 # library. 26 # You must obey the GNU General Public License in all respects for all of 27 # the code used other than OpenSSL. If you modify file(s) with this 28 # exception, you may extend this exception to your version of the file(s), 29 # but you are not obligated to do so. If you do not wish to do so, delete 30 # this exception statement from your version. If you delete this exception 31 # statement from all source files in the program, then also delete it here. 22 32 23 33 import os, sys, imp trunk/src/pref.py
r571 r576 18 18 # 51 Franklin Street, Fifth Floor 19 19 # Boston, MA 02110-1301, USA. 20 # 21 # In addition, as a special exception, the copyright holders give 22 # permission to link the code of portions of this program with the OpenSSL 23 # library. 24 # You must obey the GNU General Public License in all respects for all of 25 # the code used other than OpenSSL. If you modify file(s) with this 26 # exception, you may extend this exception to your version of the file(s), 27 # but you are not obligated to do so. If you do not wish to do so, delete 28 # this exception statement from your version. If you delete this exception 29 # statement from all source files in the program, then also delete it here. 20 30 21 31
