summaryrefslogtreecommitdiff
path: root/COPYRIGHT
diff options
context:
space:
mode:
Diffstat (limited to 'COPYRIGHT')
-rw-r--r--COPYRIGHT14
1 files changed, 12 insertions, 2 deletions
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.