diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2010-01-20 17:43:07 +0100 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2010-01-20 17:43:07 +0100 |
| commit | c62bdd0b1b633b134ba551847da0c1e8d12115c2 (patch) | |
| tree | 94521d3c93cc725c8fd8c83016119d491ea2e7a2 | |
| parent | 5c125f3c54b4bbf5fb60c48aefd0fc4b9f736664 (diff) | |
| download | python-apt-c62bdd0b1b633b134ba551847da0c1e8d12115c2.tar.gz | |
apt/utils.py: fix copyright info
| -rw-r--r-- | apt/utils.py | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/apt/utils.py b/apt/utils.py index c4c4cb73..df1d0397 100644 --- a/apt/utils.py +++ b/apt/utils.py @@ -3,9 +3,10 @@ # Authors: # Michael Vogt # -# 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; version 3. +# 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 |
