summaryrefslogtreecommitdiff
path: root/functions/version.sh
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2010-03-04 13:43:04 +0100
committerDaniel Baumann <daniel@debian.org>2010-03-04 13:43:09 +0100
commit2b8ea54d761b97e2656161f3531e8859569b7d9c (patch)
tree27acf1d37b626f1e50a9bf7a28a51ddd504d436f /functions/version.sh
parent150c18eabfdb22f580ab63020cb0672bf87fc822 (diff)
downloadvyos-live-build-2b8ea54d761b97e2656161f3531e8859569b7d9c.tar.gz
vyos-live-build-2b8ea54d761b97e2656161f3531e8859569b7d9c.zip
Updating year to 2010 in copyright notices.
Diffstat (limited to 'functions/version.sh')
-rwxr-xr-xfunctions/version.sh4
1 files changed, 2 insertions, 2 deletions
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"