summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorjoey <joey>2000-01-06 23:12:58 +0000
committerjoey <joey>2000-01-06 23:12:58 +0000
commitac91153614219487564ce47e3d183d3c5ef160d2 (patch)
tree76f4b864360acdf63f3f3f863c4fef8467ad3258 /examples
parent7cd0c0bf3a091ff02d5120c37dae5b0aa28efb5c (diff)
r330: * Make all examples rules files executable.
* Copyright date updates.
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/rules2
-rwxr-xr-xexamples/rules.indep2
-rwxr-xr-xexamples/rules.multi2
-rwxr-xr-xexamples/rules.multi22
4 files changed, 4 insertions, 4 deletions
diff --git a/examples/rules b/examples/rules
index 5eb0751b..8f6ff797 100755
--- a/examples/rules
+++ b/examples/rules
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
# Sample debian/rules that uses debhelper.
-# GNU copyright 1997 to 1999 by Joey Hess.
+# GPL copyright 1997 to 1999 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 bd1531b8..299b77d6 100755
--- a/examples/rules.indep
+++ b/examples/rules.indep
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
# Sample debian/rules that uses debhelper.
-# GNU copyright 1997 to 1999 by Joey Hess.
+# GPL copyright 1997 to 1999 by Joey Hess.
#
# This version is for packages that are architecture independent.
diff --git a/examples/rules.multi b/examples/rules.multi
index 8e7159dd..37f7835a 100755
--- a/examples/rules.multi
+++ b/examples/rules.multi
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
# Sample debian/rules that uses debhelper.
-# GNU copyright 1997 by Joey Hess.
+# GPL copyright 1997 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 fa7ae6ec..509fa445 100755
--- a/examples/rules.multi2
+++ b/examples/rules.multi2
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
# Sample debian/rules that uses debhelper.
-# GNU copyright 1997 to 1999 by Joey Hess.
+# GPL copyright 1997 to 1999 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.