diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2010-01-22 12:19:45 +0100 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2010-01-22 12:19:45 +0100 |
| commit | 6bb65ff4d8e7c2cff25dd86e0e4590e8e054eeb1 (patch) | |
| tree | 7de2269fb5a7e56042ba20988d4c07c06b6b39d5 | |
| parent | b3fde0761aae51194a093c680834af33449c9f08 (diff) | |
| parent | c62bdd0b1b633b134ba551847da0c1e8d12115c2 (diff) | |
| download | python-apt-6bb65ff4d8e7c2cff25dd86e0e4590e8e054eeb1.tar.gz | |
merged from the mvo branch
| -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 |
