summaryrefslogtreecommitdiff
path: root/apt/progress
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2009-04-01 16:27:15 +0200
committerJulian Andres Klode <jak@debian.org>2009-04-01 16:27:15 +0200
commit312b5ca7acbe74bc73acc2b710628ea2a8ad83cc (patch)
tree260faf77c44cfe6ff52d9921d4b8712f81397c75 /apt/progress
parent14bf76bdb50dc8ee450776ca1525e7c25a4a608e (diff)
downloadpython-apt-312b5ca7acbe74bc73acc2b710628ea2a8ad83cc.tar.gz
* Copyright updates: debian/copyright, etc.
- debian/copyright: Switch to machine-interpretable copyright - apt/*.py: Fix the copyright years and comments.
Diffstat (limited to 'apt/progress')
-rw-r--r--apt/progress/__init__.py4
-rw-r--r--apt/progress/gtk2.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/apt/progress/__init__.py b/apt/progress/__init__.py
index 51eb2426..769942ce 100644
--- a/apt/progress/__init__.py
+++ b/apt/progress/__init__.py
@@ -1,6 +1,6 @@
-# Progress.py - progress reporting classes
+# progress.py - progress reporting classes
#
-# Copyright (c) 2005 Canonical
+# Copyright (c) 2005-2009 Canonical
#
# Author: Michael Vogt <michael.vogt@ubuntu.com>
#
diff --git a/apt/progress/gtk2.py b/apt/progress/gtk2.py
index 435265d4..f872e34f 100644
--- a/apt/progress/gtk2.py
+++ b/apt/progress/gtk2.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
-# Copyright (c) 2004-2005 Canonical
+# Copyright (c) 2004-2009 Canonical
#
# Authors: Michael Vogt <michael.vogt@ubuntu.com>
# Sebastian Heinlein <glatzor@ubuntu.com>