diff options
author | Werner Koch <[email protected]> | 2004-12-16 10:28:50 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2004-12-16 10:28:50 +0000 |
commit | ec59e8a20e6b8134b3c7cfddc42201a1f78b4fa3 (patch) | |
tree | 45a08d2618ea8d7f07a614e2603cb854340e8bbb | |
parent | Add a note on how to send translations. (diff) | |
download | gnupg-1-4-0.tar.gz gnupg-1-4-0.zip |
Minor fixesV1-4-0
-rw-r--r-- | THANKS | 11 | ||||
-rw-r--r-- | doc/Makefile.am | 2 |
2 files changed, 7 insertions, 6 deletions
@@ -1,7 +1,7 @@ -GnuPG was originally written by Werner Koch. Other people contributed by -reporting problems, suggesting various improvements or submitting actual -code. Here is a list of those people. Help me keep it complete and free of -errors. +GnuPG was originally written by Werner Koch. Other people contributed +by reporting problems, suggesting various improvements or submitting +actual code. Here is a list of those people. Help us keep it complete +and free of errors. Adam Mitchell [email protected] Albert Chin [email protected] @@ -232,7 +232,8 @@ Ministry for Economics and Technology under grant VIB3-68553.168-001/1999. Many thanks to my wife Gerlinde for having so much patience with me while hacking late in the evening. - Copyright 1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. + Copyright 1998, 1999, 2000, 2001, 2002, 2003, + 2004 Free Software Foundation, Inc. This file is free software; as a special exception the author gives unlimited permission to copy and/or distribute it, with or without diff --git a/doc/Makefile.am b/doc/Makefile.am index 0154d97cf..f9bc35826 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -22,7 +22,7 @@ AUTOMAKE_OPTIONS = no-texinfo.tex EXTRA_DIST = DETAILS gpg.sgml gpg.1 gpgv.sgml gpgv.1 faq.raw FAQ faq.html \ HACKING OpenPGP README.W32 samplekeys.asc gnupg.7 gnupg-w32.reg \ - TRANSLATE gpg.ru.sgml gpg.ru.1 + TRANSLATE gpg.ru.sgml gpg.ru.1 highlights-1.4.txt man_MANS = gpg.1 gpgv.1 gnupg.7 gpg.ru.1 |