From c7f541bd2bc869c366e8242baf1faa6856cd2e39 Mon Sep 17 00:00:00 2001 From: joey Date: Tue, 8 Feb 2000 07:17:39 +0000 Subject: r337: * Copyright update: files in the examples directory are public domain. --- examples/rules | 2 +- examples/rules.indep | 2 +- examples/rules.multi | 2 +- examples/rules.multi2 | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'examples') 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- targets. -- cgit v1.2.3