From: Don Armstrong Date: Mon, 18 Dec 2017 17:53:50 +0000 (-0800) Subject: add the missing License: and header paragraphs to debian/copyright X-Git-Tag: debian/1.3-1^0 X-Git-Url: https://git.donarmstrong.com/?p=deb_pkgs%2Fautorandr.git;a=commitdiff_plain;h=46cf3f3186b21243c65469576eea2fc8d481bb9c add the missing License: and header paragraphs to debian/copyright --- diff --git a/debian/changelog b/debian/changelog index 9fff857..b9a8660 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ autorandr (1.3-1) unstable; urgency=medium * New upstream release * Cherrypick settings.ini patch from upstream + * Add missing license statements from debian/copyright -- Don Armstrong Mon, 11 Dec 2017 10:49:57 -0800 diff --git a/debian/copyright b/debian/copyright index 7510a90..a677c90 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,3 +1,8 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: autorandr +Upstream-Contact: Phillip Berndt +Source: https://github.com/phillipberndt/autorandr + Files: * Copyright: 2015, 2016, Phillip Berndt License: GPL-3+ @@ -18,3 +23,40 @@ Files: debian/* Copyright: 2017, Don Armstrong License: GPL-3+ +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 as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the full text of the GNU General Public + License version 3 can be found in the file + `/usr/share/common-licenses/GPL-3` + +License: Expat + 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, + distribute, sublicense, and/or sell copies of the Software, and to + permit persons to whom the Software is furnished to do so, subject to + the following 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 + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 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.