diff options
Diffstat (limited to 'ec2-set-apt-sources.py')
-rwxr-xr-x | ec2-set-apt-sources.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ec2-set-apt-sources.py b/ec2-set-apt-sources.py index 10fea8ec..39f25ee6 100755 --- a/ec2-set-apt-sources.py +++ b/ec2-set-apt-sources.py @@ -1,14 +1,14 @@ #!/usr/bin/python # # Fetch the availabity zone and create the sources.list -# Copyright 2009 Canonical Ltd. +# Copyright (C) 2009 Canonical Ltd. # # Author: Chuck Short <chuck.short@canonical.com> +# Soren Hansen <soren@canonical.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 3 of the License, or -# (at your option) any later version. +# it under the terms of the GNU General Public License version 3, as +# published by the Free Software Foundation. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of |