diff options
author | Daniel Baumann <daniel@debian.org> | 2010-03-04 13:43:04 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:17:04 +0100 |
commit | 54518852c8c69eafe56aa68d13c8dfdfc8fc30ea (patch) | |
tree | 27acf1d37b626f1e50a9bf7a28a51ddd504d436f /functions | |
parent | 8ff6ded9d36d349442208c1d766cbd00bf3dae0d (diff) | |
download | vyos-live-build-54518852c8c69eafe56aa68d13c8dfdfc8fc30ea.tar.gz vyos-live-build-54518852c8c69eafe56aa68d13c8dfdfc8fc30ea.zip |
Updating year to 2010 in copyright notices.
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/man.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 |
26 files changed, 27 insertions, 27 deletions
diff --git a/functions/aliases.sh b/functions/aliases.sh index 859f34dc7..d281692b7 100755 --- a/functions/aliases.sh +++ b/functions/aliases.sh @@ -1,7 +1,7 @@ #!/bin/sh # aliases.sh - internal shell aliases -# Copyright (C) 2006-2009 Daniel Baumann <daniel@debian.org> +# Copyright (C) 2006-2010 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 9f18ad47e..223817654 100755 --- a/functions/architecture.sh +++ b/functions/architecture.sh @@ -1,7 +1,7 @@ #!/bin/sh # architecture.sh - handle architecture specific support -# Copyright (C) 2006-2009 Daniel Baumann <daniel@debian.org> +# Copyright (C) 2006-2010 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 e65983a85..d35d02e89 100755 --- a/functions/arguments.sh +++ b/functions/arguments.sh @@ -1,7 +1,7 @@ #!/bin/sh # arguments.sh - handle common arguments -# Copyright (C) 2006-2009 Daniel Baumann <daniel@debian.org> +# Copyright (C) 2006-2010 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 0b47a6d64..ba1079367 100755 --- a/functions/breakpoints.sh +++ b/functions/breakpoints.sh @@ -1,7 +1,7 @@ #!/bin/sh # breakpoints.sh - run with breakpoints -# Copyright (C) 2006-2009 Daniel Baumann <daniel@debian.org> +# Copyright (C) 2006-2010 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 69f05c916..e6f4957c7 100755 --- a/functions/cache.sh +++ b/functions/cache.sh @@ -1,7 +1,7 @@ #!/bin/sh # cache.sh - manage package cache -# Copyright (C) 2006-2009 Daniel Baumann <daniel@debian.org> +# Copyright (C) 2006-2010 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 ba93bf788..1ef64061a 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-2009 Daniel Baumann <daniel@debian.org> +# Copyright (C) 2006-2010 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 97ac6832f..b90225365 100755 --- a/functions/color.sh +++ b/functions/color.sh @@ -1,7 +1,7 @@ #!/bin/sh # color.sh - define color values -# Copyright (C) 2006-2009 Daniel Baumann <daniel@debian.org> +# Copyright (C) 2006-2010 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 581c495e9..b5df7a72c 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-2009 Daniel Baumann <daniel@debian.org> +# Copyright (C) 2006-2010 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 9d87a33cd..5cc7c0511 100755 --- a/functions/conffile.sh +++ b/functions/conffile.sh @@ -1,7 +1,7 @@ #!/bin/sh # conffile.sh - handle configuration files -# Copyright (C) 2006-2009 Daniel Baumann <daniel@debian.org> +# Copyright (C) 2006-2010 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 b343d3f81..2c38acd14 100755 --- a/functions/cursor.sh +++ b/functions/cursor.sh @@ -1,7 +1,7 @@ #!/bin/sh # cursor.sh - define cursor movements -# Copyright (C) 2006-2009 Daniel Baumann <daniel@debian.org> +# Copyright (C) 2006-2010 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 2ee4a112c..7d0588d7c 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -1,7 +1,7 @@ #!/bin/sh # defaults.sh - handle default values -# Copyright (C) 2006-2009 Daniel Baumann <daniel@debian.org> +# Copyright (C) 2006-2010 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 1a3b3a9b8..8cef281b1 100755 --- a/functions/echo.sh +++ b/functions/echo.sh @@ -1,7 +1,7 @@ #!/bin/sh # echo.sh - define output methods -# Copyright (C) 2006-2009 Daniel Baumann <daniel@debian.org> +# Copyright (C) 2006-2010 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 f29dbf790..b32fd00f5 100755 --- a/functions/exit.sh +++ b/functions/exit.sh @@ -1,7 +1,7 @@ #!/bin/sh # exit.sh - cleanup -# Copyright (C) 2006-2009 Daniel Baumann <daniel@debian.org> +# Copyright (C) 2006-2010 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 832878c71..495a12bad 100755 --- a/functions/help.sh +++ b/functions/help.sh @@ -1,7 +1,7 @@ #!/bin/sh # help.sh - print help information -# Copyright (C) 2006-2009 Daniel Baumann <daniel@debian.org> +# Copyright (C) 2006-2010 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 c2f167af5..95de36d7c 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-2009 Daniel Baumann <daniel@debian.org> +# Copyright (C) 2006-2010 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 8ade76ee4..3cf215ac1 100755 --- a/functions/lockfile.sh +++ b/functions/lockfile.sh @@ -1,7 +1,7 @@ #!/bin/sh # lockfile.sh - handle lock files -# Copyright (C) 2006-2009 Daniel Baumann <daniel@debian.org> +# Copyright (C) 2006-2010 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 1b1f61f42..738ce0a6c 100755 --- a/functions/losetup.sh +++ b/functions/losetup.sh @@ -1,7 +1,7 @@ #!/bin/sh # losetup - wrapper around losetup -# Copyright (C) 2006-2009 Daniel Baumann <daniel@debian.org> +# Copyright (C) 2006-2010 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/man.sh b/functions/man.sh index 72213e2f8..1845af90c 100755 --- a/functions/man.sh +++ b/functions/man.sh @@ -1,7 +1,7 @@ #!/bin/sh # man.sh - print man information -# Copyright (C) 2006-2009 Daniel Baumann <daniel@debian.org> +# Copyright (C) 2006-2010 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 ce5c76afb..7d7f5f9e2 100755 --- a/functions/packages.sh +++ b/functions/packages.sh @@ -1,7 +1,7 @@ #!/bin/sh # packages.sh - handle packages installation -# Copyright (C) 2006-2009 Daniel Baumann <daniel@debian.org> +# Copyright (C) 2006-2010 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 6ce0c520a..beeaec8ca 100755 --- a/functions/packageslists.sh +++ b/functions/packageslists.sh @@ -1,7 +1,7 @@ #!/bin/sh # packagelists.sh - expands package list includes -# Copyright (C) 2006-2009 Daniel Baumann <daniel@debian.org> +# Copyright (C) 2006-2010 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 a70509735..cdb2c8d29 100755 --- a/functions/releases.sh +++ b/functions/releases.sh @@ -1,7 +1,7 @@ #!/bin/sh # releases.sh - list release information -# Copyright (C) 2006-2009 Daniel Baumann <daniel@debian.org> +# Copyright (C) 2006-2010 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 72e62ebb2..530c91b60 100755 --- a/functions/stagefile.sh +++ b/functions/stagefile.sh @@ -1,7 +1,7 @@ #!/bin/sh # stagefile.sh - handle stage files -# Copyright (C) 2006-2009 Daniel Baumann <daniel@debian.org> +# Copyright (C) 2006-2010 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 eec52f38f..782de8baa 100755 --- a/functions/templates.sh +++ b/functions/templates.sh @@ -1,7 +1,7 @@ #!/bin/sh # templates.sh - handle templates files -# Copyright (C) 2006-2009 Daniel Baumann <daniel@debian.org> +# Copyright (C) 2006-2010 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 d99cb9e2c..1e6e2bf7c 100755 --- a/functions/usage.sh +++ b/functions/usage.sh @@ -1,7 +1,7 @@ #!/bin/sh # usage.sh - print usage information -# Copyright (C) 2006-2009 Daniel Baumann <daniel@debian.org> +# Copyright (C) 2006-2010 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 5ac6f6fae..350e6b4df 100755 --- a/functions/version.sh +++ b/functions/version.sh @@ -1,7 +1,7 @@ #!/bin/sh # version.sh - print version information -# Copyright (C) 2006-2009 Daniel Baumann <daniel@debian.org> +# Copyright (C) 2006-2010 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-2009 Daniel Baumann <daniel@debian.org>" + Echo "Copyright (C) 2006-2010 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 dcc728f8f..2175f5faa 100755 --- a/functions/wrapper.sh +++ b/functions/wrapper.sh @@ -1,7 +1,7 @@ #!/bin/sh # wrapper.sh - external command wrappers -# Copyright (C) 2006-2009 Daniel Baumann <daniel@debian.org> +# Copyright (C) 2006-2010 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 |