diff options
Diffstat (limited to 'examples')
-rwxr-xr-x | examples/hooks/all_chroot_debian-live-pxe-server.sh | 2 | ||||
-rwxr-xr-x | examples/hooks/all_chroot_minimal.sh | 2 | ||||
-rwxr-xr-x | examples/hooks/all_chroot_stripped.sh | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/examples/hooks/all_chroot_debian-live-pxe-server.sh b/examples/hooks/all_chroot_debian-live-pxe-server.sh index 4bde28bcb..cd31fe6bf 100755 --- a/examples/hooks/all_chroot_debian-live-pxe-server.sh +++ b/examples/hooks/all_chroot_debian-live-pxe-server.sh @@ -1,7 +1,7 @@ #!/bin/sh ## live-build(7) - System Build Scripts -## Copyright (C) 2006-2011 Daniel Baumann <daniel@debian.org> +## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org> ## ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING. ## This is free software, and you are welcome to redistribute it diff --git a/examples/hooks/all_chroot_minimal.sh b/examples/hooks/all_chroot_minimal.sh index 65af09495..d98f25ca3 100755 --- a/examples/hooks/all_chroot_minimal.sh +++ b/examples/hooks/all_chroot_minimal.sh @@ -1,7 +1,7 @@ #!/bin/sh ## live-build(7) - System Build Scripts -## Copyright (C) 2006-2011 Daniel Baumann <daniel@debian.org> +## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org> ## ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING. ## This is free software, and you are welcome to redistribute it diff --git a/examples/hooks/all_chroot_stripped.sh b/examples/hooks/all_chroot_stripped.sh index 380141be1..02a72fd76 100755 --- a/examples/hooks/all_chroot_stripped.sh +++ b/examples/hooks/all_chroot_stripped.sh @@ -1,7 +1,7 @@ #!/bin/sh ## live-build(7) - System Build Scripts -## Copyright (C) 2006-2011 Daniel Baumann <daniel@debian.org> +## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org> ## ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING. ## This is free software, and you are welcome to redistribute it |