link: LoadLibrary is not needed.
[gnulib.git] / build-aux / gnupload
index a1add23..8320b58 100755 (executable)
@@ -1,13 +1,13 @@
 #!/bin/sh
 # Sign files and upload them.
 
-scriptversion=2009-03-04.21
+scriptversion=2009-04-28.21; # UTC
 
 # Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation
 #
 # This program 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 3, or (at your option)
+# the Free Software Foundation; either version 2, or (at your option)
 # any later version.
 #
 # This program is distributed in the hope that it will be useful,
@@ -23,7 +23,7 @@ scriptversion=2009-03-04.21
 set -e
 
 GPG='gpg --batch --no-tty'
-conffile=.gnupload
+conffile=.gnuploadrc
 to=
 dry_run=false
 symlink_files=
@@ -407,5 +407,6 @@ exit 0
 # eval: (add-hook 'write-file-hooks 'time-stamp)
 # time-stamp-start: "scriptversion="
 # time-stamp-format: "%:y-%02m-%02d.%02H"
-# time-stamp-end: "$"
+# time-stamp-time-zone: "UTC"
+# time-stamp-end: "; # UTC"
 # End: