diff options
author | dimitri staessens <dimitri.staessens@ugent.be> | 2017-08-13 12:36:27 +0000 |
---|---|---|
committer | Sander Vrijders <sander.vrijders@ugent.be> | 2017-08-13 12:36:27 +0000 |
commit | c3d9dbe4971549c8d2f8f821f06dcaa1dce90073 (patch) | |
tree | 30edf3d9758b628c2f3f551417b8a6ffc7dd1304 /src/lib/tests | |
parent | d0113a95a08d2d7271cfdb1774bd9ef4f12a784a (diff) | |
parent | 095c2414425952836e97d88a6dde6f4415725c68 (diff) | |
download | ouroboros-c3d9dbe4971549c8d2f8f821f06dcaa1dce90073.tar.gz ouroboros-c3d9dbe4971549c8d2f8f821f06dcaa1dce90073.zip |
Merged in dstaesse/ouroboros/be-license (pull request #552)
build: Replace fsf snail mail with contact URL
Diffstat (limited to 'src/lib/tests')
-rw-r--r-- | src/lib/tests/bitmap_test.c | 2 | ||||
-rw-r--r-- | src/lib/tests/btree_test.c | 2 | ||||
-rw-r--r-- | src/lib/tests/crc32_test.c | 2 | ||||
-rw-r--r-- | src/lib/tests/hashtable_test.c | 2 | ||||
-rw-r--r-- | src/lib/tests/md5_test.c | 2 | ||||
-rw-r--r-- | src/lib/tests/rib_test.c | 2 | ||||
-rw-r--r-- | src/lib/tests/sha3_test.c | 2 | ||||
-rw-r--r-- | src/lib/tests/time_utils_test.c | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/src/lib/tests/bitmap_test.c b/src/lib/tests/bitmap_test.c index 4f58de3b..0d91a700 100644 --- a/src/lib/tests/bitmap_test.c +++ b/src/lib/tests/bitmap_test.c @@ -17,7 +17,7 @@ * * 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., http://www.fsf.org/about/contact/. */ #include "bitmap.c" diff --git a/src/lib/tests/btree_test.c b/src/lib/tests/btree_test.c index 83fafabd..1ce28d6a 100644 --- a/src/lib/tests/btree_test.c +++ b/src/lib/tests/btree_test.c @@ -17,7 +17,7 @@ * * 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., http://www.fsf.org/about/contact/. */ diff --git a/src/lib/tests/crc32_test.c b/src/lib/tests/crc32_test.c index 6a8ee9c3..49818161 100644 --- a/src/lib/tests/crc32_test.c +++ b/src/lib/tests/crc32_test.c @@ -17,7 +17,7 @@ * * 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., http://www.fsf.org/about/contact/. */ #include <ouroboros/crc32.h> diff --git a/src/lib/tests/hashtable_test.c b/src/lib/tests/hashtable_test.c index 1160e34d..9d5917f4 100644 --- a/src/lib/tests/hashtable_test.c +++ b/src/lib/tests/hashtable_test.c @@ -17,7 +17,7 @@ * * 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., http://www.fsf.org/about/contact/. */ #include "hashtable.c" diff --git a/src/lib/tests/md5_test.c b/src/lib/tests/md5_test.c index 684ecb3f..7fda4394 100644 --- a/src/lib/tests/md5_test.c +++ b/src/lib/tests/md5_test.c @@ -17,7 +17,7 @@ * * 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., http://www.fsf.org/about/contact/. */ #include <ouroboros/md5.h> diff --git a/src/lib/tests/rib_test.c b/src/lib/tests/rib_test.c index 54926e10..e1fa427d 100644 --- a/src/lib/tests/rib_test.c +++ b/src/lib/tests/rib_test.c @@ -17,7 +17,7 @@ * * 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., http://www.fsf.org/about/contact/. */ #include <ouroboros/config.h> diff --git a/src/lib/tests/sha3_test.c b/src/lib/tests/sha3_test.c index 0d0e8d0a..8a194c68 100644 --- a/src/lib/tests/sha3_test.c +++ b/src/lib/tests/sha3_test.c @@ -17,7 +17,7 @@ * * 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., http://www.fsf.org/about/contact/. */ #include <ouroboros/sha3.h> diff --git a/src/lib/tests/time_utils_test.c b/src/lib/tests/time_utils_test.c index 2878132b..b7d37160 100644 --- a/src/lib/tests/time_utils_test.c +++ b/src/lib/tests/time_utils_test.c @@ -17,7 +17,7 @@ * * 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., http://www.fsf.org/about/contact/. */ #define _POSIX_C_SOURCE 200809L |