From 5feffb9c89c0158b3b5f49dab7f58dc9a17f4b38 Mon Sep 17 00:00:00 2001 From: David Given Date: Sun, 15 Mar 2015 23:54:28 +0100 Subject: [PATCH] Correct license --- BSD, not MIT. --- Library/libs/strlen.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Library/libs/strlen.c b/Library/libs/strlen.c index a0e6c016..665cd494 100644 --- a/Library/libs/strlen.c +++ b/Library/libs/strlen.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