aboutsummaryrefslogtreecommitdiffstats
path: root/cipher
diff options
context:
space:
mode:
Diffstat (limited to 'cipher')
-rw-r--r--cipher/Makefile.am2
-rw-r--r--cipher/algorithms.h3
-rw-r--r--cipher/bithelp.h3
-rw-r--r--cipher/blowfish.c3
-rw-r--r--cipher/cast5.c3
-rw-r--r--cipher/cipher.c3
-rw-r--r--cipher/des.c3
-rw-r--r--cipher/dsa.c3
-rw-r--r--cipher/dsa.h3
-rw-r--r--cipher/dynload.c3
-rw-r--r--cipher/elgamal.c3
-rw-r--r--cipher/elgamal.h3
-rw-r--r--cipher/gost.c3
-rw-r--r--cipher/gost.h3
-rw-r--r--cipher/idea-stub.c3
-rw-r--r--cipher/md.c3
-rw-r--r--cipher/md5.c2
-rw-r--r--cipher/primegen.c3
-rw-r--r--cipher/pubkey.c3
-rw-r--r--cipher/rand-internal.h3
-rw-r--r--cipher/random.c3
-rw-r--r--cipher/random.h3
-rw-r--r--cipher/rijndael.c3
-rw-r--r--cipher/rmd.h3
-rw-r--r--cipher/rmd160.c3
-rw-r--r--cipher/rmd160test.c3
-rw-r--r--cipher/rndegd.c3
-rw-r--r--cipher/rndlinux.c3
-rw-r--r--cipher/rndriscos.c3
-rw-r--r--cipher/rndw32.c3
-rw-r--r--cipher/rsa.c3
-rw-r--r--cipher/rsa.h3
-rw-r--r--cipher/sha1.c3
-rw-r--r--cipher/sha256.c3
-rw-r--r--cipher/sha512.c3
-rw-r--r--cipher/smallprime.c3
36 files changed, 70 insertions, 36 deletions
diff --git a/cipher/Makefile.am b/cipher/Makefile.am
index 85b0a47dd..12c4bb0b5 100644
--- a/cipher/Makefile.am
+++ b/cipher/Makefile.am
@@ -14,7 +14,7 @@
#
# 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
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
## Process this file with automake to produce Makefile.in
diff --git a/cipher/algorithms.h b/cipher/algorithms.h
index 36fc8442e..8c125611c 100644
--- a/cipher/algorithms.h
+++ b/cipher/algorithms.h
@@ -15,7 +15,8 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+ * USA.
*/
#ifndef GNUPG_ALGORITHMS_H
#define GNUPG_ALGORITHMS_H 1
diff --git a/cipher/bithelp.h b/cipher/bithelp.h
index d6eae8edf..64209bacd 100644
--- a/cipher/bithelp.h
+++ b/cipher/bithelp.h
@@ -15,7 +15,8 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+ * USA.
*/
#ifndef G10_BITHELP_H
#define G10_BITHELP_H
diff --git a/cipher/blowfish.c b/cipher/blowfish.c
index 8d359da05..1a1ce5678 100644
--- a/cipher/blowfish.c
+++ b/cipher/blowfish.c
@@ -15,7 +15,8 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+ * USA.
*
* For a description of the algorithm, see:
* Bruce Schneier: Applied Cryptography. John Wiley & Sons, 1996.
diff --git a/cipher/cast5.c b/cipher/cast5.c
index efa4e0e3e..043aa7aed 100644
--- a/cipher/cast5.c
+++ b/cipher/cast5.c
@@ -15,7 +15,8 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+ * USA.
*/
/* Test vectors:
diff --git a/cipher/cipher.c b/cipher/cipher.c
index b3bd6688f..950f625cf 100644
--- a/cipher/cipher.c
+++ b/cipher/cipher.c
@@ -15,7 +15,8 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+ * USA.
*/
#include <config.h>
diff --git a/cipher/des.c b/cipher/des.c
index f4cba21dc..6ad799395 100644
--- a/cipher/des.c
+++ b/cipher/des.c
@@ -15,7 +15,8 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+ * USA.
*
*
* According to the definition of DES in FIPS PUB 46-2 from December 1993.
diff --git a/cipher/dsa.c b/cipher/dsa.c
index b1543c049..1fdb29ae4 100644
--- a/cipher/dsa.c
+++ b/cipher/dsa.c
@@ -15,7 +15,8 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+ * USA.
*/
#include <config.h>
diff --git a/cipher/dsa.h b/cipher/dsa.h
index 97e14e2b3..6902b548c 100644
--- a/cipher/dsa.h
+++ b/cipher/dsa.h
@@ -15,7 +15,8 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+ * USA.
*/
#ifndef G10_DSA_H
diff --git a/cipher/dynload.c b/cipher/dynload.c
index 38c6a0c35..3f0e2b720 100644
--- a/cipher/dynload.c
+++ b/cipher/dynload.c
@@ -15,7 +15,8 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+ * USA.
*/
#include <config.h>
diff --git a/cipher/elgamal.c b/cipher/elgamal.c
index eb69a655c..95ff38ccc 100644
--- a/cipher/elgamal.c
+++ b/cipher/elgamal.c
@@ -20,7 +20,8 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+ * USA.
*/
#include <config.h>
diff --git a/cipher/elgamal.h b/cipher/elgamal.h
index 6c8184219..416f49cc5 100644
--- a/cipher/elgamal.h
+++ b/cipher/elgamal.h
@@ -15,7 +15,8 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+ * USA.
*/
#ifndef G10_ELGAMAL_H
diff --git a/cipher/gost.c b/cipher/gost.c
index 4a527722f..1b6be38c5 100644
--- a/cipher/gost.c
+++ b/cipher/gost.c
@@ -19,7 +19,8 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+ * USA.
*/
#include <config.h>
diff --git a/cipher/gost.h b/cipher/gost.h
index d8e7ebfc5..bbe8bc522 100644
--- a/cipher/gost.h
+++ b/cipher/gost.h
@@ -15,7 +15,8 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+ * USA.
*/
#ifndef G10_GOST_H
#define G10_GOST_H
diff --git a/cipher/idea-stub.c b/cipher/idea-stub.c
index 539c9bb58..fc19baeed 100644
--- a/cipher/idea-stub.c
+++ b/cipher/idea-stub.c
@@ -15,7 +15,8 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+ * USA.
*/
/* IDEA is a patented algorithm and therefore the use of IDEA in
diff --git a/cipher/md.c b/cipher/md.c
index 1821882e9..66a8b0540 100644
--- a/cipher/md.c
+++ b/cipher/md.c
@@ -15,7 +15,8 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+ * USA.
*/
#include <config.h>
diff --git a/cipher/md5.c b/cipher/md5.c
index 631df17eb..270e3fe3e 100644
--- a/cipher/md5.c
+++ b/cipher/md5.c
@@ -14,7 +14,7 @@
*
* 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.
+ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* According to the definition of MD5 in RFC 1321 from April 1992.
* NOTE: This is *not* the same file as the one from glibc.
diff --git a/cipher/primegen.c b/cipher/primegen.c
index dda9012b5..98d63696a 100644
--- a/cipher/primegen.c
+++ b/cipher/primegen.c
@@ -15,7 +15,8 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+ * USA.
*
* ***********************************************************************
* The algorithm used to generate practically save primes is due to
diff --git a/cipher/pubkey.c b/cipher/pubkey.c
index b74b17bae..d6d1ff1f2 100644
--- a/cipher/pubkey.c
+++ b/cipher/pubkey.c
@@ -16,7 +16,8 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+ * USA.
*/
#include <config.h>
diff --git a/cipher/rand-internal.h b/cipher/rand-internal.h
index ab01bc6db..cb398877a 100644
--- a/cipher/rand-internal.h
+++ b/cipher/rand-internal.h
@@ -15,7 +15,8 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+ * USA.
*/
#ifndef G10_RAND_INTERNAL_H
#define G10_RAND_INTERNAL_H
diff --git a/cipher/random.c b/cipher/random.c
index baee65c49..0aa75cda4 100644
--- a/cipher/random.c
+++ b/cipher/random.c
@@ -16,7 +16,8 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+ * USA.
*/
diff --git a/cipher/random.h b/cipher/random.h
index f4ba918bd..08d1e2ddd 100644
--- a/cipher/random.h
+++ b/cipher/random.h
@@ -15,7 +15,8 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+ * USA.
*/
#ifndef G10_RANDOM_H
#define G10_RANDOM_H
diff --git a/cipher/rijndael.c b/cipher/rijndael.c
index 083b10399..adf276531 100644
--- a/cipher/rijndael.c
+++ b/cipher/rijndael.c
@@ -15,7 +15,8 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+ * USA.
*******************************************************************
* The code here is based on the optimized implementation taken from
* http://www.esat.kuleuven.ac.be/~rijmen/rijndael/ on Oct 2, 2000,
diff --git a/cipher/rmd.h b/cipher/rmd.h
index 917e04a26..1313bb78b 100644
--- a/cipher/rmd.h
+++ b/cipher/rmd.h
@@ -15,7 +15,8 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+ * USA.
*/
#ifndef G10_RMD_H
#define G10_RMD_H
diff --git a/cipher/rmd160.c b/cipher/rmd160.c
index 6f4f5664c..7a7230f38 100644
--- a/cipher/rmd160.c
+++ b/cipher/rmd160.c
@@ -15,7 +15,8 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+ * USA.
*/
#include <config.h>
diff --git a/cipher/rmd160test.c b/cipher/rmd160test.c
index 49f948989..94912269b 100644
--- a/cipher/rmd160test.c
+++ b/cipher/rmd160test.c
@@ -15,7 +15,8 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+ * USA.
*/
#include <config.h>
diff --git a/cipher/rndegd.c b/cipher/rndegd.c
index df31ce189..f2e2a020a 100644
--- a/cipher/rndegd.c
+++ b/cipher/rndegd.c
@@ -15,7 +15,8 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+ * USA.
*/
#include <config.h>
diff --git a/cipher/rndlinux.c b/cipher/rndlinux.c
index 1284bc7ee..ca42eea8a 100644
--- a/cipher/rndlinux.c
+++ b/cipher/rndlinux.c
@@ -15,7 +15,8 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+ * USA.
*/
diff --git a/cipher/rndriscos.c b/cipher/rndriscos.c
index a0fbbc228..5565e1fee 100644
--- a/cipher/rndriscos.c
+++ b/cipher/rndriscos.c
@@ -15,7 +15,8 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+ * USA.
*/
#include <config.h>
diff --git a/cipher/rndw32.c b/cipher/rndw32.c
index 28602fd5f..b59ae6fbe 100644
--- a/cipher/rndw32.c
+++ b/cipher/rndw32.c
@@ -16,7 +16,8 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+ * USA.
*
*************************************************************************
* The code here is based on code from Cryptlib 3.0 beta by Peter Gutmann.
diff --git a/cipher/rsa.c b/cipher/rsa.c
index e41ff2481..f23f3fcaa 100644
--- a/cipher/rsa.c
+++ b/cipher/rsa.c
@@ -16,7 +16,8 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+ * USA.
*/
/* This code uses an algorithm protected by U.S. Patent #4,405,829
diff --git a/cipher/rsa.h b/cipher/rsa.h
index 13c6e92e4..e6ea42356 100644
--- a/cipher/rsa.h
+++ b/cipher/rsa.h
@@ -16,7 +16,8 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+ * USA.
*/
#ifndef G10_RSA_H
diff --git a/cipher/sha1.c b/cipher/sha1.c
index f5f223feb..d150fad1e 100644
--- a/cipher/sha1.c
+++ b/cipher/sha1.c
@@ -17,7 +17,8 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+ * USA.
*/
diff --git a/cipher/sha256.c b/cipher/sha256.c
index b71025ecb..47c754101 100644
--- a/cipher/sha256.c
+++ b/cipher/sha256.c
@@ -17,7 +17,8 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+ * USA.
*/
diff --git a/cipher/sha512.c b/cipher/sha512.c
index ed67fe45a..523579d25 100644
--- a/cipher/sha512.c
+++ b/cipher/sha512.c
@@ -17,7 +17,8 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+ * USA.
*/
diff --git a/cipher/smallprime.c b/cipher/smallprime.c
index 941f4ce9a..b110fbbd1 100644
--- a/cipher/smallprime.c
+++ b/cipher/smallprime.c
@@ -15,7 +15,8 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+ * USA.
*/
#include <config.h>