]> git.donarmstrong.com Git - debhelper.git/commitdiff
r337: * Copyright update: files in the examples directory are public domain.
authorjoey <joey>
Tue, 8 Feb 2000 07:17:39 +0000 (07:17 +0000)
committerjoey <joey>
Tue, 8 Feb 2000 07:17:39 +0000 (07:17 +0000)
debian/changelog
debian/copyright
examples/rules
examples/rules.indep
examples/rules.multi
examples/rules.multi2

index 173278d5894c49389e3f6d1ff7bd879edad5345b..9808971821d0361cbbb29db21534bb8aba8b3f9d 100644 (file)
@@ -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
index 36d067c0f71f783560d33d5cb8dc6b8a7db18376..3e2095860962255555cb2b05d387bbd7a615a285 100644 (file)
@@ -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.
index 8f6ff7973300b50b32a0603a261e6d6fcbb253df..bf2ed948a4f94c7aac30caa66282e435b25377b6 100755 (executable)
@@ -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
index 299b77d66e44db770adec5d9023160b5f750bd89..582213914f78f68d240df21df183cacb93706a83 100755 (executable)
@@ -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.
 
index 37f7835a6e16221d11fdfb28b7bf24c3bcf2be60..34e6347c4dc51452627f908108f749fde146b0b8 100755 (executable)
@@ -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
index 509fa44594f0d1d2b66ace70649861c689d411b7..c11fcd43874f5cc74a54977a1406028e59f78051 100755 (executable)
@@ -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.