From c5a91189a0f0a15ec3f73553285fa3b80a110126 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 6 Mar 2008 16:43:00 +0100 Subject: Updating copyright years to 2008. --- functions/aliases.sh | 2 +- functions/architecture.sh | 2 +- functions/arguments.sh | 2 +- functions/breakpoints.sh | 2 +- functions/cache.sh | 2 +- functions/chroot.sh | 2 +- functions/common.sh | 2 +- functions/conffile.sh | 2 +- functions/defaults.sh | 2 +- functions/echo.sh | 2 +- functions/exit.sh | 2 +- functions/help.sh | 2 +- functions/lockfile.sh | 2 +- functions/losetup.sh | 2 +- functions/packages.sh | 2 +- functions/packageslists.sh | 2 +- functions/releases.sh | 2 +- functions/stagefile.sh | 2 +- functions/templates.sh | 2 +- functions/usage.sh | 2 +- functions/version.sh | 4 ++-- functions/wrapper.sh | 2 +- helpers/lh | 2 +- helpers/lh_binary | 2 +- helpers/lh_binary_chroot | 2 +- helpers/lh_binary_debian-installer | 2 +- helpers/lh_binary_disk | 2 +- helpers/lh_binary_encryption | 2 +- helpers/lh_binary_grub | 2 +- helpers/lh_binary_includes | 2 +- helpers/lh_binary_iso | 2 +- helpers/lh_binary_linux-image | 2 +- helpers/lh_binary_local-hooks | 2 +- helpers/lh_binary_local-includes | 2 +- helpers/lh_binary_local-packageslists | 2 +- helpers/lh_binary_manifest | 2 +- helpers/lh_binary_md5sum | 2 +- helpers/lh_binary_memtest | 2 +- helpers/lh_binary_net | 2 +- helpers/lh_binary_rootfs | 2 +- helpers/lh_binary_syslinux | 2 +- helpers/lh_binary_tar | 2 +- helpers/lh_binary_usb-hdd | 2 +- helpers/lh_binary_yaboot | 2 +- helpers/lh_bootstrap | 2 +- helpers/lh_bootstrap_cache | 2 +- helpers/lh_bootstrap_cdebootstrap | 2 +- helpers/lh_bootstrap_copy | 2 +- helpers/lh_bootstrap_debootstrap | 2 +- helpers/lh_build | 2 +- helpers/lh_chroot | 2 +- helpers/lh_chroot_apt | 2 +- helpers/lh_chroot_cache | 2 +- helpers/lh_chroot_debianchroot | 2 +- helpers/lh_chroot_devpts | 2 +- helpers/lh_chroot_dpkg | 2 +- helpers/lh_chroot_hacks | 2 +- helpers/lh_chroot_hooks | 2 +- helpers/lh_chroot_hostname | 2 +- helpers/lh_chroot_hosts | 2 +- helpers/lh_chroot_interactive | 2 +- helpers/lh_chroot_linux-image | 2 +- helpers/lh_chroot_local-hooks | 2 +- helpers/lh_chroot_local-includes | 2 +- helpers/lh_chroot_local-packages | 2 +- helpers/lh_chroot_local-packageslists | 2 +- helpers/lh_chroot_local-preseed | 2 +- helpers/lh_chroot_localization | 2 +- helpers/lh_chroot_packages | 2 +- helpers/lh_chroot_packageslists | 2 +- helpers/lh_chroot_preseed | 2 +- helpers/lh_chroot_proc | 2 +- helpers/lh_chroot_resolv | 2 +- helpers/lh_chroot_sources | 2 +- helpers/lh_chroot_symlinks | 2 +- helpers/lh_chroot_sysfs | 2 +- helpers/lh_chroot_sysv-rc | 2 +- helpers/lh_chroot_sysvinit | 2 +- helpers/lh_chroot_tasks | 2 +- helpers/lh_clean | 2 +- helpers/lh_config | 2 +- helpers/lh_local | 2 +- helpers/lh_source | 2 +- helpers/lh_source_debian | 2 +- helpers/lh_source_debian-live | 2 +- helpers/lh_source_disk | 2 +- helpers/lh_source_iso | 2 +- helpers/lh_source_md5sum | 2 +- helpers/lh_source_net | 2 +- helpers/lh_source_tar | 2 +- helpers/lh_source_usb-hdd | 2 +- helpers/lh_testroot | 2 +- helpers/make-live | 2 +- hooks/kde-desktop | 2 +- hooks/minimal | 2 +- hooks/stripped | 2 +- templates/syslinux/ca/f10.txt | 2 +- templates/syslinux/en/f10.txt | 2 +- templates/syslinux/es/f10.txt | 2 +- 99 files changed, 100 insertions(+), 100 deletions(-) diff --git a/functions/aliases.sh b/functions/aliases.sh index 04efc24..031dc0e 100755 --- a/functions/aliases.sh +++ b/functions/aliases.sh @@ -1,7 +1,7 @@ #!/bin/sh # aliases.sh - internal shell aliases -# Copyright (C) 2006-2007 Daniel Baumann +# Copyright (C) 2006-2008 Daniel Baumann # # live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING. # This is free software, and you are welcome to redistribute it diff --git a/functions/architecture.sh b/functions/architecture.sh index 6cc0caf..e9c844b 100755 --- a/functions/architecture.sh +++ b/functions/architecture.sh @@ -1,7 +1,7 @@ #!/bin/sh # architecture.sh - handle architecture specific support -# Copyright (C) 2006-2007 Daniel Baumann +# Copyright (C) 2006-2008 Daniel Baumann # # live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING. # This is free software, and you are welcome to redistribute it diff --git a/functions/arguments.sh b/functions/arguments.sh index f121db3..93f4a06 100755 --- a/functions/arguments.sh +++ b/functions/arguments.sh @@ -1,7 +1,7 @@ #!/bin/sh # arguments.sh - handle common arguments -# Copyright (C) 2006-2007 Daniel Baumann +# Copyright (C) 2006-2008 Daniel Baumann # # live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING. # This is free software, and you are welcome to redistribute it diff --git a/functions/breakpoints.sh b/functions/breakpoints.sh index bf59d7c..610e77c 100755 --- a/functions/breakpoints.sh +++ b/functions/breakpoints.sh @@ -1,7 +1,7 @@ #!/bin/sh # breakpoints.sh - run with breakpoints -# Copyright (C) 2006-2007 Daniel Baumann +# Copyright (C) 2006-2008 Daniel Baumann # # live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING. # This is free software, and you are welcome to redistribute it diff --git a/functions/cache.sh b/functions/cache.sh index 147cf5c..06ec5a2 100755 --- a/functions/cache.sh +++ b/functions/cache.sh @@ -1,7 +1,7 @@ #!/bin/sh # cache.sh - manage package cache -# Copyright (C) 2006-2007 Daniel Baumann +# Copyright (C) 2006-2008 Daniel Baumann # # live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING. # This is free software, and you are welcome to redistribute it diff --git a/functions/chroot.sh b/functions/chroot.sh index 63151db..55e0fbe 100755 --- a/functions/chroot.sh +++ b/functions/chroot.sh @@ -1,7 +1,7 @@ #!/bin/sh # chroot.sh - /usr/sbin/chroot wrapper script -# Copyright (C) 2006-2007 Daniel Baumann +# Copyright (C) 2006-2008 Daniel Baumann # # live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING. # This is free software, and you are welcome to redistribute it diff --git a/functions/common.sh b/functions/common.sh index c5d57db..18f94f3 100755 --- a/functions/common.sh +++ b/functions/common.sh @@ -1,7 +1,7 @@ #!/bin/sh # common.sh - common things for all live-helpers -# Copyright (C) 2006-2007 Daniel Baumann +# Copyright (C) 2006-2008 Daniel Baumann # # live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING. # This is free software, and you are welcome to redistribute it diff --git a/functions/conffile.sh b/functions/conffile.sh index d0291e2..e36584a 100755 --- a/functions/conffile.sh +++ b/functions/conffile.sh @@ -1,7 +1,7 @@ #!/bin/sh # conffile.sh - handle configuration files -# Copyright (C) 2006-2007 Daniel Baumann +# Copyright (C) 2006-2008 Daniel Baumann # # live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING. # This is free software, and you are welcome to redistribute it diff --git a/functions/defaults.sh b/functions/defaults.sh index 208b2e7..e9d3d13 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -1,7 +1,7 @@ #!/bin/sh # defaults.sh - handle default values -# Copyright (C) 2006-2007 Daniel Baumann +# Copyright (C) 2006-2008 Daniel Baumann # # live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING. # This is free software, and you are welcome to redistribute it diff --git a/functions/echo.sh b/functions/echo.sh index f304381..963e125 100755 --- a/functions/echo.sh +++ b/functions/echo.sh @@ -1,7 +1,7 @@ #!/bin/sh # echo.sh - define output methods -# Copyright (C) 2006-2007 Daniel Baumann +# Copyright (C) 2006-2008 Daniel Baumann # # live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING. # This is free software, and you are welcome to redistribute it diff --git a/functions/exit.sh b/functions/exit.sh index 3de897c..2e50056 100755 --- a/functions/exit.sh +++ b/functions/exit.sh @@ -1,7 +1,7 @@ #!/bin/sh # exit.sh - cleanup -# Copyright (C) 2006-2007 Daniel Baumann +# Copyright (C) 2006-2008 Daniel Baumann # # live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING. # This is free software, and you are welcome to redistribute it diff --git a/functions/help.sh b/functions/help.sh index 11ee890..16d67ae 100755 --- a/functions/help.sh +++ b/functions/help.sh @@ -1,7 +1,7 @@ #!/bin/sh # help.sh - print help information -# Copyright (C) 2006-2007 Daniel Baumann +# Copyright (C) 2006-2008 Daniel Baumann # # live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING. # This is free software, and you are welcome to redistribute it diff --git a/functions/lockfile.sh b/functions/lockfile.sh index 189d0c2..d92c77c 100755 --- a/functions/lockfile.sh +++ b/functions/lockfile.sh @@ -1,7 +1,7 @@ #!/bin/sh # lockfile.sh - handle lock files -# Copyright (C) 2006-2007 Daniel Baumann +# Copyright (C) 2006-2008 Daniel Baumann # # live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING. # This is free software, and you are welcome to redistribute it diff --git a/functions/losetup.sh b/functions/losetup.sh index c3e90bc..a3bd8ba 100755 --- a/functions/losetup.sh +++ b/functions/losetup.sh @@ -1,7 +1,7 @@ #!/bin/sh # losetup - wrapper around losetup -# Copyright (C) 2006-2007 Daniel Baumann +# Copyright (C) 2006-2008 Daniel Baumann # # live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING. # This is free software, and you are welcome to redistribute it diff --git a/functions/packages.sh b/functions/packages.sh index 645b6c4..a98bdcc 100755 --- a/functions/packages.sh +++ b/functions/packages.sh @@ -1,7 +1,7 @@ #!/bin/sh # packages.sh - handle packages installation -# Copyright (C) 2006-2007 Daniel Baumann +# Copyright (C) 2006-2008 Daniel Baumann # # live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING. # This is free software, and you are welcome to redistribute it diff --git a/functions/packageslists.sh b/functions/packageslists.sh index 36f46ca..f29f134 100755 --- a/functions/packageslists.sh +++ b/functions/packageslists.sh @@ -1,7 +1,7 @@ #!/bin/sh # packagelists.sh - expands package list includes -# Copyright (C) 2006-2007 Daniel Baumann +# Copyright (C) 2006-2008 Daniel Baumann # # live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING. # This is free software, and you are welcome to redistribute it diff --git a/functions/releases.sh b/functions/releases.sh index 1c0928b..bd9635b 100755 --- a/functions/releases.sh +++ b/functions/releases.sh @@ -1,7 +1,7 @@ #!/bin/sh # releases.sh - list release information -# Copyright (C) 2006-2007 Daniel Baumann +# Copyright (C) 2006-2008 Daniel Baumann # # live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING. # This is free software, and you are welcome to redistribute it diff --git a/functions/stagefile.sh b/functions/stagefile.sh index 3a6765e..810279b 100755 --- a/functions/stagefile.sh +++ b/functions/stagefile.sh @@ -1,7 +1,7 @@ #!/bin/sh # stagefile.sh - handle stage files -# Copyright (C) 2006-2007 Daniel Baumann +# Copyright (C) 2006-2008 Daniel Baumann # # live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING. # This is free software, and you are welcome to redistribute it diff --git a/functions/templates.sh b/functions/templates.sh index 59f2aef..09b1662 100755 --- a/functions/templates.sh +++ b/functions/templates.sh @@ -1,7 +1,7 @@ #!/bin/sh # templates.sh - handle templates files -# Copyright (C) 2006-2007 Daniel Baumann +# Copyright (C) 2006-2008 Daniel Baumann # # live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING. # This is free software, and you are welcome to redistribute it diff --git a/functions/usage.sh b/functions/usage.sh index 8f70c46..0d9adc3 100755 --- a/functions/usage.sh +++ b/functions/usage.sh @@ -1,7 +1,7 @@ #!/bin/sh # usage.sh - print usage information -# Copyright (C) 2006-2007 Daniel Baumann +# Copyright (C) 2006-2008 Daniel Baumann # # live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING. # This is free software, and you are welcome to redistribute it diff --git a/functions/version.sh b/functions/version.sh index 891b100..e7edc11 100755 --- a/functions/version.sh +++ b/functions/version.sh @@ -1,7 +1,7 @@ #!/bin/sh # version.sh - print version information -# Copyright (C) 2006-2007 Daniel Baumann +# Copyright (C) 2006-2008 Daniel Baumann # # live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING. # This is free software, and you are welcome to redistribute it @@ -14,7 +14,7 @@ Version () echo "${PROGRAM}, version ${VERSION}" echo "This program is a part of live-helper." echo - echo "Copyright (C) 2006-2007 Daniel Baumann " + echo "Copyright (C) 2006-2008 Daniel Baumann " echo echo "This program is free software: you can redistribute it and/or modify" echo "it under the terms of the GNU General Public License as published by" diff --git a/functions/wrapper.sh b/functions/wrapper.sh index 0d38ed6..6a71e81 100755 --- a/functions/wrapper.sh +++ b/functions/wrapper.sh @@ -1,7 +1,7 @@ #!/bin/sh # wrapper.sh - external command wrappers -# Copyright (C) 2006-2007 Daniel Baumann +# Copyright (C) 2006-2008 Daniel Baumann # # live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING. # This is free software, and you are welcome to redistribute it diff --git a/helpers/lh b/helpers/lh index 511cacd..5f2b538 100755 --- a/helpers/lh +++ b/helpers/lh @@ -1,7 +1,7 @@ #!/bin/sh # live-helper(1) - utility to build Debian Live systems -# Copyright (C) 2006-2007 Daniel Baumann +# Copyright (C) 2006-2008 Daniel Baumann # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/helpers/lh_binary b/helpers/lh_binary index 63606e9..b24ad3a 100755 --- a/helpers/lh_binary +++ b/helpers/lh_binary @@ -1,7 +1,7 @@ #!/bin/sh # lh_binary(1) - build binary images -# Copyright (C) 2006-2007 Daniel Baumann +# Copyright (C) 2006-2008 Daniel Baumann # # live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING. # This is free software, and you are welcome to redistribute it diff --git a/helpers/lh_binary_chroot b/helpers/lh_binary_chroot index ad578cc..9c462ff 100755 --- a/helpers/lh_binary_chroot +++ b/helpers/lh_binary_chroot @@ -1,7 +1,7 @@ #!/bin/sh # lh_binary_chroot(1) - copy chroot into chroot -# Copyright (C) 2006-2007 Daniel Baumann +# Copyright (C) 2006-2008 Daniel Baumann # # live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING. # This is free software, and you are welcome to redistribute it diff --git a/helpers/lh_binary_debian-installer b/helpers/lh_binary_debian-installer index 06e9ecd..5b53858 100755 --- a/helpers/lh_binary_debian-installer +++ b/helpers/lh_binary_debian-installer @@ -1,7 +1,7 @@ #!/bin/sh # lh_binary_debian-installer(1) - install debian-installer into binary -# Copyright (C) 2006-2007 Daniel Baumann +# Copyright (C) 2006-2008 Daniel Baumann # # live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING. # This is free software, and you are welcome to redistribute it diff --git a/helpers/lh_binary_disk b/helpers/lh_binary_disk index 88533e0..6127f52 100755 --- a/helpers/lh_binary_disk +++ b/helpers/lh_binary_disk @@ -1,7 +1,7 @@ #!/bin/sh # lh_binary_disk (1) - install disk information into binary -# Copyright (C) 2006-2007 Daniel Baumann +# Copyright (C) 2006-2008 Daniel Baumann # # live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING. # This is free software, and you are welcome to redistribute it diff --git a/helpers/lh_binary_encryption b/helpers/lh_binary_encryption index 6591749..e4157a4 100755 --- a/helpers/lh_binary_encryption +++ b/helpers/lh_binary_encryption @@ -1,7 +1,7 @@ #!/bin/sh # lh_binary_encryption(1) - encrypts rootfs -# Copyright (C) 2006-2007 Daniel Baumann +# Copyright (C) 2006-2008 Daniel Baumann # # live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING. # This is free software, and you are welcome to redistribute it diff --git a/helpers/lh_binary_grub b/helpers/lh_binary_grub index 1d33ba8..6915cf5 100755 --- a/helpers/lh_binary_grub +++ b/helpers/lh_binary_grub @@ -1,7 +1,7 @@ #!/bin/sh # lh_binary_grub(1) - installs grub into binary -# Copyright (C) 2006-2007 Daniel Baumann +# Copyright (C) 2006-2008 Daniel Baumann # # live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING. # This is free software, and you are welcome to redistribute it diff --git a/helpers/lh_binary_includes b/helpers/lh_binary_includes index c2b2399..777c3dc 100755 --- a/helpers/lh_binary_includes +++ b/helpers/lh_binary_includes @@ -1,7 +1,7 @@ #!/bin/sh # lh_binary_includes(1) - copy files into binary -# Copyright (C) 2006-2007 Daniel Baumann +# Copyright (C) 2006-2008 Daniel Baumann # # live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING. # This is free software, and you are welcome to redistribute it diff --git a/helpers/lh_binary_iso b/helpers/lh_binary_iso index f3f4274..722bfcd 100755 --- a/helpers/lh_binary_iso +++ b/helpers/lh_binary_iso @@ -1,7 +1,7 @@ #!/bin/sh # lh_binary_iso(1) - build iso binary image -# Copyright (C) 2006-2007 Daniel Baumann +# Copyright (C) 2006-2008 Daniel Baumann # # live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING. # This is free software, and you are welcome to redistribute it diff --git a/helpers/lh_binary_linux-image b/helpers/lh_binary_linux-image index 8290887..789bf4d 100755 --- a/helpers/lh_binary_linux-image +++ b/helpers/lh_binary_linux-image @@ -1,7 +1,7 @@ #!/bin/sh # lh_binary_linux-image(1) - install linux-image into binary -# Copyright (C) 2006-2007 Daniel Baumann +# Copyright (C) 2006-2008 Daniel Baumann # # live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING. # This is free software, and you are welcome to redistribute it diff --git a/helpers/lh_binary_local-hooks b/helpers/lh_binary_local-hooks index df7ab87..6d758c3 100755 --- a/helpers/lh_binary_local-hooks +++ b/helpers/lh_binary_local-hooks @@ -1,7 +1,7 @@ #!/bin/sh # lh_binary_local-hooks(1) - execute local hooks in binary -# Copyright (C) 2006-2007 Daniel Baumann +# Copyright (C) 2006-2008 Daniel Baumann # # live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING. # This is free software, and you are welcome to redistribute it diff --git a/helpers/lh_binary_local-includes b/helpers/lh_binary_local-includes index 6d0f346..48657bf 100755 --- a/helpers/lh_binary_local-includes +++ b/helpers/lh_binary_local-includes @@ -1,7 +1,7 @@ #!/bin/sh # lh_binary_local-includes(1) - copy files into binary -# Copyright (C) 2006-2007 Daniel Baumann +# Copyright (C) 2006-2008 Daniel Baumann # # live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING. # This is free software, and you are welcome to redistribute it diff --git a/helpers/lh_binary_local-packageslists b/helpers/lh_binary_local-packageslists index 3afa7fe..13b59ae 100755 --- a/helpers/lh_binary_local-packageslists +++ b/helpers/lh_binary_local-packageslists @@ -1,7 +1,7 @@ #!/bin/sh # lh_binary_local-packageslists(1) - install local packages lists into binary -# Copyright (C) 2006-2007 Daniel Baumann +# Copyright (C) 2006-2008 Daniel Baumann # # live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING. # This is free software, and you are welcome to redistribute it diff --git a/helpers/lh_binary_manifest b/helpers/lh_binary_manifest index 0eabd8b..33e710f 100755 --- a/helpers/lh_binary_manifest +++ b/helpers/lh_binary_manifest @@ -1,7 +1,7 @@ #!/bin/sh # lh_binary_manifest(1) - create manifest -# Copyright (C) 2006-2007 Daniel Baumann +# Copyright (C) 2006-2008 Daniel Baumann # # live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING. # This is free software, and you are welcome to redistribute it diff --git a/helpers/lh_binary_md5sum b/helpers/lh_binary_md5sum index 0c614bf..5ff1b28 100755 --- a/helpers/lh_binary_md5sum +++ b/helpers/lh_binary_md5sum @@ -1,7 +1,7 @@ #!/bin/sh # lh_binary_md5sum(1) - create binary md5sums -# Copyright (C) 2006-2007 Daniel Baumann +# Copyright (C) 2006-2008 Daniel Baumann # # live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING. # This is free software, and you are welcome to redistribute it diff --git a/helpers/lh_binary_memtest b/helpers/lh_binary_memtest index 557b945..5603762 100755 --- a/helpers/lh_binary_memtest +++ b/helpers/lh_binary_memtest @@ -1,7 +1,7 @@ #!/bin/sh # lh_binary_memtest(1) - installs a memtest into binary -# Copyright (C) 2006-2007 Daniel Baumann +# Copyright (C) 2006-2008 Daniel Baumann # # live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING. # This is free software, and you are welcome to redistribute it diff --git a/helpers/lh_binary_net b/helpers/lh_binary_net index 8cd4bf7..a329fcd 100755 --- a/helpers/lh_binary_net +++ b/helpers/lh_binary_net @@ -1,7 +1,7 @@ #!/bin/sh # lh_binary_net(1) - build netboot binary image -# Copyright (C) 2006-2007 Daniel Baumann +# Copyright (C) 2006-2008 Daniel Baumann # # live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING. # This is free software, and you are welcome to redistribute it diff --git a/helpers/lh_binary_rootfs b/helpers/lh_binary_rootfs index 1108228..109e508 100755 --- a/helpers/lh_binary_rootfs +++ b/helpers/lh_binary_rootfs @@ -1,7 +1,7 @@ #!/bin/sh # lh_binary_rootfs(1) - build rootfs image -# Copyright (C) 2006-2007 Daniel Baumann +# Copyright (C) 2006-2008 Daniel Baumann # # live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING. # This is free software, and you are welcome to redistribute it diff --git a/helpers/lh_binary_syslinux b/helpers/lh_binary_syslinux index 790df6d..34c8e24 100755 --- a/helpers/lh_binary_syslinux +++ b/helpers/lh_binary_syslinux @@ -1,7 +1,7 @@ #!/bin/sh # lh_binary_syslinux(1) - installs syslinux into binary -# Copyright (C) 2006-2007 Daniel Baumann +# Copyright (C) 2006-2008 Daniel Baumann # # live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING. # This is free software, and you are welcome to redistribute it diff --git a/helpers/lh_binary_tar b/helpers/lh_binary_tar index ed1cab8..f610d7b 100755 --- a/helpers/lh_binary_tar +++ b/helpers/lh_binary_tar @@ -1,7 +1,7 @@ #!/bin/sh # lh_binary_tar(1) - build harddisk binary image -# Copyright (C) 2006-2007 Daniel Baumann +# Copyright (C) 2006-2008 Daniel Baumann # # live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING. # This is free software, and you are welcome to redistribute it diff --git a/helpers/lh_binary_usb-hdd b/helpers/lh_binary_usb-hdd index 6298c4c..b3e0f31 100755 --- a/helpers/lh_binary_usb-hdd +++ b/helpers/lh_binary_usb-hdd @@ -1,7 +1,7 @@ #!/bin/sh # lh_binary_usb-hdd(1) - build binary usb-hdd image -# Copyright (C) 2006-2007 Daniel Baumann +# Copyright (C) 2006-2008 Daniel Baumann # # live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING. # This is free software, and you are welcome to redistribute it diff --git a/helpers/lh_binary_yaboot b/helpers/lh_binary_yaboot index 2c51a66..85a7f94 100755 --- a/helpers/lh_binary_yaboot +++ b/helpers/lh_binary_yaboot @@ -1,7 +1,7 @@ #!/bin/sh # lh_binary_yaboot(1) - installs yaboot into binary -# Copyright (C) 2006-2007 Daniel Baumann +# Copyright (C) 2006-2008 Daniel Baumann # # live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING. # This is free software, and you are welcome to redistribute it diff --git a/helpers/lh_bootstrap b/helpers/lh_bootstrap index 4d9cf46..d524aa1 100755 --- a/helpers/lh_bootstrap +++ b/helpers/lh_bootstrap @@ -1,7 +1,7 @@ #!/bin/sh # lh_bootstrap(1) - bootstrap a Debian system -# Copyright (C) 2006-2007 Daniel Baumann +# Copyright (C) 2006-2008 Daniel Baumann # # live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING. # This is free software, and you are welcome to redistribute it diff --git a/helpers/lh_bootstrap_cache b/helpers/lh_bootstrap_cache index 4efeba3..e394a19 100755 --- a/helpers/lh_bootstrap_cache +++ b/helpers/lh_bootstrap_cache @@ -1,7 +1,7 @@ #!/bin/sh # lh_bootstrap_cache(1) - cach bootstrap stage -# Copyright (C) 2006-2007 Daniel Baumann +# Copyright (C) 2006-2008 Daniel Baumann # # live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING. # This is free software, and you are welcome to redistribute it diff --git a/helpers/lh_bootstrap_cdebootstrap b/helpers/lh_bootstrap_cdebootstrap index a3db55c..8f8561e 100755 --- a/helpers/lh_bootstrap_cdebootstrap +++ b/helpers/lh_bootstrap_cdebootstrap @@ -1,7 +1,7 @@ #!/bin/sh # lh_bootstrap_cdebootstrap(1) - bootstrap a Debian system with cdebootstrap(1) -# Copyright (C) 2006-2007 Daniel Baumann +# Copyright (C) 2006-2008 Daniel Baumann # # live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING. # This is free software, and you are welcome to redistribute it diff --git a/helpers/lh_bootstrap_copy b/helpers/lh_bootstrap_copy index 518069f..aba2e42 100755 --- a/helpers/lh_bootstrap_copy +++ b/helpers/lh_bootstrap_copy @@ -1,7 +1,7 @@ #!/bin/sh # lh_bootstrap_copy(1) - bootstrap by copying the host system -# Copyright (C) 2006-2007 Daniel Baumann +# Copyright (C) 2006-2008 Daniel Baumann # # live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING. # This is free software, and you are welcome to redistribute it diff --git a/helpers/lh_bootstrap_debootstrap b/helpers/lh_bootstrap_debootstrap index a9eb7d0..5f717a2 100755 --- a/helpers/lh_bootstrap_debootstrap +++ b/helpers/lh_bootstrap_debootstrap @@ -1,7 +1,7 @@ #!/bin/sh # lh_bootstrap_debootstrap(1) - bootstrap a Debian system with debootstrap(8) -# Copyright (C) 2006-2007 Daniel Baumann +# Copyright (C) 2006-2008 Daniel Baumann # # live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING. # This is free software, and you are welcome to redistribute it diff --git a/helpers/lh_build b/helpers/lh_build index 3e8e782..180f8b9 100755 --- a/helpers/lh_build +++ b/helpers/lh_build @@ -1,7 +1,7 @@ #!/bin/sh # lh_build(1) - build a Debian Live system -# Copyright (C) 2006-2007 Daniel Baumann +# Copyright (C) 2006-2008 Daniel Baumann # # live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING. # This is free software, and you are welcome to redistribute it diff --git a/helpers/lh_chroot b/helpers/lh_chroot index 1913eb0..79f57d5 100755 --- a/helpers/lh_chroot +++ b/helpers/lh_chroot @@ -1,7 +1,7 @@ #!/bin/sh # lh_chroot(1) - customize the Debian system -# Copyright (C) 2006-2007 Daniel Baumann +# Copyright (C) 2006-2008 Daniel Baumann # # live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING. # This is free software, and you are welcome to redistribute it diff --git a/helpers/lh_chroot_apt b/helpers/lh_chroot_apt index fc149b3..e90f5ec 100755 --- a/helpers/lh_chroot_apt +++ b/helpers/lh_chroot_apt @@ -1,7 +1,7 @@ #!/bin/sh # lh_chroot_apt(1) - manage /etc/apt/apt.conf -# Copyright (C) 2006-2007 Daniel Baumann +# Copyright (C) 2006-2008 Daniel Baumann # # live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING. # This is free software, and you are welcome to redistribute it diff --git a/helpers/lh_chroot_cache b/helpers/lh_chroot_cache index 782043d..923a8f2 100755 --- a/helpers/lh_chroot_cache +++ b/helpers/lh_chroot_cache @@ -1,7 +1,7 @@ #!/bin/sh # lh_chroot_cache(1) - cach chroot stage -# Copyright (C) 2006-2007 Daniel Baumann +# Copyright (C) 2006-2008 Daniel Baumann # # live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING. # This is free software, and you are welcome to redistribute it diff --git a/helpers/lh_chroot_debianchroot b/helpers/lh_chroot_debianchroot index beabbd2..9c4e91e 100755 --- a/helpers/lh_chroot_debianchroot +++ b/helpers/lh_chroot_debianchroot @@ -1,7 +1,7 @@ #!/bin/sh # lh_chroot_debianchroot(1) - manage /etc/debian_chroot -# Copyright (C) 2006-2007 Daniel Baumann +# Copyright (C) 2006-2008 Daniel Baumann # # live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING. # This is free software, and you are welcome to redistribute it diff --git a/helpers/lh_chroot_devpts b/helpers/lh_chroot_devpts index 9b85289..5bae1c8 100755 --- a/helpers/lh_chroot_devpts +++ b/helpers/lh_chroot_devpts @@ -1,7 +1,7 @@ #!/bin/sh # lh_chroot_devpts(1) - mount /dev/pts -# Copyright (C) 2006-2007 Daniel Baumann +# Copyright (C) 2006-2008 Daniel Baumann # # live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING. # This is free software, and you are welcome to redistribute it diff --git a/helpers/lh_chroot_dpkg b/helpers/lh_chroot_dpkg index a34e97e..90d55e5 100755 --- a/helpers/lh_chroot_dpkg +++ b/helpers/lh_chroot_dpkg @@ -1,7 +1,7 @@ #!/bin/sh # lh_chroot_dpkg(1) - manage /sbin/dpkg -# Copyright (C) 2006-2007 Daniel Baumann +# Copyright (C) 2006-2008 Daniel Baumann # # live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING. # This is free software, and you are welcome to redistribute it diff --git a/helpers/lh_chroot_hacks b/helpers/lh_chroot_hacks index 4112521..753fcb6 100755 --- a/helpers/lh_chroot_hacks +++ b/helpers/lh_chroot_hacks @@ -1,7 +1,7 @@ #!/bin/sh # lh_chroot_hacks(1) - execute hacks in chroot -# Copyright (C) 2006-2007 Daniel Baumann +# Copyright (C) 2006-2008 Daniel Baumann # # live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING. # This is free software, and you are welcome to redistribute it diff --git a/helpers/lh_chroot_hooks b/helpers/lh_chroot_hooks index 0ae95bc..9b639c8 100755 --- a/helpers/lh_chroot_hooks +++ b/helpers/lh_chroot_hooks @@ -1,7 +1,7 @@ #!/bin/sh # lh_chroot_hooks(1) - execute hooks in chroot -# Copyright (C) 2006-2007 Daniel Baumann +# Copyright (C) 2006-2008 Daniel Baumann # # live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING. # This is free software, and you are welcome to redistribute it diff --git a/helpers/lh_chroot_hostname b/helpers/lh_chroot_hostname index 0106eee..f85815a 100755 --- a/helpers/lh_chroot_hostname +++ b/helpers/lh_chroot_hostname @@ -1,7 +1,7 @@ #!/bin/sh # lh_chroot_hostname(1) - manage /bin/hostname -# Copyright (C) 2006-2007 Daniel Baumann +# Copyright (C) 2006-2008 Daniel Baumann # # live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING. # This is free software, and you are welcome to redistribute it diff --git a/helpers/lh_chroot_hosts b/helpers/lh_chroot_hosts index 6a91831..8bd70fc 100755 --- a/helpers/lh_chroot_hosts +++ b/helpers/lh_chroot_hosts @@ -1,7 +1,7 @@ #!/bin/sh # lh_chroot_hosts(1) - manage /etc/hosts -# Copyright (C) 2006-2007 Daniel Baumann +# Copyright (C) 2006-2008 Daniel Baumann # # live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING. # This is free software, and you are welcome to redistribute it diff --git a/helpers/lh_chroot_interactive b/helpers/lh_chroot_interactive index 236e69b..f17e269 100755 --- a/helpers/lh_chroot_interactive +++ b/helpers/lh_chroot_interactive @@ -1,7 +1,7 @@ #!/bin/sh # lh_chroot_interactive(1) - make build interactive -# Copyright (C) 2006-2007 Daniel Baumann +# Copyright (C) 2006-2008 Daniel Baumann # # live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING. # This is free software, and you are welcome to redistribute it diff --git a/helpers/lh_chroot_linux-image b/helpers/lh_chroot_linux-image index eafaaa6..59e5dd3 100755 --- a/helpers/lh_chroot_linux-image +++ b/helpers/lh_chroot_linux-image @@ -1,7 +1,7 @@ #!/bin/sh # lh_chroot_linux-image(1) - manage /etc/kernel-img.conf -# Copyright (C) 2006-2007 Daniel Baumann +# Copyright (C) 2006-2008 Daniel Baumann # # live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING. # This is free software, and you are welcome to redistribute it diff --git a/helpers/lh_chroot_local-hooks b/helpers/lh_chroot_local-hooks index d0f487b..e6c0265 100755 --- a/helpers/lh_chroot_local-hooks +++ b/helpers/lh_chroot_local-hooks @@ -1,7 +1,7 @@ #!/bin/sh # lh_chroot_local-hooks(1) - execute local hooks in chroot -# Copyright (C) 2006-2007 Daniel Baumann +# Copyright (C) 2006-2008 Daniel Baumann # # live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING. # This is free software, and you are welcome to redistribute it diff --git a/helpers/lh_chroot_local-includes b/helpers/lh_chroot_local-includes index 5a66a1e..e1a7134 100755 --- a/helpers/lh_chroot_local-includes +++ b/helpers/lh_chroot_local-includes @@ -1,7 +1,7 @@ #!/bin/sh # lh_chroot_local-includes(1) - copy local files into chroot -# Copyright (C) 2006-2007 Daniel Baumann +# Copyright (C) 2006-2008 Daniel Baumann # # live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING. # This is free software, and you are welcome to redistribute it diff --git a/helpers/lh_chroot_local-packages b/helpers/lh_chroot_local-packages index 5b7d297..80769b9 100755 --- a/helpers/lh_chroot_local-packages +++ b/helpers/lh_chroot_local-packages @@ -1,7 +1,7 @@ #!/bin/sh # lh_chroot_local-packages(1) - install local packages into chroot -# Copyright (C) 2006-2007 Daniel Baumann +# Copyright (C) 2006-2008 Daniel Baumann # # live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING. # This is free software, and you are welcome to redistribute it diff --git a/helpers/lh_chroot_local-packageslists b/helpers/lh_chroot_local-packageslists index 4c3a100..8343f88 100755 --- a/helpers/lh_chroot_local-packageslists +++ b/helpers/lh_chroot_local-packageslists @@ -1,7 +1,7 @@ #!/bin/sh # lh_chroot_local-packageslists(1) - install local packages lists into chroot -# Copyright (C) 2006-2007 Daniel Baumann +# Copyright (C) 2006-2008 Daniel Baumann # # live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING. # This is free software, and you are welcome to redistribute it diff --git a/helpers/lh_chroot_local-preseed b/helpers/lh_chroot_local-preseed index bc5bb2e..cf4b318 100755 --- a/helpers/lh_chroot_local-preseed +++ b/helpers/lh_chroot_local-preseed @@ -1,7 +1,7 @@ #!/bin/sh # lh_chroot_local-preseed(1) - use debconf local preseeding file -# Copyright (C) 2006-2007 Daniel Baumann +# Copyright (C) 2006-2008 Daniel Baumann # # live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING. # This is free software, and you are welcome to redistribute it diff --git a/helpers/lh_chroot_localization b/helpers/lh_chroot_localization index e24de69..ca48063 100755 --- a/helpers/lh_chroot_localization +++ b/helpers/lh_chroot_localization @@ -1,7 +1,7 @@ #!/bin/sh # lh_chroot_localization(1) - install localization packages into chroot -# Copyright (C) 2006-2007 Daniel Baumann +# Copyright (C) 2006-2008 Daniel Baumann # # live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING. # This is free software, and you are welcome to redistribute it diff --git a/helpers/lh_chroot_packages b/helpers/lh_chroot_packages index 9fe2984..26c195c 100755 --- a/helpers/lh_chroot_packages +++ b/helpers/lh_chroot_packages @@ -1,7 +1,7 @@ #!/bin/sh # lh_chroot_packages(1) - install packages into chroot -# Copyright (C) 2006-2007 Daniel Baumann +# Copyright (C) 2006-2008 Daniel Baumann # # live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING. # This is free software, and you are welcome to redistribute it diff --git a/helpers/lh_chroot_packageslists b/helpers/lh_chroot_packageslists index 651e359..bafdbbb 100755 --- a/helpers/lh_chroot_packageslists +++ b/helpers/lh_chroot_packageslists @@ -1,7 +1,7 @@ #!/bin/sh # lh_chroot_packageslists(1) - install packages lists into chroot -# Copyright (C) 2006-2007 Daniel Baumann +# Copyright (C) 2006-2008 Daniel Baumann # # live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING. # This is free software, and you are welcome to redistribute it diff --git a/helpers/lh_chroot_preseed b/helpers/lh_chroot_preseed index 49d5aa1..010a2c8 100755 --- a/helpers/lh_chroot_preseed +++ b/helpers/lh_chroot_preseed @@ -1,7 +1,7 @@ #!/bin/sh # lh_chroot_preseed(1) - use debconf preseeding file -# Copyright (C) 2006-2007 Daniel Baumann +# Copyright (C) 2006-2008 Daniel Baumann # # live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING. # This is free software, and you are welcome to redistribute it diff --git a/helpers/lh_chroot_proc b/helpers/lh_chroot_proc index eec9da0..a36269c 100755 --- a/helpers/lh_chroot_proc +++ b/helpers/lh_chroot_proc @@ -1,7 +1,7 @@ #!/bin/sh # lh_chroot_proc(1) - mount /proc -# Copyright (C) 2006-2007 Daniel Baumann +# Copyright (C) 2006-2008 Daniel Baumann # # live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING. # This is free software, and you are welcome to redistribute it diff --git a/helpers/lh_chroot_resolv b/helpers/lh_chroot_resolv index 36a1a1b..63d34c5 100755 --- a/helpers/lh_chroot_resolv +++ b/helpers/lh_chroot_resolv @@ -1,7 +1,7 @@ #!/bin/sh # lh_chroot_resolv(1) - manage /etc/resolv.conf -# Copyright (C) 2006-2007 Daniel Baumann +# Copyright (C) 2006-2008 Daniel Baumann # # live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING. # This is free software, and you are welcome to redistribute it diff --git a/helpers/lh_chroot_sources b/helpers/lh_chroot_sources index 4c89fbd..63a8d9a 100755 --- a/helpers/lh_chroot_sources +++ b/helpers/lh_chroot_sources @@ -1,7 +1,7 @@ #!/bin/sh # lh_chroot_sources(1) - manage /etc/apt/sources.list -# Copyright (C) 2006-2007 Daniel Baumann +# Copyright (C) 2006-2008 Daniel Baumann # # live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING. # This is free software, and you are welcome to redistribute it diff --git a/helpers/lh_chroot_symlinks b/helpers/lh_chroot_symlinks index fb7155d..c95949a 100755 --- a/helpers/lh_chroot_symlinks +++ b/helpers/lh_chroot_symlinks @@ -1,7 +1,7 @@ #!/bin/sh # lh_chroot_symlinks(1) - convert symlinks -# Copyright (C) 2006-2007 Daniel Baumann +# Copyright (C) 2006-2008 Daniel Baumann # # live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING. # This is free software, and you are welcome to redistribute it diff --git a/helpers/lh_chroot_sysfs b/helpers/lh_chroot_sysfs index c9d07aa..931d54d 100755 --- a/helpers/lh_chroot_sysfs +++ b/helpers/lh_chroot_sysfs @@ -1,7 +1,7 @@ #!/bin/sh # lh_chroot_sysfs(1) - mount /sys -# Copyright (C) 2006-2007 Daniel Baumann +# Copyright (C) 2006-2008 Daniel Baumann # # live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING. # This is free software, and you are welcome to redistribute it diff --git a/helpers/lh_chroot_sysv-rc b/helpers/lh_chroot_sysv-rc index a9a436b..4b18e7a 100755 --- a/helpers/lh_chroot_sysv-rc +++ b/helpers/lh_chroot_sysv-rc @@ -1,7 +1,7 @@ #!/bin/sh # lh_chroot_sysv-rc(1) - manage /usr/sbin/policy-rc.d -# Copyright (C) 2006-2007 Daniel Baumann +# Copyright (C) 2006-2008 Daniel Baumann # # live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING. # This is free software, and you are welcome to redistribute it diff --git a/helpers/lh_chroot_sysvinit b/helpers/lh_chroot_sysvinit index 2ddbb1f..94a6e92 100755 --- a/helpers/lh_chroot_sysvinit +++ b/helpers/lh_chroot_sysvinit @@ -1,7 +1,7 @@ #!/bin/sh # lh_chroot_sysvinit(1) - configure sysvinit -# Copyright (C) 2006-2007 Daniel Baumann +# Copyright (C) 2006-2008 Daniel Baumann # # live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING. # This is free software, and you are welcome to redistribute it diff --git a/helpers/lh_chroot_tasks b/helpers/lh_chroot_tasks index 7a19be9..82d9c13 100755 --- a/helpers/lh_chroot_tasks +++ b/helpers/lh_chroot_tasks @@ -1,7 +1,7 @@ #!/bin/sh # lh_chroot_tasks(1) - install tasks into chroot -# Copyright (C) 2006-2007 Daniel Baumann +# Copyright (C) 2006-2008 Daniel Baumann # # live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING. # This is free software, and you are welcome to redistribute it diff --git a/helpers/lh_clean b/helpers/lh_clean index e4e859d..fb14ec9 100755 --- a/helpers/lh_clean +++ b/helpers/lh_clean @@ -1,7 +1,7 @@ #!/bin/sh # lh_clean(1) - clean up system build directories -# Copyright (C) 2006-2007 Daniel Baumann +# Copyright (C) 2006-2008 Daniel Baumann # # live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING. # This is free software, and you are welcome to redistribute it diff --git a/helpers/lh_config b/helpers/lh_config index 01edeba..42df97f 100755 --- a/helpers/lh_config +++ b/helpers/lh_config @@ -1,7 +1,7 @@ #!/bin/sh # lh_config(1) - create configuration for live-helper(7) -# Copyright (C) 2006-2007 Daniel Baumann +# Copyright (C) 2006-2008 Daniel Baumann # # live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING. # This is free software, and you are welcome to redistribute it diff --git a/helpers/lh_local b/helpers/lh_local index 17ecaae..028832d 100755 --- a/helpers/lh_local +++ b/helpers/lh_local @@ -1,7 +1,7 @@ #!/bin/sh # lh_local(1) - use a local live-helper version -# Copyright (C) 2006-2007 Daniel Baumann +# Copyright (C) 2006-2008 Daniel Baumann # # live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING. # This is free software, and you are welcome to redistribute it diff --git a/helpers/lh_source b/helpers/lh_source index f9b59fe..34a6b52 100755 --- a/helpers/lh_source +++ b/helpers/lh_source @@ -1,7 +1,7 @@ #!/bin/sh # lh_source(1) - build source images -# Copyright (C) 2006-2007 Daniel Baumann +# Copyright (C) 2006-2008 Daniel Baumann # # live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING. # This is free software, and you are welcome to redistribute it diff --git a/helpers/lh_source_debian b/helpers/lh_source_debian index 6a86ddc..5f59d39 100755 --- a/helpers/lh_source_debian +++ b/helpers/lh_source_debian @@ -1,7 +1,7 @@ #!/bin/sh # lh_source_debian(1) - download sources -# Copyright (C) 2006-2007 Daniel Baumann +# Copyright (C) 2006-2008 Daniel Baumann # # live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING. # This is free software, and you are welcome to redistribute it diff --git a/helpers/lh_source_debian-live b/helpers/lh_source_debian-live index acecb6d..4bfa953 100755 --- a/helpers/lh_source_debian-live +++ b/helpers/lh_source_debian-live @@ -1,7 +1,7 @@ #!/bin/sh # lh_source_debian-live(1) - copy debian-live config into source -# Copyright (C) 2006-2007 Daniel Baumann +# Copyright (C) 2006-2008 Daniel Baumann # # live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING. # This is free software, and you are welcome to redistribute it diff --git a/helpers/lh_source_disk b/helpers/lh_source_disk index 509af74..670111b 100755 --- a/helpers/lh_source_disk +++ b/helpers/lh_source_disk @@ -1,7 +1,7 @@ #!/bin/sh # lh_source_disk (1) - install disk information into source -# Copyright (C) 2006-2007 Daniel Baumann +# Copyright (C) 2006-2008 Daniel Baumann # # live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING. # This is free software, and you are welcome to redistribute it diff --git a/helpers/lh_source_iso b/helpers/lh_source_iso index 05d94d5..a18afd0 100755 --- a/helpers/lh_source_iso +++ b/helpers/lh_source_iso @@ -1,7 +1,7 @@ #!/bin/sh # lh_source_iso(1) - build iso source image -# Copyright (C) 2006-2007 Daniel Baumann +# Copyright (C) 2006-2008 Daniel Baumann # # live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING. # This is free software, and you are welcome to redistribute it diff --git a/helpers/lh_source_md5sum b/helpers/lh_source_md5sum index ccde309..00cbba4 100755 --- a/helpers/lh_source_md5sum +++ b/helpers/lh_source_md5sum @@ -1,7 +1,7 @@ #!/bin/sh # lh_source_md5sum(1) - create source md5sums -# Copyright (C) 2006-2007 Daniel Baumann +# Copyright (C) 2006-2008 Daniel Baumann # # live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING. # This is free software, and you are welcome to redistribute it diff --git a/helpers/lh_source_net b/helpers/lh_source_net index eed33c9..1695206 100755 --- a/helpers/lh_source_net +++ b/helpers/lh_source_net @@ -1,7 +1,7 @@ #!/bin/sh # lh_source_net(1) - build source net image -# Copyright (C) 2006-2007 Daniel Baumann +# Copyright (C) 2006-2008 Daniel Baumann # # live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING. # This is free software, and you are welcome to redistribute it diff --git a/helpers/lh_source_tar b/helpers/lh_source_tar index 2e6ae38..4719f40 100755 --- a/helpers/lh_source_tar +++ b/helpers/lh_source_tar @@ -1,7 +1,7 @@ #!/bin/sh # lh_source_tar(1) - build source tarball -# Copyright (C) 2006-2007 Daniel Baumann +# Copyright (C) 2006-2008 Daniel Baumann # # live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING. # This is free software, and you are welcome to redistribute it diff --git a/helpers/lh_source_usb-hdd b/helpers/lh_source_usb-hdd index 914d1ee..b5d875e 100755 --- a/helpers/lh_source_usb-hdd +++ b/helpers/lh_source_usb-hdd @@ -1,7 +1,7 @@ #!/bin/sh # lh_source_usb-hdd(1) - build source usb-hdd image -# Copyright (C) 2006-2007 Daniel Baumann +# Copyright (C) 2006-2008 Daniel Baumann # # live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING. # This is free software, and you are welcome to redistribute it diff --git a/helpers/lh_testroot b/helpers/lh_testroot index 3278007..b97f99e 100755 --- a/helpers/lh_testroot +++ b/helpers/lh_testroot @@ -1,7 +1,7 @@ #!/bin/sh # lh_testroot(1) - ensure that a system is built as root -# Copyright (C) 2006-2007 Daniel Baumann +# Copyright (C) 2006-2008 Daniel Baumann # # live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING. # This is free software, and you are welcome to redistribute it diff --git a/helpers/make-live b/helpers/make-live index 00f0bed..304415e 100755 --- a/helpers/make-live +++ b/helpers/make-live @@ -1,7 +1,7 @@ #!/bin/sh # make-live(1) - utility to build Debian Live systems -# Copyright (C) 2006-2007 Daniel Baumann +# Copyright (C) 2006-2008 Daniel Baumann # # live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING. # This is free software, and you are welcome to redistribute it diff --git a/hooks/kde-desktop b/hooks/kde-desktop index b681a3f..8785364 100755 --- a/hooks/kde-desktop +++ b/hooks/kde-desktop @@ -1,7 +1,7 @@ #!/bin/sh # /usr/share/live-helper/hooks/kde-desktop - hook list for live-helper(7) -# Copyright (C) 2006-2007 Daniel Baumann +# Copyright (C) 2006-2008 Daniel Baumann # # live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING. # This is free software, and you are welcome to redistribute it diff --git a/hooks/minimal b/hooks/minimal index 25d80f2..7121904 100755 --- a/hooks/minimal +++ b/hooks/minimal @@ -1,7 +1,7 @@ #!/bin/sh # /usr/share/live-helper/hooks/minimal - hook list for live-helper(7) -# Copyright (C) 2006-2007 Daniel Baumann +# Copyright (C) 2006-2008 Daniel Baumann # # live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING. # This is free software, and you are welcome to redistribute it diff --git a/hooks/stripped b/hooks/stripped index a84a12f..cc682c7 100755 --- a/hooks/stripped +++ b/hooks/stripped @@ -1,7 +1,7 @@ #!/bin/sh # /usr/share/live-helper/hooks/stripped - hook list for live-helper(7) -# Copyright (C) 2006-2007 Daniel Baumann +# Copyright (C) 2006-2008 Daniel Baumann # # live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING. # This is free software, and you are welcome to redistribute it diff --git a/templates/syslinux/ca/f10.txt b/templates/syslinux/ca/f10.txt index 6071a9e..b6e4677 100644 --- a/templates/syslinux/ca/f10.txt +++ b/templates/syslinux/ca/f10.txt @@ -1,6 +1,6 @@  0fCOPYRIGHTS I GARANTIES07 09F1007 -Debian GNU/Linux t‚ Copyright (C) 1993-2007 de Software in the Public Interest, +Debian GNU/Linux t‚ Copyright (C) 1993-2008 de Software in the Public Interest, i altres. El sistema Debian GNU/Linux ‚s pot redistribuir lliurement. DesprŠs de la diff --git a/templates/syslinux/en/f10.txt b/templates/syslinux/en/f10.txt index 8652bcf..199e96d 100644 --- a/templates/syslinux/en/f10.txt +++ b/templates/syslinux/en/f10.txt @@ -1,6 +1,6 @@  0fCOPYRIGHTS AND WARRANTIES07 09F1007 -Debian GNU/Linux is Copyright (C) 1993-2007 Software in the Public Interest, +Debian GNU/Linux is Copyright (C) 1993-2008 Software in the Public Interest, and others. The Debian GNU/Linux system is freely redistributable. After installation, diff --git a/templates/syslinux/es/f10.txt b/templates/syslinux/es/f10.txt index 22f5e78..3e445dc 100644 --- a/templates/syslinux/es/f10.txt +++ b/templates/syslinux/es/f10.txt @@ -1,6 +1,6 @@  0fCOPYRIGHTS Y GARANTˇAS07 09F1007 -Debian GNU/Linux es Copyright (C) 1993-2007 de Software in the Public Interest, +Debian GNU/Linux es Copyright (C) 1993-2008 de Software in the Public Interest, y otros. El sistema Debian GNU/Linux es libremente redistribuible. Despu‚s de la -- cgit v1.0