From 43b0c0a39977fda574d77d546bda763bb2eac954 Mon Sep 17 00:00:00 2001 From: Ryan Cavicchioni Date: Sat, 10 Apr 2021 07:23:57 +0000 Subject: [PATCH] Add copyright to Debian package --- Makefile | 1 + packaging/debian/copyright | 28 ++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 packaging/debian/copyright diff --git a/Makefile b/Makefile index 43d51bc..0cf5e72 100644 --- a/Makefile +++ b/Makefile @@ -68,6 +68,7 @@ deb: $(Q) echo 10 > $(DEBBUILDDIR)/$(DEBORIGSRCDIR)/debian/compat $(Q) echo "3.0 (quilt)" > $(DEBBUILDDIR)/$(DEBORIGSRCDIR)/debian/source/format $(Q) cp $(DEBTMPLDIR)/control $(DEBBUILDDIR)/$(DEBORIGSRCDIR)/debian/control + $(Q) cp $(DEBTMPLDIR)/copyright $(DEBBUILDDIR)/$(DEBORIGSRCDIR)/debian/copyright $(Q) cd $(DEBBUILDDIR)/$(DEBORIGSRCDIR) && dpkg-buildpackage -us -uc $(Q) mv $(DEBBUILDDIR)/*.dsc $(BUILDDIR) $(Q) mv $(DEBBUILDDIR)/*.changes $(BUILDDIR) diff --git a/packaging/debian/copyright b/packaging/debian/copyright new file mode 100644 index 0000000..d33dbbe --- /dev/null +++ b/packaging/debian/copyright @@ -0,0 +1,28 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: lume +Source: https://git.kill0.net/chill9/lume + +Files: * +Copyright: 2021 Ryan Cavicchioni +License: MPL-2.0 + +License: MPL-2.0 + Licensed under the Mozilla Public License 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 + . + https://www.mozilla.org/en-US/MPL/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 systems, the complete text of the Mozilla Public License version 2.0 + license can be found in "/usr/share/common-licenses/MPL-2.0". + +# Please also look if there are files or directories which have a +# different copyright/license attached and list them here. +# Please avoid picking licenses with terms that are more restrictive than the +# packaged work, as it may make Debian's contributions unacceptable upstream.