From 9fa7b779f8292a3a44608cc0966c156fa2ff4faf Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Tue, 17 Nov 2020 13:45:45 +0100 Subject: [PATCH] msvcrt: Use the global musl copyright notice. Signed-off-by: Alexandre Julliard --- dlls/msvcrt/math.c | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/dlls/msvcrt/math.c b/dlls/msvcrt/math.c index 6763b4a00dd..c27b77eca93 100644 --- a/dlls/msvcrt/math.c +++ b/dlls/msvcrt/math.c @@ -18,14 +18,20 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * * - * For functions copied from musl (http://www.musl-libc.org/): + * For functions copied from musl libc (http://musl.libc.org/): * ==================================================== - * Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. + * Copyright 2005-2020 Rich Felker, et al. * - * Developed at SunPro, a Sun Microsystems, Inc. business. - * Permission to use, copy, modify, and distribute this - * software is freely granted, provided that this notice - * is preserved. + * Permission is hereby granted, free of charge, to any person obtaining + * a copy of this software and associated documentation files (the + * "Software"), to deal in the Software without restriction, including + * without limitation the rights to use, copy, modify, merge, publish, + * distribute, sublicense, and/or sell copies of the Software, and to + * permit persons to whom the Software is furnished to do so, subject to + * the following conditions: + * + * The above copyright notice and this permission notice shall be + * included in all copies or substantial portions of the Software. * ==================================================== */