X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=build-aux%2Fncftpput-ftp;h=263c9c327df744faba378cd1270e5982bc32bd43;hb=d3f62c9484504ddad1ae4e01bf9b70ffba0609dd;hp=1c0c0220ffc7fecaa8a08e9a554ceb47cb058162;hpb=62f1852661bc4202a185f2518e8fefd2eafc7f65;p=gnulib.git diff --git a/build-aux/ncftpput-ftp b/build-aux/ncftpput-ftp index 1c0c0220f..263c9c327 100755 --- a/build-aux/ncftpput-ftp +++ b/build-aux/ncftpput-ftp @@ -1,11 +1,11 @@ #!/bin/sh -# -# Copyright 2008 Free Software Foundation. -# -# This program is free software; you can redistribute it and/or modify +# +# Copyright (C) 2008, 2009, 2010 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 (at your option) any later version. +# 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 WITHOUT ANY WARRANTY; without even the implied warranty of @@ -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 ...