diff options
author | Daniel Baumann <daniel@debian.org> | 2011-01-11 14:56:42 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:17:33 +0100 |
commit | 2ddc0cef5dca72ad5750479cef47492988172ff6 (patch) | |
tree | 92adf2e0f5f044c0e70a828c01ac07a054d91963 /functions/version.sh | |
parent | e1039ce3c518f9af6a9af4ec833916241278c6b2 (diff) | |
download | vyos-live-build-2ddc0cef5dca72ad5750479cef47492988172ff6.tar.gz vyos-live-build-2ddc0cef5dca72ad5750479cef47492988172ff6.zip |
Updating year in manpage, hooks, script and template files.
Diffstat (limited to 'functions/version.sh')
-rwxr-xr-x | functions/version.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/functions/version.sh b/functions/version.sh index 9c1fcbf18..581ac5631 100755 --- a/functions/version.sh +++ b/functions/version.sh @@ -1,7 +1,7 @@ #!/bin/sh ## live-build(7) - System Build Scripts -## Copyright (C) 2006-2010 Daniel Baumann <daniel@debian.org> +## Copyright (C) 2006-2011 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 @@ -13,7 +13,7 @@ Version () Echo "%s, version %s" "${PROGRAM}" "${VERSION}" Echo "This program is a part of %s" "${PACKAGE}" echo - Echo "Copyright (C) 2006-2010 Daniel Baumann <daniel@debian.org>" + Echo "Copyright (C) 2006-2011 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" |