]> xenbits.xensource.com Git - unikraft/libs/musl.git/commitdiff
Update COPYING.md with musl specifications
authorGaulthier Gain <gaulthier.gain@uliege.be>
Fri, 31 Jan 2020 22:23:42 +0000 (23:23 +0100)
committerSimon Kuenzer <simon.kuenzer@neclab.eu>
Sat, 1 Feb 2020 08:30:58 +0000 (09:30 +0100)
We updated the license part by considering musl MIT license.

Signed-off-by: Gaulthier Gain <gaulthier.gain@uliege.be>
Reviewed-by: Simon Kuenzer <simon.kuenzer@neclab.eu>
COPYING.md

index bf8ba1edacf4f3b576f0961e33704ada023f2199..c9bd27562a85253b89d444074feec7dcd3a4ee32 100644 (file)
@@ -1,10 +1,10 @@
 License
 =======
 
-Unikraft newlib wrappers
+Unikraft musl wrappers
 ------------------------
 
-This repository contains wrapper code to build newlib with Unikraft.  The code
+This repository contains wrapper code to build musl with Unikraft. The code
 is published as a mixture of BSD and MIT licences; each C code file in
 this repository should declare who is the copyright owner and under which terms
 and conditions the code is licensed. If such a licence note is missing, the
@@ -37,10 +37,10 @@ following copyright notice will apply:
        ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
        POSSIBILITY OF SUCH DAMAGE.
 
-newlib source code
+musl source code
 ------------------
 
-During building, the build system will download the newlib source code and
-build source code from the `newlib/libc` and `newlib/libm` directories. The
-code in this directories has a variety of licences, the details of which are
-explained in the `README.newlib` file in the root directory of the newlib code.
+During building, the build system will download the musl source code and
+build source code from the `musl` directory. musl as a whole is licensed
+under the following standard MIT license. Further information can be found
+in the `COPYRIGHT` file in the root directory of the musl code.