From c3b4860ce3fb25b907a2ca3e46955df34c0ae9fd Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Fri, 20 Jul 2012 19:55:45 +0100 Subject: [legal] Update FSF mailing address in GPL licence texts Suggested-by: Daniel P. Berrange Signed-off-by: Michael Brown --- src/crypto/aes_wrap.c | 3 ++- src/crypto/arc4.c | 3 ++- src/crypto/asn1.c | 3 ++- src/crypto/axtls_aes.c | 3 ++- src/crypto/bigint.c | 3 ++- src/crypto/cbc.c | 3 ++- src/crypto/chap.c | 3 ++- src/crypto/clientcert.c | 3 ++- src/crypto/cms.c | 3 ++- src/crypto/crc32.c | 3 ++- src/crypto/crypto_null.c | 3 ++- src/crypto/drbg.c | 3 ++- src/crypto/entropy.c | 3 ++- src/crypto/hash_df.c | 3 ++- src/crypto/hmac.c | 3 ++- src/crypto/hmac_drbg.c | 3 ++- src/crypto/md5.c | 3 ++- src/crypto/null_entropy.c | 3 ++- src/crypto/random_nz.c | 3 ++- src/crypto/rbg.c | 3 ++- src/crypto/rootcert.c | 3 ++- src/crypto/rsa.c | 3 ++- src/crypto/sha1.c | 3 ++- src/crypto/sha1extra.c | 3 ++- src/crypto/sha256.c | 3 ++- src/crypto/x509.c | 3 ++- 26 files changed, 52 insertions(+), 26 deletions(-) (limited to 'src/crypto') diff --git a/src/crypto/aes_wrap.c b/src/crypto/aes_wrap.c index f59fbf91b..c09480e5a 100644 --- a/src/crypto/aes_wrap.c +++ b/src/crypto/aes_wrap.c @@ -13,7 +13,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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301, USA. */ FILE_LICENCE ( GPL2_OR_LATER ); diff --git a/src/crypto/arc4.c b/src/crypto/arc4.c index ab3325c83..91a732019 100644 --- a/src/crypto/arc4.c +++ b/src/crypto/arc4.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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301, USA. */ FILE_LICENCE ( GPL2_OR_LATER ); diff --git a/src/crypto/asn1.c b/src/crypto/asn1.c index 462885f3e..6d880704f 100644 --- a/src/crypto/asn1.c +++ b/src/crypto/asn1.c @@ -13,7 +13,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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301, USA. */ FILE_LICENCE ( GPL2_OR_LATER ); diff --git a/src/crypto/axtls_aes.c b/src/crypto/axtls_aes.c index 3f1d668a9..7f93c0ed7 100644 --- a/src/crypto/axtls_aes.c +++ b/src/crypto/axtls_aes.c @@ -13,7 +13,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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301, USA. */ FILE_LICENCE ( GPL2_OR_LATER ); diff --git a/src/crypto/bigint.c b/src/crypto/bigint.c index b13b0ac60..340128e2f 100644 --- a/src/crypto/bigint.c +++ b/src/crypto/bigint.c @@ -13,7 +13,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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301, USA. */ FILE_LICENCE ( GPL2_OR_LATER ); diff --git a/src/crypto/cbc.c b/src/crypto/cbc.c index c00ebb0a7..28d38b2db 100644 --- a/src/crypto/cbc.c +++ b/src/crypto/cbc.c @@ -13,7 +13,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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301, USA. */ FILE_LICENCE ( GPL2_OR_LATER ); diff --git a/src/crypto/chap.c b/src/crypto/chap.c index 492d22160..db64371c7 100644 --- a/src/crypto/chap.c +++ b/src/crypto/chap.c @@ -13,7 +13,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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301, USA. */ FILE_LICENCE ( GPL2_OR_LATER ); diff --git a/src/crypto/clientcert.c b/src/crypto/clientcert.c index 01ab2e383..5ce1f6c1a 100644 --- a/src/crypto/clientcert.c +++ b/src/crypto/clientcert.c @@ -13,7 +13,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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301, USA. */ FILE_LICENCE ( GPL2_OR_LATER ); diff --git a/src/crypto/cms.c b/src/crypto/cms.c index 2083433e5..c0c8d144f 100644 --- a/src/crypto/cms.c +++ b/src/crypto/cms.c @@ -13,7 +13,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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301, USA. */ FILE_LICENCE ( GPL2_OR_LATER ); diff --git a/src/crypto/crc32.c b/src/crypto/crc32.c index 71ec1d66c..cfef68c02 100644 --- a/src/crypto/crc32.c +++ b/src/crypto/crc32.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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301, USA. */ FILE_LICENCE ( GPL2_OR_LATER ); diff --git a/src/crypto/crypto_null.c b/src/crypto/crypto_null.c index 590ac5605..ba05f7269 100644 --- a/src/crypto/crypto_null.c +++ b/src/crypto/crypto_null.c @@ -13,7 +13,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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301, USA. */ FILE_LICENCE ( GPL2_OR_LATER ); diff --git a/src/crypto/drbg.c b/src/crypto/drbg.c index 809de3722..9e0175d25 100644 --- a/src/crypto/drbg.c +++ b/src/crypto/drbg.c @@ -13,7 +13,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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301, USA. */ FILE_LICENCE ( GPL2_OR_LATER ); diff --git a/src/crypto/entropy.c b/src/crypto/entropy.c index 03e7290a3..c7045840e 100644 --- a/src/crypto/entropy.c +++ b/src/crypto/entropy.c @@ -13,7 +13,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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301, USA. */ FILE_LICENCE ( GPL2_OR_LATER ); diff --git a/src/crypto/hash_df.c b/src/crypto/hash_df.c index 250c2ffc8..adf1d87e4 100644 --- a/src/crypto/hash_df.c +++ b/src/crypto/hash_df.c @@ -13,7 +13,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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301, USA. */ FILE_LICENCE ( GPL2_OR_LATER ); diff --git a/src/crypto/hmac.c b/src/crypto/hmac.c index 6b61dc449..e9459198c 100644 --- a/src/crypto/hmac.c +++ b/src/crypto/hmac.c @@ -13,7 +13,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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301, USA. */ FILE_LICENCE ( GPL2_OR_LATER ); diff --git a/src/crypto/hmac_drbg.c b/src/crypto/hmac_drbg.c index 3f56e1b73..1e5f732e2 100644 --- a/src/crypto/hmac_drbg.c +++ b/src/crypto/hmac_drbg.c @@ -13,7 +13,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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301, USA. */ FILE_LICENCE ( GPL2_OR_LATER ); diff --git a/src/crypto/md5.c b/src/crypto/md5.c index b8b7b43dd..122c7d59e 100644 --- a/src/crypto/md5.c +++ b/src/crypto/md5.c @@ -13,7 +13,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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301, USA. */ FILE_LICENCE ( GPL2_OR_LATER ); diff --git a/src/crypto/null_entropy.c b/src/crypto/null_entropy.c index be2acae37..c56d5e76f 100644 --- a/src/crypto/null_entropy.c +++ b/src/crypto/null_entropy.c @@ -13,7 +13,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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301, USA. */ FILE_LICENCE ( GPL2_OR_LATER ); diff --git a/src/crypto/random_nz.c b/src/crypto/random_nz.c index 7b54aad76..f1d2e187d 100644 --- a/src/crypto/random_nz.c +++ b/src/crypto/random_nz.c @@ -13,7 +13,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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301, USA. */ FILE_LICENCE ( GPL2_OR_LATER ); diff --git a/src/crypto/rbg.c b/src/crypto/rbg.c index da0ad5dff..e2d06978c 100644 --- a/src/crypto/rbg.c +++ b/src/crypto/rbg.c @@ -13,7 +13,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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301, USA. */ FILE_LICENCE ( GPL2_OR_LATER ); diff --git a/src/crypto/rootcert.c b/src/crypto/rootcert.c index ee2a3454e..30ca170f5 100644 --- a/src/crypto/rootcert.c +++ b/src/crypto/rootcert.c @@ -13,7 +13,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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301, USA. */ FILE_LICENCE ( GPL2_OR_LATER ); diff --git a/src/crypto/rsa.c b/src/crypto/rsa.c index 563d6b9b9..1a5cf6cd5 100644 --- a/src/crypto/rsa.c +++ b/src/crypto/rsa.c @@ -13,7 +13,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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301, USA. */ FILE_LICENCE ( GPL2_OR_LATER ); diff --git a/src/crypto/sha1.c b/src/crypto/sha1.c index 7f287d3c4..e1bef669e 100644 --- a/src/crypto/sha1.c +++ b/src/crypto/sha1.c @@ -13,7 +13,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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301, USA. */ FILE_LICENCE ( GPL2_OR_LATER ); diff --git a/src/crypto/sha1extra.c b/src/crypto/sha1extra.c index 01d5f89c4..cec0d35e5 100644 --- a/src/crypto/sha1extra.c +++ b/src/crypto/sha1extra.c @@ -13,7 +13,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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301, USA. */ FILE_LICENCE ( GPL2_OR_LATER ); diff --git a/src/crypto/sha256.c b/src/crypto/sha256.c index e85d20067..36e02b3c2 100644 --- a/src/crypto/sha256.c +++ b/src/crypto/sha256.c @@ -13,7 +13,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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301, USA. */ FILE_LICENCE ( GPL2_OR_LATER ); diff --git a/src/crypto/x509.c b/src/crypto/x509.c index a3a179919..df3c5c0de 100644 --- a/src/crypto/x509.c +++ b/src/crypto/x509.c @@ -13,7 +13,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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301, USA. */ FILE_LICENCE ( GPL2_OR_LATER ); -- cgit v1.2.3-55-g7522