Fixed missing setup.py copyright

This commit is contained in:
Thomas Goirand 2015-07-29 18:01:47 +02:00
parent 5baf706aef
commit a5b0515d17
2 changed files with 26 additions and 0 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
migrate (0.9.7-5) unstable; urgency=medium
* Added missing copyright for setup.py (Closes: #793916).
-- Thomas Goirand <zigo@debian.org> Wed, 29 Jul 2015 18:00:21 +0200
migrate (0.9.7-4) unstable; urgency=medium
* Added patch to unrestrict PBR version.

20
debian/copyright vendored
View File

@ -7,6 +7,10 @@ Copyright: (c) 2006-2009, Jan Dittberner <jandd@debian.org>
(c) 2013, Thomas Goirand <zigo@debian.org>
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 <evan.rosson@gmail.com>
@ -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'.