diff options
author | Vladimir Azarov <avm@intermediate-node.net> | 2024-11-05 20:24:40 +0100 |
---|---|---|
committer | Vladimir Azarov <avm@intermediate-node.net> | 2024-11-05 21:49:55 +0100 |
commit | f777f6a9450d2bd5fc7ec531e6fb69f79942499a (patch) | |
tree | dc33cd941f49708274a74548862ba7b133013c55 /COPYRIGHT | |
parent | 3972268b97b789a8212ea9bc7d1b9ce9905a68d8 (diff) |
Musl make
Diffstat (limited to 'COPYRIGHT')
-rw-r--r-- | COPYRIGHT | 14 |
1 files changed, 12 insertions, 2 deletions
@@ -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. |