diff options
author | Daniel Baumann <daniel@debian.org> | 2008-03-06 16:43:00 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:01:41 +0100 |
commit | c5a91189a0f0a15ec3f73553285fa3b80a110126 (patch) | |
tree | 9747f3e338ee1d7124715d131f5621aecde2bcdd /functions/version.sh | |
parent | 7fb08def1976ec941ae19c70f7b9082a91d33285 (diff) | |
download | vyos-live-build-c5a91189a0f0a15ec3f73553285fa3b80a110126.tar.gz vyos-live-build-c5a91189a0f0a15ec3f73553285fa3b80a110126.zip |
Updating copyright years to 2008.
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 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" |