summaryrefslogtreecommitdiffstats
path: root/src/tests
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/tests
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/tests')
-rw-r--r--src/tests/aes_cbc_test.c3
-rw-r--r--src/tests/bigint_test.c3
-rw-r--r--src/tests/bofm_test.c3
-rw-r--r--src/tests/byteswap_test.c3
-rw-r--r--src/tests/cbc_test.c3
-rw-r--r--src/tests/cms_test.c3
-rw-r--r--src/tests/digest_test.c3
-rw-r--r--src/tests/entropy_sample.c3
-rw-r--r--src/tests/hash_df_test.c3
-rw-r--r--src/tests/hmac_drbg_test.c3
-rw-r--r--src/tests/list_test.c3
-rw-r--r--src/tests/md5_test.c3
-rw-r--r--src/tests/rsa_test.c3
-rw-r--r--src/tests/settings_test.c3
-rw-r--r--src/tests/sha1_test.c3
-rw-r--r--src/tests/sha256_test.c3
-rw-r--r--src/tests/test.c3
-rw-r--r--src/tests/tests.c3
-rw-r--r--src/tests/time_test.c3
-rw-r--r--src/tests/x509_test.c3
20 files changed, 40 insertions, 20 deletions
diff --git a/src/tests/aes_cbc_test.c b/src/tests/aes_cbc_test.c
index 371ec81b..09d38075 100644
--- a/src/tests/aes_cbc_test.c
+++ b/src/tests/aes_cbc_test.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/tests/bigint_test.c b/src/tests/bigint_test.c
index 4052131f..75a80622 100644
--- a/src/tests/bigint_test.c
+++ b/src/tests/bigint_test.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/tests/bofm_test.c b/src/tests/bofm_test.c
index 6f2e6c67..e430d12d 100644
--- a/src/tests/bofm_test.c
+++ b/src/tests/bofm_test.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/tests/byteswap_test.c b/src/tests/byteswap_test.c
index 9bfe2659..a500218b 100644
--- a/src/tests/byteswap_test.c
+++ b/src/tests/byteswap_test.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/tests/cbc_test.c b/src/tests/cbc_test.c
index ebff3268..7d755309 100644
--- a/src/tests/cbc_test.c
+++ b/src/tests/cbc_test.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/tests/cms_test.c b/src/tests/cms_test.c
index 9de0228b..9899b06a 100644
--- a/src/tests/cms_test.c
+++ b/src/tests/cms_test.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/tests/digest_test.c b/src/tests/digest_test.c
index 7c2b4a47..ccec0e9a 100644
--- a/src/tests/digest_test.c
+++ b/src/tests/digest_test.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/tests/entropy_sample.c b/src/tests/entropy_sample.c
index 9e75b4e9..95a662e3 100644
--- a/src/tests/entropy_sample.c
+++ b/src/tests/entropy_sample.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/tests/hash_df_test.c b/src/tests/hash_df_test.c
index ccbc86ea..74c8d0f4 100644
--- a/src/tests/hash_df_test.c
+++ b/src/tests/hash_df_test.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/tests/hmac_drbg_test.c b/src/tests/hmac_drbg_test.c
index d03efef0..8cbf1cc8 100644
--- a/src/tests/hmac_drbg_test.c
+++ b/src/tests/hmac_drbg_test.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/tests/list_test.c b/src/tests/list_test.c
index 5184b308..35cbd5e5 100644
--- a/src/tests/list_test.c
+++ b/src/tests/list_test.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/tests/md5_test.c b/src/tests/md5_test.c
index 17972daa..e54296ac 100644
--- a/src/tests/md5_test.c
+++ b/src/tests/md5_test.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/tests/rsa_test.c b/src/tests/rsa_test.c
index a451e38c..3b32c74b 100644
--- a/src/tests/rsa_test.c
+++ b/src/tests/rsa_test.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/tests/settings_test.c b/src/tests/settings_test.c
index ac4abee4..9e87a514 100644
--- a/src/tests/settings_test.c
+++ b/src/tests/settings_test.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/tests/sha1_test.c b/src/tests/sha1_test.c
index 683409c9..3ff7e3c2 100644
--- a/src/tests/sha1_test.c
+++ b/src/tests/sha1_test.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/tests/sha256_test.c b/src/tests/sha256_test.c
index 7599ba5d..77b6b10f 100644
--- a/src/tests/sha256_test.c
+++ b/src/tests/sha256_test.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/tests/test.c b/src/tests/test.c
index 11dd2f5e..62f7c97d 100644
--- a/src/tests/test.c
+++ b/src/tests/test.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/tests/tests.c b/src/tests/tests.c
index c0d9df5e..a8d77788 100644
--- a/src/tests/tests.c
+++ b/src/tests/tests.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/tests/time_test.c b/src/tests/time_test.c
index d12d3acf..28acebee 100644
--- a/src/tests/time_test.c
+++ b/src/tests/time_test.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/tests/x509_test.c b/src/tests/x509_test.c
index 3a3c9d00..c014bd2e 100644
--- a/src/tests/x509_test.c
+++ b/src/tests/x509_test.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 );