diff options
| author | Julian Andres Klode <jak@debian.org> | 2009-04-01 16:27:15 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2009-04-01 16:27:15 +0200 |
| commit | 312b5ca7acbe74bc73acc2b710628ea2a8ad83cc (patch) | |
| tree | 260faf77c44cfe6ff52d9921d4b8712f81397c75 /apt/progress | |
| parent | 14bf76bdb50dc8ee450776ca1525e7c25a4a608e (diff) | |
| download | python-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__.py | 4 | ||||
| -rw-r--r-- | apt/progress/gtk2.py | 2 |
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> |
