diff options
author | Soren Hansen <soren@canonical.com> | 2009-06-27 19:46:17 +0200 |
---|---|---|
committer | Soren Hansen <soren@canonical.com> | 2009-06-27 19:46:17 +0200 |
commit | 14c431c2d1c2eeff3a9a104beb937073ad426679 (patch) | |
tree | 8998e78a0827de4f42bd577ad0d4a1085d4506dd /ec2-get-info.py | |
parent | b098228ab03003218b894855142dec9a8f406cfb (diff) | |
download | vyos-cloud-init-14c431c2d1c2eeff3a9a104beb937073ad426679.tar.gz vyos-cloud-init-14c431c2d1c2eeff3a9a104beb937073ad426679.zip |
Update license to GPLv3 (dropping the "or later" bit).
Update copyright years.
Add copyright and license information to setup.py.
Add myself as author of the relevant files.
Diffstat (limited to 'ec2-get-info.py')
-rwxr-xr-x | ec2-get-info.py | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/ec2-get-info.py b/ec2-get-info.py index b05e2408..01ffe722 100755 --- a/ec2-get-info.py +++ b/ec2-get-info.py @@ -1,14 +1,13 @@ #!/usr/bin/python # # Fetch the information about an AMI instance. -# Copyright 2009 Canonical Ltd. +# Copyright (C) 2008-2009 Canonical Ltd. # # Author: Chuck Short <chuck.short@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 |