From 263831b592ba92c6c7683254101fd637e29e46cf Mon Sep 17 00:00:00 2001 From: David Given Date: Sun, 15 Mar 2015 12:48:22 +0100 Subject: [PATCH] Oops --- the ACK is BSD licensed, not MIT... --- Library/libs/memcmp.c | 3 ++- Library/libs/memcpy.c | 3 ++- Library/libs/memmove.c | 3 ++- Library/libs/memset.c | 3 ++- Library/libs/strncmp.c | 3 ++- 5 files changed, 10 insertions(+), 5 deletions(-) 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 -- 2.34.1