summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rw-r--r--debian/copyright3
-rwxr-xr-xexamples/rules2
-rwxr-xr-xexamples/rules.indep2
-rwxr-xr-xexamples/rules.multi2
-rwxr-xr-xexamples/rules.multi22
6 files changed, 12 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog
index 173278d5..98089718 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+debhelper (2.0.88) unstable; urgency=low
+
+ * Copyright update: files in the examples directory are public domain.
+
+ -- Joey Hess <joeyh@debian.org> Mon, 7 Feb 2000 23:16:39 -0800
+
debhelper (2.0.87) unstable; urgency=low
* Documented that lynx is used to convert html changelogs. Closes: #54055
diff --git a/debian/copyright b/debian/copyright
index 36d067c0..3e209586 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -6,4 +6,5 @@ from debmake, by Christoph Lameter <clameter@debian.org>.
Some of the dh_md5sums and dh_du commands is from a program by Charles
Briscoe-Smith <cpb4@ukc.ac.uk>.
-The copyright of this package is GPL, version 2 or later.
+The copyright of this package is GPL, version 2 or later. Files in the
+examples/ directory are in the public domain.
diff --git a/examples/rules b/examples/rules
index 8f6ff797..bf2ed948 100755
--- a/examples/rules
+++ b/examples/rules
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
# Sample debian/rules that uses debhelper.
-# GPL copyright 1997 to 1999 by Joey Hess.
+# This file is public domain software, originally written by Joey Hess.
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
diff --git a/examples/rules.indep b/examples/rules.indep
index 299b77d6..58221391 100755
--- a/examples/rules.indep
+++ b/examples/rules.indep
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
# Sample debian/rules that uses debhelper.
-# GPL copyright 1997 to 1999 by Joey Hess.
+# This file is public domain software, originally written by Joey Hess.
#
# This version is for packages that are architecture independent.
diff --git a/examples/rules.multi b/examples/rules.multi
index 37f7835a..34e6347c 100755
--- a/examples/rules.multi
+++ b/examples/rules.multi
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
# Sample debian/rules that uses debhelper.
-# GPL copyright 1997 by Joey Hess.
+# This file is public domain software, originally written by Joey Hess.
#
# This version is for a hypothetical package that builds an
# architecture-dependant package, as well as an architecture-independent
diff --git a/examples/rules.multi2 b/examples/rules.multi2
index 509fa445..c11fcd43 100755
--- a/examples/rules.multi2
+++ b/examples/rules.multi2
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
# Sample debian/rules that uses debhelper.
-# GPL copyright 1997 to 1999 by Joey Hess.
+# This file is public domain software, originally written by Joey Hess.
#
# This version is for a multibinary package. It also allows you to build any
# of the binary packages independantly, via binary-<package> targets.