summaryrefslogtreecommitdiff
path: root/debian/copyright
diff options
context:
space:
mode:
authorScott Moser <smoser@brickies.net>2017-10-02 16:10:58 -0400
committerScott Moser <smoser@brickies.net>2017-10-02 16:10:58 -0400
commit18dda935c06dc6ccb2968f8a14b9f86e0a0bd3b3 (patch)
treebcc3c920c73e43f50fa0c18d8679a5d6f2e041d4 /debian/copyright
parent48a5d2a0fa9b08faf5ff0ec8425a0dd746edc9e2 (diff)
downloadvyos-cloud-init-18dda935c06dc6ccb2968f8a14b9f86e0a0bd3b3.tar.gz
vyos-cloud-init-18dda935c06dc6ccb2968f8a14b9f86e0a0bd3b3.zip
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.
Diffstat (limited to 'debian/copyright')
-rw-r--r--debian/copyright24
1 files changed, 0 insertions, 24 deletions
diff --git a/debian/copyright b/debian/copyright
index c2236702..598cda14 100644
--- a/debian/copyright
+++ b/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.