From 1ae9201eb6e597015f906d3f16ecfbd23825d8db Mon Sep 17 00:00:00 2001 From: Zach Tibbitts Date: Fri, 8 Dec 2006 19:06:49 +0000 Subject: [PATCH] - --- dcommon.py | 24 ++++++++++++++++++++---- delugegtk.py | 2 +- dexml.py | 0 3 files changed, 21 insertions(+), 5 deletions(-) delete mode 100644 dexml.py diff --git a/dcommon.py b/dcommon.py index 30ff9a7a0..070add941 100644 --- a/dcommon.py +++ b/dcommon.py @@ -1,8 +1,24 @@ -#!/usr/bin/env python2.4 +# dcommon.py # -# Deluge common class -# For functions and variables that -# need to be accessed globally. +# Copyright (C) Zach Tibbitts 2006 +# +# Deluge is free software. +# +# You may redistribute it and/or modify it under the terms of the +# GNU General Public License, as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) +# any later version. +# +# dcommon.py is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +# See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with main.py. If not, write to: +# The Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor +# Boston, MA 02110-1301, USA. import sys, os, webbrowser diff --git a/delugegtk.py b/delugegtk.py index 60036c005..e312db904 100755 --- a/delugegtk.py +++ b/delugegtk.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.5 +#!/usr/bin/env python # # delugegtk.py # diff --git a/dexml.py b/dexml.py deleted file mode 100644 index e69de29bb..000000000