From a5b0515d17bf89a51bcbbd40f930e5363fbf1b23 Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Wed, 29 Jul 2015 18:01:47 +0200 Subject: [PATCH] Fixed missing setup.py copyright --- debian/changelog | 6 ++++++ debian/copyright | 20 ++++++++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/debian/changelog b/debian/changelog index 5d63cd1..e984ddb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +migrate (0.9.7-5) unstable; urgency=medium + + * Added missing copyright for setup.py (Closes: #793916). + + -- Thomas Goirand Wed, 29 Jul 2015 18:00:21 +0200 + migrate (0.9.7-4) unstable; urgency=medium * Added patch to unrestrict PBR version. diff --git a/debian/copyright b/debian/copyright index 07a19b9..6c1cee1 100644 --- a/debian/copyright +++ b/debian/copyright @@ -7,6 +7,10 @@ Copyright: (c) 2006-2009, Jan Dittberner (c) 2013, Thomas Goirand License: GPL-2 +Files: setup.py +Copyright: (c) 2013-2015, Hewlett-Packard Development Company, L.P. +License: Apache-2.0 + Files: * Copyright: (c) 2013, OpenStack foundation (c) 2006, Evan Rosson @@ -50,3 +54,19 @@ License: GPL-2 . On Debian systems, the complete text of the GNU General Public License v2 (GPL) can be found in /usr/share/common-licenses/GPL-2. + +License: Apache-2.0 + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + . + http://www.apache.org/licenses/LICENSE-2.0 + . + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + . + 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'.