2012-10-03 [mones] 3.8.1cvs82
[claws.git] / tools / fix_date.sh
index 901fa5a256d5a2400ad3ad8a01b1299793497e26..a67a3762b33cc733c78e3167f4e5f2e1a18a5275 100644 (file)
@@ -4,7 +4,7 @@
 #  *
 #  * This file is free software; you can redistribute it and/or modify it
 #  * under the terms of the GNU General Public License as published by
-#  * the Free Software Foundation; either version 2 of the License, or
+#  * the Free Software Foundation; either version 3 of the License, or
 #  * (at your option) any later version.
 #  *
 #  * This program is distributed in the hope that it will be useful, but
 # If no X-Original-Date already exist, the former Date value will be set
 # in such field.
 
-VERSION="0.0.4"
+VERSION="0.0.5"
 
 
-function version()
+version()
 {
        echo "$VERSION"
        exit 0
 }
 
-function usage()
+usage()
 {
        echo "usage:"
        echo "  ${0##*/} [<switches>] <filename> [<filename> ..]"
@@ -50,7 +50,7 @@ function usage()
        exit $1
 }
 
-function date_valid()
+date_valid()
 {
        test $STRICT -eq 1 && \
                REGEXP="$DATE_REGEXP_STRICT" || \