summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-12-23 11:42:05 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-12-23 11:42:05 -0700
commit8d1c2090a10075ab082f35c0d333ed740d245316 (patch)
treef45269a7a834a0c35bf624f48f0dbe346abb06c2
parent5062985b91aea337b479ca09d02ffb0d1abc862a (diff)
Add license & copyright headers to dh_elpa{,_test}
-rw-r--r--debian/changelog1
-rwxr-xr-xdh_elpa16
-rwxr-xr-xdh_elpa_test16
3 files changed, 33 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index dc7c972..eed593f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ dh-elpa (2.0.16) UNRELEASED; urgency=medium
* dh_elpa_test: Replace use of smartmatch operator.
It is expected that Perl upstream will soon deprecate the operator.
+ * Add license & copyright headers to dh_elpa{,_test}.
* Tighten dependency on emacs-nox|emacs to require >= 1:28.2+1-9.
-- Sean Whitton <spwhitton@spwhitton.name> Sun, 27 Nov 2022 11:40:32 -0700
diff --git a/dh_elpa b/dh_elpa
index f51a592..7a7cde2 100755
--- a/dh_elpa
+++ b/dh_elpa
@@ -1,5 +1,21 @@
#!/usr/bin/perl
+# Copyright (C) 2015, 2018 David Bremner <bremner@debian.org>
+# Copyright (C) 2016, 2018 Sean Whitton <spwhitton@spwhitton.name>
+#
+# 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 <http://www.gnu.org/licenses/>.
+
=head1 NAME
dh_elpa - install emacs lisp packages into package build directories
diff --git a/dh_elpa_test b/dh_elpa_test
index 67e7f62..c2504bf 100755
--- a/dh_elpa_test
+++ b/dh_elpa_test
@@ -1,5 +1,21 @@
#!/usr/bin/perl
+# Copyright (C) 2016, 2017 Sean Whitton <spwhitton@spwhitton.name>
+# Copyright (C) 2021 David Bremner <bremner@debian.org>
+#
+# 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 <http://www.gnu.org/licenses/>.
+
=head1 NAME
dh_elpa_test - run ELPA package testsuites