diff options
author | Scott Moser <smoser@brickies.net> | 2017-10-02 15:20:10 -0400 |
---|---|---|
committer | Scott Moser <smoser@brickies.net> | 2017-10-02 16:00:35 -0400 |
commit | 946232bb9eda2f4bc66c4464db9e72d3edfd9900 (patch) | |
tree | a3a2c56ae6d783e8aa71263083e8ed4f00c62032 | |
parent | 6f2aaf7b0fa9fd9376561e9b6233b4d36de51da1 (diff) | |
download | vyos-cloud-init-946232bb9eda2f4bc66c4464db9e72d3edfd9900.tar.gz vyos-cloud-init-946232bb9eda2f4bc66c4464db9e72d3edfd9900.zip |
packages/debian/copyright: remove mention of boto and MIT license
boto_utils.py had been removed some time ago, and the current
cloudinit/ec2_utils.py is not based on what was in boto_utils.
We just failed to remove the mention of it from the upstream
debian/copyright. And then put it back in everywhere in recent changes
to get upstream and ubuntu in sync.
-rw-r--r-- | packages/debian/copyright | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/packages/debian/copyright b/packages/debian/copyright index c2236702..598cda14 100644 --- a/packages/debian/copyright +++ b/packages/debian/copyright @@ -7,10 +7,6 @@ Files: * Copyright: 2010, Canonical Ltd. License: GPL-3 or Apache-2.0 -Files: cloudinit/boto_utils.py -Copyright: 2006,2007, Mitch Garnaat http://garnaat.org/ -License: MIT - License: GPL-3 This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3, as @@ -42,23 +38,3 @@ License: Apache-2.0 . On Debian-based systems the full text of the Apache version 2.0 license can be found in `/usr/share/common-licenses/Apache-2.0'. - -License: MIT - Permission is hereby granted, free of charge, to any person obtaining a - copy of this software and associated documentation files (the - "Software"), to deal in the Software without restriction, including - without limitation the rights to use, copy, modify, merge, publish, dis- - tribute, sublicense, and/or sell copies of the Software, and to permit - persons to whom the Software is furnished to do so, subject to the fol- - lowing conditions: - . - The above copyright notice and this permission notice shall be included - in all copies or substantial portions of the Software. - . - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS - OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABIL- - ITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT - SHALL THE AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, - WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS - IN THE SOFTWARE. |