diff options
| author | Michael Brown | 2012-07-20 20:55:45 +0200 |
|---|---|---|
| committer | Michael Brown | 2012-07-20 20:55:45 +0200 |
| commit | c3b4860ce3fb25b907a2ca3e46955df34c0ae9fd (patch) | |
| tree | ac4c4471390f38d6565b92e9fd9c844eecf3dbdd /src/tests | |
| parent | [qib7322] Fix compiler warning on gcc 4.7 (diff) | |
| download | ipxe-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.c | 3 | ||||
| -rw-r--r-- | src/tests/bigint_test.c | 3 | ||||
| -rw-r--r-- | src/tests/bofm_test.c | 3 | ||||
| -rw-r--r-- | src/tests/byteswap_test.c | 3 | ||||
| -rw-r--r-- | src/tests/cbc_test.c | 3 | ||||
| -rw-r--r-- | src/tests/cms_test.c | 3 | ||||
| -rw-r--r-- | src/tests/digest_test.c | 3 | ||||
| -rw-r--r-- | src/tests/entropy_sample.c | 3 | ||||
| -rw-r--r-- | src/tests/hash_df_test.c | 3 | ||||
| -rw-r--r-- | src/tests/hmac_drbg_test.c | 3 | ||||
| -rw-r--r-- | src/tests/list_test.c | 3 | ||||
| -rw-r--r-- | src/tests/md5_test.c | 3 | ||||
| -rw-r--r-- | src/tests/rsa_test.c | 3 | ||||
| -rw-r--r-- | src/tests/settings_test.c | 3 | ||||
| -rw-r--r-- | src/tests/sha1_test.c | 3 | ||||
| -rw-r--r-- | src/tests/sha256_test.c | 3 | ||||
| -rw-r--r-- | src/tests/test.c | 3 | ||||
| -rw-r--r-- | src/tests/tests.c | 3 | ||||
| -rw-r--r-- | src/tests/time_test.c | 3 | ||||
| -rw-r--r-- | src/tests/x509_test.c | 3 |
20 files changed, 40 insertions, 20 deletions
diff --git a/src/tests/aes_cbc_test.c b/src/tests/aes_cbc_test.c index 371ec81b8..09d38075c 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 4052131fd..75a80622f 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 6f2e6c673..e430d12d4 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 9bfe26597..a500218be 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 ebff3268a..7d7553096 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 9de0228b6..9899b06aa 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 7c2b4a47f..ccec0e9ad 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 9e75b4e9b..95a662e3e 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 ccbc86ea0..74c8d0f4d 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 d03efef03..8cbf1cc8b 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 5184b3089..35cbd5e5f 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 17972daa0..e54296ac2 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 a451e38c5..3b32c74bc 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 ac4abee48..9e87a5146 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 683409c9a..3ff7e3c20 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 7599ba5d7..77b6b10fd 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 11dd2f5ef..62f7c97d9 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 c0d9df5e5..a8d777886 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 d12d3acfb..28acebee6 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 3a3c9d00d..c014bd2e0 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 ); |
