summaryrefslogtreecommitdiff
path: root/functions/version.sh
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2009-01-26 17:39:27 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:09:40 +0100
commit989f26d87b5ef36e1f1fd419a9ff2996b3f4b360 (patch)
treea05764d7d560ecf8d6d34b26d4988c54b301bdc2 /functions/version.sh
parent9ce762a50229bebd07600f1c29167db31f8bfb53 (diff)
downloadlive-build-989f26d87b5ef36e1f1fd419a9ff2996b3f4b360.zip
live-build-989f26d87b5ef36e1f1fd419a9ff2996b3f4b360.tar.gz
Updating year in copyright notices for 2009.
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 6b2ad00..5ac6f6f 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"