From f777f6a9450d2bd5fc7ec531e6fb69f79942499a Mon Sep 17 00:00:00 2001 From: Vladimir Azarov Date: Tue, 5 Nov 2024 20:24:40 +0100 Subject: Musl make --- COPYRIGHT | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'COPYRIGHT') diff --git a/COPYRIGHT b/COPYRIGHT index c1628e9..445d9e6 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -1,7 +1,17 @@ +All files in tools/ directory except "mkalltypes.sed" are available +under GPL3. See LICENSE.GPL3 file. + +Aforementioned files are copyrighted by + Vladimir Azarov avm@intermediate-node.net + +Everything else is available under its orginal license. See below. + +========================================================================== + musl as a whole is licensed under the following standard MIT license: ---------------------------------------------------------------------- -Copyright © 2005-2020 Rich Felker, et al. +Copyright (C) 2005-2020 Rich Felker, et al. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the @@ -112,7 +122,7 @@ Portions of this software are derived from third-party works licensed under terms compatible with the above MIT license: The TRE regular expression implementation (src/regex/reg* and -src/regex/tre*) is Copyright © 2001-2008 Ville Laurikari and licensed +src/regex/tre*) is Copyright (C) 2001-2008 Ville Laurikari and licensed under a 2-clause BSD license (license text in the source files). The included version has been heavily modified by Rich Felker in 2012, in the interests of size, simplicity, and namespace cleanliness. -- cgit v1.2.3