X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=build-aux%2Fncftpput-ftp;h=04f8306e7c064b3d79499e114e3c2bd7802ea270;hb=0459c4ec540563e665b7ce6ded0d5be6db3504b7;hp=f3605cb0b436ece8b27d64ce7ec710e95519ebfc;hpb=acaed473b009751cd438da4d29d00462920f25fa;p=gnulib.git diff --git a/build-aux/ncftpput-ftp b/build-aux/ncftpput-ftp index f3605cb0b..04f8306e7 100755 --- a/build-aux/ncftpput-ftp +++ b/build-aux/ncftpput-ftp @@ -1,7 +1,7 @@ #!/bin/sh -# -# Copyright 2008, 2009 Free Software Foundation. -# +# +# Copyright (C) 2008-2013 Free Software Foundation, Inc. +# # 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 of the License, or @@ -17,11 +17,11 @@ # # Original author: Karl Berry. # Bug reports and correspondence to bug-gnulib@gnu.org. -# +# # This is a minimal replacement for ncftpput using standard ftp. # It was written for use with the Automake gnupload script for machines # without ncftpput, e.g., rename it to ncftpput and put it in your PATH. -# +# # The arguments are: # host dir file1 file2 ...