diff options
author | Daniel Baumann <daniel@debian.org> | 2009-01-26 17:39:27 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:09:40 +0100 |
commit | 989f26d87b5ef36e1f1fd419a9ff2996b3f4b360 (patch) | |
tree | a05764d7d560ecf8d6d34b26d4988c54b301bdc2 /functions | |
parent | 9ce762a50229bebd07600f1c29167db31f8bfb53 (diff) | |
download | vyos-live-build-989f26d87b5ef36e1f1fd419a9ff2996b3f4b360.tar.gz vyos-live-build-989f26d87b5ef36e1f1fd419a9ff2996b3f4b360.zip |
Updating year in copyright notices for 2009.
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/color.sh | 2 | ||||
-rwxr-xr-x | functions/common.sh | 2 | ||||
-rwxr-xr-x | functions/conffile.sh | 2 | ||||
-rwxr-xr-x | functions/cursor.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/l10n.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 |
25 files changed, 26 insertions, 26 deletions
diff --git a/functions/aliases.sh b/functions/aliases.sh index 12d2938cd..859f34dc7 100755 --- a/functions/aliases.sh +++ b/functions/aliases.sh @@ -1,7 +1,7 @@ #!/bin/sh # aliases.sh - internal shell aliases -# Copyright (C) 2006-2008 Daniel Baumann <daniel@debian.org> +# Copyright (C) 2006-2009 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 1103d2b6b..cd8e073a8 100755 --- a/functions/architecture.sh +++ b/functions/architecture.sh @@ -1,7 +1,7 @@ #!/bin/sh # architecture.sh - handle architecture specific support -# Copyright (C) 2006-2008 Daniel Baumann <daniel@debian.org> +# Copyright (C) 2006-2009 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 a360e824a..b2e4c92d7 100755 --- a/functions/arguments.sh +++ b/functions/arguments.sh @@ -1,7 +1,7 @@ #!/bin/sh # arguments.sh - handle common arguments -# Copyright (C) 2006-2008 Daniel Baumann <daniel@debian.org> +# Copyright (C) 2006-2009 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 1e4fdb21b..2f078e15f 100755 --- a/functions/breakpoints.sh +++ b/functions/breakpoints.sh @@ -1,7 +1,7 @@ #!/bin/sh # breakpoints.sh - run with breakpoints -# Copyright (C) 2006-2008 Daniel Baumann <daniel@debian.org> +# Copyright (C) 2006-2009 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 74fff29f8..ca5e5ed0e 100755 --- a/functions/cache.sh +++ b/functions/cache.sh @@ -1,7 +1,7 @@ #!/bin/sh # cache.sh - manage package cache -# Copyright (C) 2006-2008 Daniel Baumann <daniel@debian.org> +# Copyright (C) 2006-2009 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 4d53cb25e..420abe18a 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-2008 Daniel Baumann <daniel@debian.org> +# Copyright (C) 2006-2009 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/color.sh b/functions/color.sh index 03d333c79..97ac6832f 100755 --- a/functions/color.sh +++ b/functions/color.sh @@ -1,7 +1,7 @@ #!/bin/sh # color.sh - define color values -# Copyright (C) 2006-2008 Daniel Baumann <daniel@debian.org> +# Copyright (C) 2006-2009 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 01ebbeebc..415cd7365 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-2008 Daniel Baumann <daniel@debian.org> +# Copyright (C) 2006-2009 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 d6736341f..9d87a33cd 100755 --- a/functions/conffile.sh +++ b/functions/conffile.sh @@ -1,7 +1,7 @@ #!/bin/sh # conffile.sh - handle configuration files -# Copyright (C) 2006-2008 Daniel Baumann <daniel@debian.org> +# Copyright (C) 2006-2009 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/cursor.sh b/functions/cursor.sh index 831def233..b343d3f81 100755 --- a/functions/cursor.sh +++ b/functions/cursor.sh @@ -1,7 +1,7 @@ #!/bin/sh # cursor.sh - define cursor movements -# Copyright (C) 2006-2008 Daniel Baumann <daniel@debian.org> +# Copyright (C) 2006-2009 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 beeeb33a4..7db1389d0 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -1,7 +1,7 @@ #!/bin/sh # defaults.sh - handle default values -# Copyright (C) 2006-2008 Daniel Baumann <daniel@debian.org> +# Copyright (C) 2006-2009 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 2765879f9..7af07a966 100755 --- a/functions/echo.sh +++ b/functions/echo.sh @@ -1,7 +1,7 @@ #!/bin/sh # echo.sh - define output methods -# Copyright (C) 2006-2008 Daniel Baumann <daniel@debian.org> +# Copyright (C) 2006-2009 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 18bc1eb6a..980d2d1ce 100755 --- a/functions/exit.sh +++ b/functions/exit.sh @@ -1,7 +1,7 @@ #!/bin/sh # exit.sh - cleanup -# Copyright (C) 2006-2008 Daniel Baumann <daniel@debian.org> +# Copyright (C) 2006-2009 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 0d4aa73bb..832878c71 100755 --- a/functions/help.sh +++ b/functions/help.sh @@ -1,7 +1,7 @@ #!/bin/sh # help.sh - print help information -# Copyright (C) 2006-2008 Daniel Baumann <daniel@debian.org> +# Copyright (C) 2006-2009 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/l10n.sh b/functions/l10n.sh index 0396f0bef..c2f167af5 100755 --- a/functions/l10n.sh +++ b/functions/l10n.sh @@ -1,7 +1,7 @@ #!/bin/sh # l10n.sh - load the needed localization things for all lh messages -# Copyright (C) 2006-2008 Daniel Baumann <daniel@debian.org> +# Copyright (C) 2006-2009 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 c4010fb67..8ade76ee4 100755 --- a/functions/lockfile.sh +++ b/functions/lockfile.sh @@ -1,7 +1,7 @@ #!/bin/sh # lockfile.sh - handle lock files -# Copyright (C) 2006-2008 Daniel Baumann <daniel@debian.org> +# Copyright (C) 2006-2009 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 a788771be..56d504fbe 100755 --- a/functions/losetup.sh +++ b/functions/losetup.sh @@ -1,7 +1,7 @@ #!/bin/sh # losetup - wrapper around losetup -# Copyright (C) 2006-2008 Daniel Baumann <daniel@debian.org> +# Copyright (C) 2006-2009 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 66d68399a..53c244a89 100755 --- a/functions/packages.sh +++ b/functions/packages.sh @@ -1,7 +1,7 @@ #!/bin/sh # packages.sh - handle packages installation -# Copyright (C) 2006-2008 Daniel Baumann <daniel@debian.org> +# Copyright (C) 2006-2009 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 03e2e1c97..6ce0c520a 100755 --- a/functions/packageslists.sh +++ b/functions/packageslists.sh @@ -1,7 +1,7 @@ #!/bin/sh # packagelists.sh - expands package list includes -# Copyright (C) 2006-2008 Daniel Baumann <daniel@debian.org> +# Copyright (C) 2006-2009 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 98b25e3df..439620cdd 100755 --- a/functions/releases.sh +++ b/functions/releases.sh @@ -1,7 +1,7 @@ #!/bin/sh # releases.sh - list release information -# Copyright (C) 2006-2008 Daniel Baumann <daniel@debian.org> +# Copyright (C) 2006-2009 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 2164269f2..10f06fade 100755 --- a/functions/stagefile.sh +++ b/functions/stagefile.sh @@ -1,7 +1,7 @@ #!/bin/sh # stagefile.sh - handle stage files -# Copyright (C) 2006-2008 Daniel Baumann <daniel@debian.org> +# Copyright (C) 2006-2009 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 303b68927..846034b1b 100755 --- a/functions/templates.sh +++ b/functions/templates.sh @@ -1,7 +1,7 @@ #!/bin/sh # templates.sh - handle templates files -# Copyright (C) 2006-2008 Daniel Baumann <daniel@debian.org> +# Copyright (C) 2006-2009 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 f1ef47d48..d99cb9e2c 100755 --- a/functions/usage.sh +++ b/functions/usage.sh @@ -1,7 +1,7 @@ #!/bin/sh # usage.sh - print usage information -# Copyright (C) 2006-2008 Daniel Baumann <daniel@debian.org> +# Copyright (C) 2006-2009 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 6b2ad0014..5ac6f6fae 100755 --- a/functions/version.sh +++ b/functions/version.sh @@ -1,7 +1,7 @@ #!/bin/sh # version.sh - print version information -# Copyright (C) 2006-2008 Daniel Baumann <daniel@debian.org> +# Copyright (C) 2006-2009 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 @@ -12,7 +12,7 @@ Version () Echo "%s, version %s" "${PROGRAM}" "${VERSION}" Echo "This program is a part of %s" "${PACKAGE}" echo - Echo "Copyright (C) 2006-2008 Daniel Baumann <daniel@debian.org>" + Echo "Copyright (C) 2006-2009 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 581e59acf..dcc728f8f 100755 --- a/functions/wrapper.sh +++ b/functions/wrapper.sh @@ -1,7 +1,7 @@ #!/bin/sh # wrapper.sh - external command wrappers -# Copyright (C) 2006-2008 Daniel Baumann <daniel@debian.org> +# Copyright (C) 2006-2009 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 |