diff options
author | Michael Brown <mcb30@ipxe.org> | 2012-07-20 19:55:45 +0100 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2012-07-20 19:55:45 +0100 |
commit | c3b4860ce3fb25b907a2ca3e46955df34c0ae9fd (patch) | |
tree | ac4c4471390f38d6565b92e9fd9c844eecf3dbdd /src/crypto | |
parent | 1ac62b914ec9f478cc0ed63a45a87196a583b073 (diff) | |
download | ipxe-c3b4860ce3fb25b907a2ca3e46955df34c0ae9fd.zip ipxe-c3b4860ce3fb25b907a2ca3e46955df34c0ae9fd.tar.gz ipxe-c3b4860ce3fb25b907a2ca3e46955df34c0ae9fd.tar.bz2 |
[legal] Update FSF mailing address in GPL licence texts
Suggested-by: Daniel P. Berrange <berrange@redhat.com>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/crypto')
-rw-r--r-- | src/crypto/aes_wrap.c | 3 | ||||
-rw-r--r-- | src/crypto/arc4.c | 3 | ||||
-rw-r--r-- | src/crypto/asn1.c | 3 | ||||
-rw-r--r-- | src/crypto/axtls_aes.c | 3 | ||||
-rw-r--r-- | src/crypto/bigint.c | 3 | ||||
-rw-r--r-- | src/crypto/cbc.c | 3 | ||||
-rw-r--r-- | src/crypto/chap.c | 3 | ||||
-rw-r--r-- | src/crypto/clientcert.c | 3 | ||||
-rw-r--r-- | src/crypto/cms.c | 3 | ||||
-rw-r--r-- | src/crypto/crc32.c | 3 | ||||
-rw-r--r-- | src/crypto/crypto_null.c | 3 | ||||
-rw-r--r-- | src/crypto/drbg.c | 3 | ||||
-rw-r--r-- | src/crypto/entropy.c | 3 | ||||
-rw-r--r-- | src/crypto/hash_df.c | 3 | ||||
-rw-r--r-- | src/crypto/hmac.c | 3 | ||||
-rw-r--r-- | src/crypto/hmac_drbg.c | 3 | ||||
-rw-r--r-- | src/crypto/md5.c | 3 | ||||
-rw-r--r-- | src/crypto/null_entropy.c | 3 | ||||
-rw-r--r-- | src/crypto/random_nz.c | 3 | ||||
-rw-r--r-- | src/crypto/rbg.c | 3 | ||||
-rw-r--r-- | src/crypto/rootcert.c | 3 | ||||
-rw-r--r-- | src/crypto/rsa.c | 3 | ||||
-rw-r--r-- | src/crypto/sha1.c | 3 | ||||
-rw-r--r-- | src/crypto/sha1extra.c | 3 | ||||
-rw-r--r-- | src/crypto/sha256.c | 3 | ||||
-rw-r--r-- | src/crypto/x509.c | 3 |
26 files changed, 52 insertions, 26 deletions
diff --git a/src/crypto/aes_wrap.c b/src/crypto/aes_wrap.c index f59fbf9..c09480e 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 ab3325c..91a7320 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 462885f..6d88070 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 3f1d668..7f93c0e 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 b13b0ac..340128e 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 c00ebb0..28d38b2 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 492d221..db64371 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 01ab2e3..5ce1f6c 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 2083433..c0c8d14 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 71ec1d6..cfef68c 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 590ac56..ba05f72 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 809de37..9e0175d 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 03e7290..c704584 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 250c2ff..adf1d87 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 6b61dc4..e945919 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 3f56e1b..1e5f732 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 b8b7b43..122c7d5 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 be2acae..c56d5e7 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 7b54aad..f1d2e18 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 da0ad5d..e2d0697 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 ee2a345..30ca170 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 563d6b9..1a5cf6c 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 7f287d3..e1bef66 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 01d5f89..cec0d35 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 e85d200..36e02b3 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 a3a1799..df3c5c0 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 ); |