From: David Given Date: Sun, 15 Mar 2015 11:48:22 +0000 (+0100) Subject: Oops --- the ACK is BSD licensed, not MIT... X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=263831b592ba92c6c7683254101fd637e29e46cf;p=FUZIX.git Oops --- the ACK is BSD licensed, not MIT... --- diff --git a/Library/libs/memcmp.c b/Library/libs/memcmp.c index 338acc86..e1fb2095 100644 --- a/Library/libs/memcmp.c +++ b/Library/libs/memcmp.c @@ -1,6 +1,7 @@ /* * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands. - * This file is licensed under the terms of the MIT open source license. + * This file is licensed under the terms of the 3-clause BSD open source + * license. */ #include diff --git a/Library/libs/memcpy.c b/Library/libs/memcpy.c index dfddc518..5547d083 100644 --- a/Library/libs/memcpy.c +++ b/Library/libs/memcpy.c @@ -1,6 +1,7 @@ /* * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands. - * This file is licensed under the terms of the MIT open source license. + * This file is licensed under the terms of the 3-clause BSD open source + * license. */ #include diff --git a/Library/libs/memmove.c b/Library/libs/memmove.c index d891b13e..f3e12d89 100644 --- a/Library/libs/memmove.c +++ b/Library/libs/memmove.c @@ -1,6 +1,7 @@ /* * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands. - * This file is licensed under the terms of the MIT open source license. + * This file is licensed under the terms of the 3-clause BSD open source + * license. */ #include diff --git a/Library/libs/memset.c b/Library/libs/memset.c index c60018c8..34ec4f45 100644 --- a/Library/libs/memset.c +++ b/Library/libs/memset.c @@ -1,6 +1,7 @@ /* * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands. - * This file is licensed under the terms of the MIT open source license. + * This file is licensed under the terms of the 3-clause BSD open source + * license. */ #include diff --git a/Library/libs/strncmp.c b/Library/libs/strncmp.c index b748aa00..0c296c78 100644 --- a/Library/libs/strncmp.c +++ b/Library/libs/strncmp.c @@ -1,6 +1,7 @@ /* * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands. - * This file is licensed under the terms of the MIT open source license. + * This file is licensed under the terms of the 3-clause BSD open source + * license. */ #include