update license of njk contributed code (x86_64 asm)
authorRich Felker <dalias@aerifal.cx>
Sat, 5 May 2012 04:02:04 +0000 (00:02 -0400)
committerRich Felker <dalias@aerifal.cx>
Sat, 5 May 2012 04:02:04 +0000 (00:02 -0400)
these changes are based on the following communication via email:

"I hereby grant that all of the code I have contributed to musl on or
before April 23, 2012 may be licensed under the terms of the following
MIT license:

Copyright (c) 2011-2012 Nicholas J. Kain

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.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE."

COPYRIGHT
src/setjmp/x86_64/longjmp.s
src/setjmp/x86_64/setjmp.s
src/signal/x86_64/sigsetjmp.s
src/thread/x86_64/__set_thread_area.s
src/thread/x86_64/__unmapself.s

index d46826c..3571385 100644 (file)
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -33,8 +33,10 @@ licensed under following terms: "Permission to use, copy, modify,
 and/or distribute this code for any purpose with or without fee is
 hereby granted. There is no warranty."
 
 and/or distribute this code for any purpose with or without fee is
 hereby granted. There is no warranty."
 
-The x86_64 port was written by Nicholas J. Kain. See individual files
-for their copyright status.
+The x86_64 port was written by Nicholas J. Kain. Several files (crt)
+were released into the public domain; others are licensed under the
+standard MIT license terms. See individual files for their copyright
+status.
 
 All files which have no copyright comments are original works
 Copyright © 2005-2012 Rich Felker, the main author of this library.
 
 All files which have no copyright comments are original works
 Copyright © 2005-2012 Rich Felker, the main author of this library.
index 444076f..e175a4b 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright 2011 Nicholas J. Kain, licensed GNU LGPL 2.1 or later */
+/* Copyright 2011-2012 Nicholas J. Kain, licensed under standard MIT license */
 .global _longjmp
 .global longjmp
 .type _longjmp,@function
 .global _longjmp
 .global longjmp
 .type _longjmp,@function
index 5b3173b..98f58b8 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright 2011 Nicholas J. Kain, licensed GNU LGPL 2.1 or later */
+/* Copyright 2011-2012 Nicholas J. Kain, licensed under standard MIT license */
 .global __setjmp
 .global _setjmp
 .global setjmp
 .global __setjmp
 .global _setjmp
 .global setjmp
index e883ac4..94d7148 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright 2011 Nicholas J. Kain, licensed GNU LGPL 2.1 or later */
+/* Copyright 2011-2012 Nicholas J. Kain, licensed under standard MIT license */
 .global sigsetjmp
 .type sigsetjmp,@function
 sigsetjmp:
 .global sigsetjmp
 .type sigsetjmp,@function
 sigsetjmp:
index 99c5356..cc538e5 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright 2011 Nicholas J. Kain, licensed GNU LGPL 2.1 or later */
+/* Copyright 2011-2012 Nicholas J. Kain, licensed under standard MIT license */
 .text
 .global __set_thread_area
 .type __set_thread_area,@function
 .text
 .global __set_thread_area
 .type __set_thread_area,@function
index 99c1b7c..e2689e6 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright 2011 Nicholas J. Kain, licensed GNU LGPL 2.1 or later */
+/* Copyright 2011-2012 Nicholas J. Kain, licensed under standard MIT license */
 .text
 .global __unmapself
 .type   __unmapself,@function
 .text
 .global __unmapself
 .type   __unmapself,@function