diff options
author | Werner Koch <wk@gnupg.org> | 2007-07-04 21:49:40 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2007-07-04 21:49:40 +0200 |
commit | 93d3811abc9e1a1199c0c2594d6b2163d2ce5324 (patch) | |
tree | 7c374293c539db3cf2057c830ef2da2ece2bb10c /tools | |
parent | A bunch of minor changes for Windows. (diff) | |
download | gnupg2-93d3811abc9e1a1199c0c2594d6b2163d2ce5324.tar.xz gnupg2-93d3811abc9e1a1199c0c2594d6b2163d2ce5324.zip |
Changed to GPLv3.
Removed intl/.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile.am | 6 | ||||
-rwxr-xr-x | tools/convert-from-106 | 6 | ||||
-rw-r--r-- | tools/gpg-connect-agent.c | 6 | ||||
-rw-r--r-- | tools/gpg-zip.in | 6 | ||||
-rw-r--r-- | tools/gpgconf-comp.c | 6 | ||||
-rw-r--r-- | tools/gpgconf.c | 6 | ||||
-rw-r--r-- | tools/gpgconf.h | 6 | ||||
-rw-r--r-- | tools/gpgkey2ssh.c | 6 | ||||
-rw-r--r-- | tools/gpgparsemail.c | 6 | ||||
-rwxr-xr-x | tools/gpgsm-gencert.sh | 6 | ||||
-rw-r--r-- | tools/gpgsplit.c | 6 | ||||
-rw-r--r-- | tools/make-dns-cert.c | 6 | ||||
-rwxr-xr-x | tools/pgpgroup-to-gpggroup | 6 | ||||
-rw-r--r-- | tools/rfc822parse.c | 6 | ||||
-rw-r--r-- | tools/rfc822parse.h | 6 | ||||
-rw-r--r-- | tools/sockprox.c | 6 | ||||
-rw-r--r-- | tools/symcryptrun.c | 6 | ||||
-rw-r--r-- | tools/watchgnupg.c | 6 |
18 files changed, 36 insertions, 72 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index d085b9e09..4fda65d7b 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -5,7 +5,7 @@ # # GnuPG 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. # # GnuPG is distributed in the hope that it will be useful, @@ -14,9 +14,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, -# USA. +# along with this program; if not, see <http://www.gnu.org/licenses/>. EXTRA_DIST = \ Manifest watchgnupg.c \ diff --git a/tools/convert-from-106 b/tools/convert-from-106 index 634152b11..173793be1 100755 --- a/tools/convert-from-106 +++ b/tools/convert-from-106 @@ -3,7 +3,7 @@ # # 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 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 @@ -12,9 +12,7 @@ # General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - +# along with this program; if not, see <http://www.gnu.org/licenses/>. if ! gpg --version > /dev/null 2>&1 ; then echo "GnuPG not available!" exit 1 diff --git a/tools/gpg-connect-agent.c b/tools/gpg-connect-agent.c index 7522ea916..a07a7b67d 100644 --- a/tools/gpg-connect-agent.c +++ b/tools/gpg-connect-agent.c @@ -5,7 +5,7 @@ * * GnuPG 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. * * GnuPG is distributed in the hope that it will be useful, @@ -14,9 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, - * USA. + * along with this program; if not, see <http://www.gnu.org/licenses/>. */ #include <config.h> diff --git a/tools/gpg-zip.in b/tools/gpg-zip.in index 8b4ccfb2b..d27b1f962 100644 --- a/tools/gpg-zip.in +++ b/tools/gpg-zip.in @@ -7,7 +7,7 @@ # # GnuPG 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. # # GnuPG is distributed in the hope that it will be useful, @@ -16,9 +16,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA - +# along with this program; if not, see <http://www.gnu.org/licenses/>. # Despite the name, PGP Zip format is actually an OpenPGP-wrapped tar # file. To be compatible with PGP itself, this must be a USTAR format # tar file. Unclear on whether there is a distinction here between diff --git a/tools/gpgconf-comp.c b/tools/gpgconf-comp.c index 4a83adb9e..ba147ad48 100644 --- a/tools/gpgconf-comp.c +++ b/tools/gpgconf-comp.c @@ -5,7 +5,7 @@ * * GnuPG 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. * * GnuPG is distributed in the hope that it will be useful, but @@ -14,9 +14,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with GnuPG; if not, write to the Free Software Foundation, - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, - * USA. + * along with GnuPG; if not, see <http://www.gnu.org/licenses/>. */ #if HAVE_CONFIG_H diff --git a/tools/gpgconf.c b/tools/gpgconf.c index fdf97932f..e71a24e7a 100644 --- a/tools/gpgconf.c +++ b/tools/gpgconf.c @@ -5,7 +5,7 @@ * * GnuPG 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. * * GnuPG is distributed in the hope that it will be useful, @@ -14,9 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, - * USA. + * along with this program; if not, see <http://www.gnu.org/licenses/>. */ #include <config.h> diff --git a/tools/gpgconf.h b/tools/gpgconf.h index b3ff258b0..59900b185 100644 --- a/tools/gpgconf.h +++ b/tools/gpgconf.h @@ -5,7 +5,7 @@ * * GnuPG 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. * * GnuPG is distributed in the hope that it will be useful, @@ -14,9 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, - * USA. + * along with this program; if not, see <http://www.gnu.org/licenses/>. */ #ifndef GPGCONF_H diff --git a/tools/gpgkey2ssh.c b/tools/gpgkey2ssh.c index dd2b5bb2c..a68fdf059 100644 --- a/tools/gpgkey2ssh.c +++ b/tools/gpgkey2ssh.c @@ -5,7 +5,7 @@ * * GnuPG 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. * * GnuPG is distributed in the hope that it will be useful, but WITHOUT @@ -14,9 +14,7 @@ * License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, - * USA. + * along with this program; if not, see <http://www.gnu.org/licenses/>. */ #include <config.h> diff --git a/tools/gpgparsemail.c b/tools/gpgparsemail.c index 30759f9a4..9001b4511 100644 --- a/tools/gpgparsemail.c +++ b/tools/gpgparsemail.c @@ -5,7 +5,7 @@ * * GnuPG 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. * * GnuPG is distributed in the hope that it will be useful, @@ -14,9 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, - * USA. + * along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/tools/gpgsm-gencert.sh b/tools/gpgsm-gencert.sh index ea96bb2e9..23dfdd6ae 100755 --- a/tools/gpgsm-gencert.sh +++ b/tools/gpgsm-gencert.sh @@ -7,7 +7,7 @@ # # GnuPG 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. # # GnuPG is distributed in the hope that it will be useful, @@ -16,9 +16,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -# 02111-1307, USA. +# along with this program; if not, see <http://www.gnu.org/licenses/>. set -e diff --git a/tools/gpgsplit.c b/tools/gpgsplit.c index 8c1705396..bb8ea0a0c 100644 --- a/tools/gpgsplit.c +++ b/tools/gpgsplit.c @@ -5,7 +5,7 @@ * * GnuPG 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. * * GnuPG is distributed in the hope that it will be useful, @@ -14,9 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, - * USA. + * along with this program; if not, see <http://www.gnu.org/licenses/>. */ #include <config.h> diff --git a/tools/make-dns-cert.c b/tools/make-dns-cert.c index 496b63b0b..31314edc9 100644 --- a/tools/make-dns-cert.c +++ b/tools/make-dns-cert.c @@ -5,7 +5,7 @@ * * GnuPG 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. * * GnuPG is distributed in the hope that it will be useful, @@ -14,9 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, - * USA. + * along with this program; if not, see <http://www.gnu.org/licenses/>. */ #include <config.h> diff --git a/tools/pgpgroup-to-gpggroup b/tools/pgpgroup-to-gpggroup index 5ea9990b6..dbf854c9e 100755 --- a/tools/pgpgroup-to-gpggroup +++ b/tools/pgpgroup-to-gpggroup @@ -5,7 +5,7 @@ # # 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 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 @@ -14,9 +14,7 @@ # General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - +# along with this program; if not, see <http://www.gnu.org/licenses/>. # This program requires a PGP command line program that supports # groups (note that the PGP 8 command line doesn't). diff --git a/tools/rfc822parse.c b/tools/rfc822parse.c index 303ddad13..efa197dda 100644 --- a/tools/rfc822parse.c +++ b/tools/rfc822parse.c @@ -4,7 +4,7 @@ * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License - * as published by the Free Software Foundation; either version 2.1 of + * as published by 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, @@ -13,9 +13,7 @@ * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301, USA. + * License along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/tools/rfc822parse.h b/tools/rfc822parse.h index 8a56c51cb..12699d5e8 100644 --- a/tools/rfc822parse.h +++ b/tools/rfc822parse.h @@ -4,7 +4,7 @@ * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License - * as published by the Free Software Foundation; either version 2.1 of + * as published by 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, @@ -13,9 +13,7 @@ * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301, USA. + * License along with this program; if not, see <http://www.gnu.org/licenses/>. */ #ifndef RFC822PARSE_H diff --git a/tools/sockprox.c b/tools/sockprox.c index 171facaa2..485b37a37 100644 --- a/tools/sockprox.c +++ b/tools/sockprox.c @@ -3,7 +3,7 @@ * * sockprox 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. * * sockprox is distributed in the hope that it will be useful, but @@ -12,9 +12,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301, USA. + * along with this program; if not, see <http://www.gnu.org/licenses/>. */ /* Hacked by Moritz Schulte <moritz@g10code.com>. diff --git a/tools/symcryptrun.c b/tools/symcryptrun.c index bca96e58d..74d82aa7b 100644 --- a/tools/symcryptrun.c +++ b/tools/symcryptrun.c @@ -5,7 +5,7 @@ * * GnuPG 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. * * GnuPG is distributed in the hope that it will be useful, @@ -14,9 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, - * USA. + * along with this program; if not, see <http://www.gnu.org/licenses/>. */ diff --git a/tools/watchgnupg.c b/tools/watchgnupg.c index 051ca50fe..213a2cb16 100644 --- a/tools/watchgnupg.c +++ b/tools/watchgnupg.c @@ -5,7 +5,7 @@ * * GnuPG 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. * * GnuPG is distributed in the hope that it will be useful, @@ -14,9 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, - * USA. + * along with this program; if not, see <http://www.gnu.org/licenses/>. */ #ifdef HAVE_CONFIG_H |