summaryrefslogtreecommitdiff
path: root/UpdateManager
diff options
context:
space:
mode:
authorMichael Vogt <egon@top>2005-12-07 17:19:02 +0100
committerMichael Vogt <egon@top>2005-12-07 17:19:02 +0100
commit3d84460c0af2f0c6fd398df19810035dc5fc1409 (patch)
tree14429a162fefcea3f4719c1a5930aa45812adb87 /UpdateManager
parent016599ecf9b83c872d0d616bafeac50797291e9b (diff)
downloadpython-apt-3d84460c0af2f0c6fd398df19810035dc5fc1409.tar.gz
* added a bunch of missing copyright notices in the files
Diffstat (limited to 'UpdateManager')
-rw-r--r--UpdateManager/GtkProgress.py21
-rw-r--r--UpdateManager/MetaRelease.py21
-rw-r--r--UpdateManager/UpdateManager.py25
3 files changed, 67 insertions, 0 deletions
diff --git a/UpdateManager/GtkProgress.py b/UpdateManager/GtkProgress.py
index f60a06d8..d12a108a 100644
--- a/UpdateManager/GtkProgress.py
+++ b/UpdateManager/GtkProgress.py
@@ -1,3 +1,24 @@
+# GtkProgress.py
+#
+# Copyright (c) 2004,2005 Canonical
+#
+# Author: Michael Vogt <michael.vogt@ubuntu.com>
+#
+# This program is free software; you can 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.
+#
+# This program 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 this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+# USA
+
import pygtk
pygtk.require('2.0')
import gtk
diff --git a/UpdateManager/MetaRelease.py b/UpdateManager/MetaRelease.py
index b1b863e6..2b31c069 100644
--- a/UpdateManager/MetaRelease.py
+++ b/UpdateManager/MetaRelease.py
@@ -1,3 +1,24 @@
+# MetaRelease.py
+#
+# Copyright (c) 2004,2005 Canonical
+#
+# Author: Michael Vogt <michael.vogt@ubuntu.com>
+#
+# This program is free software; you can 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.
+#
+# This program 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 this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+# USA
+
import pygtk
pygtk.require('2.0')
import gobject
diff --git a/UpdateManager/UpdateManager.py b/UpdateManager/UpdateManager.py
index 34ac5f62..7847e8d3 100644
--- a/UpdateManager/UpdateManager.py
+++ b/UpdateManager/UpdateManager.py
@@ -1,3 +1,28 @@
+# UpdateManager.py
+#
+# Copyright (c) 2004,2005 Canonical
+# 2004 Michiel Sikkes
+# 2005 Martin Willemoes Hansen
+#
+# Author: Michiel Sikkes <michiel@eyesopened.nl>
+# Michael Vogt <mvo@debian.org>
+# Martin Willemoes Hansen <mwh@sysrq.dk>
+#
+# This program is free software; you can 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.
+#
+# This program 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 this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+# USA
+
import pygtk
pygtk.require('2.0')
import gtk