summaryrefslogtreecommitdiffstats
path: root/src/crypto
diff options
context:
space:
mode:
authorMichael Brown2012-07-20 20:55:45 +0200
committerMichael Brown2012-07-20 20:55:45 +0200
commitc3b4860ce3fb25b907a2ca3e46955df34c0ae9fd (patch)
treeac4c4471390f38d6565b92e9fd9c844eecf3dbdd /src/crypto
parent[qib7322] Fix compiler warning on gcc 4.7 (diff)
downloadipxe-c3b4860ce3fb25b907a2ca3e46955df34c0ae9fd.tar.gz
ipxe-c3b4860ce3fb25b907a2ca3e46955df34c0ae9fd.tar.xz
ipxe-c3b4860ce3fb25b907a2ca3e46955df34c0ae9fd.zip
[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.c3
-rw-r--r--src/crypto/arc4.c3
-rw-r--r--src/crypto/asn1.c3
-rw-r--r--src/crypto/axtls_aes.c3
-rw-r--r--src/crypto/bigint.c3
-rw-r--r--src/crypto/cbc.c3
-rw-r--r--src/crypto/chap.c3
-rw-r--r--src/crypto/clientcert.c3
-rw-r--r--src/crypto/cms.c3
-rw-r--r--src/crypto/crc32.c3
-rw-r--r--src/crypto/crypto_null.c3
-rw-r--r--src/crypto/drbg.c3
-rw-r--r--src/crypto/entropy.c3
-rw-r--r--src/crypto/hash_df.c3
-rw-r--r--src/crypto/hmac.c3
-rw-r--r--src/crypto/hmac_drbg.c3
-rw-r--r--src/crypto/md5.c3
-rw-r--r--src/crypto/null_entropy.c3
-rw-r--r--src/crypto/random_nz.c3
-rw-r--r--src/crypto/rbg.c3
-rw-r--r--src/crypto/rootcert.c3
-rw-r--r--src/crypto/rsa.c3
-rw-r--r--src/crypto/sha1.c3
-rw-r--r--src/crypto/sha1extra.c3
-rw-r--r--src/crypto/sha256.c3
-rw-r--r--src/crypto/x509.c3
26 files changed, 52 insertions, 26 deletions
diff --git a/src/crypto/aes_wrap.c b/src/crypto/aes_wrap.c
index f59fbf91..c09480e5 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 ab3325c8..91a73201 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 462885f3..6d880704 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 3f1d668a..7f93c0ed 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 b13b0ac6..340128e2 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 c00ebb0a..28d38b2d 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 492d2216..db64371c 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 01ab2e38..5ce1f6c1 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 2083433e..c0c8d144 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 71ec1d66..cfef68c0 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 590ac560..ba05f726 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 809de372..9e0175d2 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 03e7290a..c7045840 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 250c2ffc..adf1d87e 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 6b61dc44..e9459198 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 3f56e1b7..1e5f732e 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 b8b7b43d..122c7d59 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 be2acae3..c56d5e76 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 7b54aad7..f1d2e187 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 da0ad5df..e2d06978 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 ee2a3454..30ca170f 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 563d6b9b..1a5cf6cd 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 7f287d3c..e1bef669 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 01d5f89c..cec0d35e 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 e85d2006..36e02b3c 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 a3a17991..df3c5c0d 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 );