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. --- 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 +- 71 files changed, 71 insertions(+), 71 deletions(-) (limited to 'helpers') diff --git a/helpers/lh b/helpers/lh index 511cacd1f..5f2b53862 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 63606e9f2..b24ad3a4d 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 ad578cc4f..9c462ffc9 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 06e9ecd9e..5b53858bd 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 88533e0fb..6127f5244 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 659174914..e4157a4da 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 1d33ba8cb..6915cf593 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 c2b2399a9..777c3dce2 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 f3f427425..722bfcdcf 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 829088710..789bf4d74 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 df7ab876b..6d758c31e 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 6d0f34617..48657bf2d 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 3afa7fe85..13b59aec7 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 0eabd8b23..33e710f6e 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 0c614bf87..5ff1b2836 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 557b94578..560376274 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 8cd4bf7f0..a329fcdf8 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 110822859..109e50808 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 790df6d1e..34c8e2481 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 ed1cab8af..f610d7be7 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 6298c4c73..b3e0f315f 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 2c51a662f..85a7f940a 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 4d9cf469f..d524aa129 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 4efeba398..e394a1995 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 a3db55c89..8f8561eb5 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 518069f3d..aba2e42fa 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 a9eb7d04e..5f717a212 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 3e8e7829b..180f8b99c 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 1913eb0ef..79f57d55f 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 fc149b3fe..e90f5ecba 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 782043dae..923a8f2ad 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 beabbd286..9c4e91ecc 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 9b852892a..5bae1c83d 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 a34e97e2e..90d55e56b 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 4112521c7..753fcb681 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 0ae95bcc9..9b639c844 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 0106eee73..f85815a73 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 6a91831ed..8bd70fc5a 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 236e69b54..f17e26925 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 eafaaa63e..59e5dd31a 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 d0f487b16..e6c0265a0 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 5a66a1e57..e1a7134fc 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 5b7d2979a..80769b998 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 4c3a100c3..8343f8880 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 bc5bb2e0c..cf4b318f2 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 e24de69c1..ca4806380 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 9fe2984ad..26c195c13 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 651e35979..bafdbbb04 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 49d5aa162..010a2c8fd 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 eec9da0b6..a36269c45 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 36a1a1bb6..63d34c596 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 4c89fbdbd..63a8d9ae7 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 fb7155d70..c95949a93 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 c9d07aa22..931d54da8 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 a9a436bea..4b18e7a2f 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 2ddbb1fe7..94a6e926d 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 7a19be943..82d9c13d7 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 e4e859df8..fb14ec97c 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 01edeba9e..42df97f15 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 17ecaae1b..028832da8 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 f9b59fe63..34a6b524f 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 6a86ddc83..5f59d398c 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 acecb6dd6..4bfa953f8 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 509af74b5..670111b11 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 05d94d5b2..a18afd07f 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 ccde3091d..00cbba445 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 eed33c9c5..16952067f 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 2e6ae3827..4719f404a 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 914d1eed2..b5d875e03 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 327800759..b97f99ece 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 00f0bedf4..304415e82 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 -- cgit v1.2.3