summaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
Diffstat (limited to 'functions')
-rwxr-xr-xfunctions/aliases.sh2
-rwxr-xr-xfunctions/architectures.sh2
-rwxr-xr-xfunctions/arguments.sh2
-rwxr-xr-xfunctions/breakpoints.sh2
-rwxr-xr-xfunctions/cache.sh2
-rwxr-xr-xfunctions/chroot.sh2
-rwxr-xr-xfunctions/color.sh2
-rwxr-xr-xfunctions/common.sh2
-rwxr-xr-xfunctions/conffile.sh2
-rwxr-xr-xfunctions/cursor.sh2
-rwxr-xr-xfunctions/defaults.sh2
-rwxr-xr-xfunctions/echo.sh2
-rwxr-xr-xfunctions/exit.sh2
-rwxr-xr-xfunctions/help.sh2
-rwxr-xr-xfunctions/lockfile.sh2
-rwxr-xr-xfunctions/losetup.sh2
-rwxr-xr-xfunctions/man.sh2
-rwxr-xr-xfunctions/packagelists.sh2
-rwxr-xr-xfunctions/packages.sh2
-rwxr-xr-xfunctions/releases.sh2
-rwxr-xr-xfunctions/stagefile.sh2
-rwxr-xr-xfunctions/templates.sh2
-rwxr-xr-xfunctions/usage.sh2
-rwxr-xr-xfunctions/wrapper.sh2
24 files changed, 24 insertions, 24 deletions
diff --git a/functions/aliases.sh b/functions/aliases.sh
index a63b193ec..c2bd14704 100755
--- a/functions/aliases.sh
+++ b/functions/aliases.sh
@@ -3,7 +3,7 @@
## live-build(7) - System Build Scripts
## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
##
-## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
+## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
## This is free software, and you are welcome to redistribute it
## under certain conditions; see COPYING for details.
diff --git a/functions/architectures.sh b/functions/architectures.sh
index 2756587ab..76eb88e5f 100755
--- a/functions/architectures.sh
+++ b/functions/architectures.sh
@@ -3,7 +3,7 @@
## live-build(7) - System Build Scripts
## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
##
-## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
+## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
## This is free software, and you are welcome to redistribute it
## under certain conditions; see COPYING for details.
diff --git a/functions/arguments.sh b/functions/arguments.sh
index 2e6c2b883..4da88b884 100755
--- a/functions/arguments.sh
+++ b/functions/arguments.sh
@@ -3,7 +3,7 @@
## live-build(7) - System Build Scripts
## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
##
-## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
+## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
## This is free software, and you are welcome to redistribute it
## under certain conditions; see COPYING for details.
diff --git a/functions/breakpoints.sh b/functions/breakpoints.sh
index 9a10178e5..28ad58149 100755
--- a/functions/breakpoints.sh
+++ b/functions/breakpoints.sh
@@ -3,7 +3,7 @@
## live-build(7) - System Build Scripts
## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
##
-## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
+## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
## This is free software, and you are welcome to redistribute it
## under certain conditions; see COPYING for details.
diff --git a/functions/cache.sh b/functions/cache.sh
index 400afe251..a04521a78 100755
--- a/functions/cache.sh
+++ b/functions/cache.sh
@@ -3,7 +3,7 @@
## live-build(7) - System Build Scripts
## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
##
-## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
+## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
## This is free software, and you are welcome to redistribute it
## under certain conditions; see COPYING for details.
diff --git a/functions/chroot.sh b/functions/chroot.sh
index 954b5977d..1698cc353 100755
--- a/functions/chroot.sh
+++ b/functions/chroot.sh
@@ -3,7 +3,7 @@
## live-build(7) - System Build Scripts
## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
##
-## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
+## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
## This is free software, and you are welcome to redistribute it
## under certain conditions; see COPYING for details.
diff --git a/functions/color.sh b/functions/color.sh
index d6cb41f50..2020c4a37 100755
--- a/functions/color.sh
+++ b/functions/color.sh
@@ -3,7 +3,7 @@
## live-build(7) - System Build Scripts
## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
##
-## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
+## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
## This is free software, and you are welcome to redistribute it
## under certain conditions; see COPYING for details.
diff --git a/functions/common.sh b/functions/common.sh
index 19c3bc052..41fa13ec7 100755
--- a/functions/common.sh
+++ b/functions/common.sh
@@ -3,7 +3,7 @@
## live-build(7) - System Build Scripts
## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
##
-## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
+## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
## This is free software, and you are welcome to redistribute it
## under certain conditions; see COPYING for details.
diff --git a/functions/conffile.sh b/functions/conffile.sh
index 5efcebd1a..467400694 100755
--- a/functions/conffile.sh
+++ b/functions/conffile.sh
@@ -3,7 +3,7 @@
## live-build(7) - System Build Scripts
## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
##
-## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
+## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
## This is free software, and you are welcome to redistribute it
## under certain conditions; see COPYING for details.
diff --git a/functions/cursor.sh b/functions/cursor.sh
index 80a970127..5a17a50cb 100755
--- a/functions/cursor.sh
+++ b/functions/cursor.sh
@@ -3,7 +3,7 @@
## live-build(7) - System Build Scripts
## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
##
-## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
+## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
## This is free software, and you are welcome to redistribute it
## under certain conditions; see COPYING for details.
diff --git a/functions/defaults.sh b/functions/defaults.sh
index f29f1a8cb..329f78bb8 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -3,7 +3,7 @@
## live-build(7) - System Build Scripts
## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
##
-## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
+## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
## This is free software, and you are welcome to redistribute it
## under certain conditions; see COPYING for details.
diff --git a/functions/echo.sh b/functions/echo.sh
index 9daabd1a8..8ce5d713c 100755
--- a/functions/echo.sh
+++ b/functions/echo.sh
@@ -3,7 +3,7 @@
## live-build(7) - System Build Scripts
## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
##
-## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
+## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
## This is free software, and you are welcome to redistribute it
## under certain conditions; see COPYING for details.
diff --git a/functions/exit.sh b/functions/exit.sh
index 51831a165..63ac7e65e 100755
--- a/functions/exit.sh
+++ b/functions/exit.sh
@@ -3,7 +3,7 @@
## live-build(7) - System Build Scripts
## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
##
-## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
+## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
## This is free software, and you are welcome to redistribute it
## under certain conditions; see COPYING for details.
diff --git a/functions/help.sh b/functions/help.sh
index ab8942d2d..bae08b309 100755
--- a/functions/help.sh
+++ b/functions/help.sh
@@ -3,7 +3,7 @@
## live-build(7) - System Build Scripts
## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
##
-## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
+## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
## This is free software, and you are welcome to redistribute it
## under certain conditions; see COPYING for details.
diff --git a/functions/lockfile.sh b/functions/lockfile.sh
index ed290a8a7..fa29baa32 100755
--- a/functions/lockfile.sh
+++ b/functions/lockfile.sh
@@ -3,7 +3,7 @@
## live-build(7) - System Build Scripts
## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
##
-## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
+## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
## This is free software, and you are welcome to redistribute it
## under certain conditions; see COPYING for details.
diff --git a/functions/losetup.sh b/functions/losetup.sh
index 3abd253a5..b62cc1649 100755
--- a/functions/losetup.sh
+++ b/functions/losetup.sh
@@ -3,7 +3,7 @@
## live-build(7) - System Build Scripts
## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
##
-## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
+## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
## This is free software, and you are welcome to redistribute it
## under certain conditions; see COPYING for details.
diff --git a/functions/man.sh b/functions/man.sh
index ff73c79e9..03f205243 100755
--- a/functions/man.sh
+++ b/functions/man.sh
@@ -3,7 +3,7 @@
## live-build(7) - System Build Scripts
## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
##
-## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
+## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
## This is free software, and you are welcome to redistribute it
## under certain conditions; see COPYING for details.
diff --git a/functions/packagelists.sh b/functions/packagelists.sh
index c126d25db..8a6141b21 100755
--- a/functions/packagelists.sh
+++ b/functions/packagelists.sh
@@ -3,7 +3,7 @@
## live-build(7) - System Build Scripts
## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
##
-## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
+## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
## This is free software, and you are welcome to redistribute it
## under certain conditions; see COPYING for details.
diff --git a/functions/packages.sh b/functions/packages.sh
index 1d5356a52..4e562b861 100755
--- a/functions/packages.sh
+++ b/functions/packages.sh
@@ -3,7 +3,7 @@
## live-build(7) - System Build Scripts
## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
##
-## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
+## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
## This is free software, and you are welcome to redistribute it
## under certain conditions; see COPYING for details.
diff --git a/functions/releases.sh b/functions/releases.sh
index bec315f80..6871c120c 100755
--- a/functions/releases.sh
+++ b/functions/releases.sh
@@ -3,7 +3,7 @@
## live-build(7) - System Build Scripts
## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
##
-## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
+## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
## This is free software, and you are welcome to redistribute it
## under certain conditions; see COPYING for details.
diff --git a/functions/stagefile.sh b/functions/stagefile.sh
index 301dbea3a..7d6aa6b66 100755
--- a/functions/stagefile.sh
+++ b/functions/stagefile.sh
@@ -3,7 +3,7 @@
## live-build(7) - System Build Scripts
## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
##
-## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
+## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
## This is free software, and you are welcome to redistribute it
## under certain conditions; see COPYING for details.
diff --git a/functions/templates.sh b/functions/templates.sh
index f68fcc902..d6a54d04c 100755
--- a/functions/templates.sh
+++ b/functions/templates.sh
@@ -3,7 +3,7 @@
## live-build(7) - System Build Scripts
## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
##
-## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
+## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
## This is free software, and you are welcome to redistribute it
## under certain conditions; see COPYING for details.
diff --git a/functions/usage.sh b/functions/usage.sh
index 6d24f7ddf..789e7953e 100755
--- a/functions/usage.sh
+++ b/functions/usage.sh
@@ -3,7 +3,7 @@
## live-build(7) - System Build Scripts
## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
##
-## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
+## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
## This is free software, and you are welcome to redistribute it
## under certain conditions; see COPYING for details.
diff --git a/functions/wrapper.sh b/functions/wrapper.sh
index 019acfa48..e760dcd6d 100755
--- a/functions/wrapper.sh
+++ b/functions/wrapper.sh
@@ -3,7 +3,7 @@
## live-build(7) - System Build Scripts
## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
##
-## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
+## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
## This is free software, and you are welcome to redistribute it
## under certain conditions; see COPYING for details.