diff options
author | Daniel Baumann <daniel@debian.org> | 2008-03-06 16:43:00 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2008-03-06 16:43:00 +0100 |
commit | ab336ba97eebf99cd8efa19411c32fa4dea5181e (patch) | |
tree | 9747f3e338ee1d7124715d131f5621aecde2bcdd /functions | |
parent | 0ec40131deea95a4b241a570ed67a79e585835d7 (diff) | |
download | vyos-live-build-ab336ba97eebf99cd8efa19411c32fa4dea5181e.tar.gz vyos-live-build-ab336ba97eebf99cd8efa19411c32fa4dea5181e.zip |
Updating copyright years to 2008.
Diffstat (limited to 'functions')
-rwxr-xr-x | functions/aliases.sh | 2 | ||||
-rwxr-xr-x | functions/architecture.sh | 2 | ||||
-rwxr-xr-x | functions/arguments.sh | 2 | ||||
-rwxr-xr-x | functions/breakpoints.sh | 2 | ||||
-rwxr-xr-x | functions/cache.sh | 2 | ||||
-rwxr-xr-x | functions/chroot.sh | 2 | ||||
-rwxr-xr-x | functions/common.sh | 2 | ||||
-rwxr-xr-x | functions/conffile.sh | 2 | ||||
-rwxr-xr-x | functions/defaults.sh | 2 | ||||
-rwxr-xr-x | functions/echo.sh | 2 | ||||
-rwxr-xr-x | functions/exit.sh | 2 | ||||
-rwxr-xr-x | functions/help.sh | 2 | ||||
-rwxr-xr-x | functions/lockfile.sh | 2 | ||||
-rwxr-xr-x | functions/losetup.sh | 2 | ||||
-rwxr-xr-x | functions/packages.sh | 2 | ||||
-rwxr-xr-x | functions/packageslists.sh | 2 | ||||
-rwxr-xr-x | functions/releases.sh | 2 | ||||
-rwxr-xr-x | functions/stagefile.sh | 2 | ||||
-rwxr-xr-x | functions/templates.sh | 2 | ||||
-rwxr-xr-x | functions/usage.sh | 2 | ||||
-rwxr-xr-x | functions/version.sh | 4 | ||||
-rwxr-xr-x | functions/wrapper.sh | 2 |
22 files changed, 23 insertions, 23 deletions
diff --git a/functions/aliases.sh b/functions/aliases.sh index 04efc24a7..031dc0e77 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 <daniel@debian.org> +# Copyright (C) 2006-2008 Daniel Baumann <daniel@debian.org> # # 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 6cc0cafa0..e9c844b6f 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 <daniel@debian.org> +# Copyright (C) 2006-2008 Daniel Baumann <daniel@debian.org> # # 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 f121db306..93f4a06b6 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 <daniel@debian.org> +# Copyright (C) 2006-2008 Daniel Baumann <daniel@debian.org> # # 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 bf59d7c38..610e77c6c 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 <daniel@debian.org> +# Copyright (C) 2006-2008 Daniel Baumann <daniel@debian.org> # # 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 147cf5caf..06ec5a28b 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 <daniel@debian.org> +# Copyright (C) 2006-2008 Daniel Baumann <daniel@debian.org> # # 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 63151dbe1..55e0fbe9e 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 <daniel@debian.org> +# Copyright (C) 2006-2008 Daniel Baumann <daniel@debian.org> # # 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 c5d57db29..18f94f391 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 <daniel@debian.org> +# Copyright (C) 2006-2008 Daniel Baumann <daniel@debian.org> # # 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 d0291e2cc..e36584a7e 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 <daniel@debian.org> +# Copyright (C) 2006-2008 Daniel Baumann <daniel@debian.org> # # 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 208b2e787..e9d3d13be 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 <daniel@debian.org> +# Copyright (C) 2006-2008 Daniel Baumann <daniel@debian.org> # # 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 f30438149..963e12503 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 <daniel@debian.org> +# Copyright (C) 2006-2008 Daniel Baumann <daniel@debian.org> # # 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 3de897c11..2e5005611 100755 --- a/functions/exit.sh +++ b/functions/exit.sh @@ -1,7 +1,7 @@ #!/bin/sh # exit.sh - cleanup -# Copyright (C) 2006-2007 Daniel Baumann <daniel@debian.org> +# Copyright (C) 2006-2008 Daniel Baumann <daniel@debian.org> # # 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 11ee89051..16d67aeaa 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 <daniel@debian.org> +# Copyright (C) 2006-2008 Daniel Baumann <daniel@debian.org> # # 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 189d0c231..d92c77c9e 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 <daniel@debian.org> +# Copyright (C) 2006-2008 Daniel Baumann <daniel@debian.org> # # 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 c3e90bcf5..a3bd8ba4d 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 <daniel@debian.org> +# Copyright (C) 2006-2008 Daniel Baumann <daniel@debian.org> # # 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 645b6c4ba..a98bdcc91 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 <daniel@debian.org> +# Copyright (C) 2006-2008 Daniel Baumann <daniel@debian.org> # # 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 36f46ca64..f29f134e9 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 <daniel@debian.org> +# Copyright (C) 2006-2008 Daniel Baumann <daniel@debian.org> # # 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 1c0928b1f..bd9635ba7 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 <daniel@debian.org> +# Copyright (C) 2006-2008 Daniel Baumann <daniel@debian.org> # # 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 3a6765e55..810279bd2 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 <daniel@debian.org> +# Copyright (C) 2006-2008 Daniel Baumann <daniel@debian.org> # # 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 59f2aef3b..09b16621e 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 <daniel@debian.org> +# Copyright (C) 2006-2008 Daniel Baumann <daniel@debian.org> # # 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 8f70c469c..0d9adc32e 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 <daniel@debian.org> +# Copyright (C) 2006-2008 Daniel Baumann <daniel@debian.org> # # 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 891b10082..e7edc1178 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 <daniel@debian.org> +# Copyright (C) 2006-2008 Daniel Baumann <daniel@debian.org> # # 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 <daniel@debian.org>" + echo "Copyright (C) 2006-2008 Daniel Baumann <daniel@debian.org>" 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 0d38ed6de..6a71e8181 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 <daniel@debian.org> +# Copyright (C) 2006-2008 Daniel Baumann <daniel@debian.org> # # live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING. # This is free software, and you are welcome to redistribute it |