Browse Source

Adding MIT License for 9front code in libsec remaining mixed files

Signed-off-by: Álvaro Jurado <elbingmiss@gmail.com>
Álvaro Jurado 6 years ago
parent
commit
ee6c12bc38
6 changed files with 40 additions and 1 deletions
  1. 22 0
      LICENSE.mit
  2. 2 1
      README
  3. 4 0
      sys/include/libsec.h
  4. 4 0
      sys/include/mp.h
  5. 4 0
      sys/src/libsec/port/tlshand.c
  6. 4 0
      sys/src/libsec/port/x509.c

+ 22 - 0
LICENSE.mit

@@ -0,0 +1,22 @@
+Copyright (c) 2011-2017 cinap_lenrek <cinap_lenrek@felloff.net>
+Julius Schmidt <aiju@phicode.de>, mischief <mischief@offblast.org>,
+et al.
+
+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.

+ 2 - 1
README

@@ -2,6 +2,7 @@
 
 Harvey: A distributed operating system
 [![License](https://img.shields.io/aur/license/yaourt.svg)](https://github.com/Harvey-OS/harvey/blob/master/LICENSE.gpl)
+[![LicenseMIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/Harvey-OS/apex/blob/master/LICENSE.mit)
 [![Donate](https://img.shields.io/badge/Donate-PayPal-brightgreen.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=7Q45ZGJBQZZVN)
 
 Welcome to Harvey, we are delighted that you are interested in the
@@ -27,7 +28,7 @@ developed by the same group at Bell Labs that invented Unix and C.
   [wiki](https://github.com/Harvey-OS/harvey/wiki) and
   [apex's wiki](https://github.com/Harvey-OS/apex/wiki).
 - If the information you are looking for is not on the wiki, ask the
-  [Mailing list](https://groups.google.com/forum/#!forum/harvey) or 
+  [Mailing list](https://groups.google.com/forum/#!forum/harvey) or
   [Slack](https://harvey-slack.herokuapp.com/) for
   help. It is where most of the development conversation happens.
 - [Man Pages](https://sevki.io/harvey/sys/man/1/0intro) are where you

+ 4 - 0
sys/include/libsec.h

@@ -5,6 +5,10 @@
  * part of the UCB release of Plan 9, including this file, may be copied,
  * modified, propagated, or distributed except according to the terms contained
  * in the LICENSE file.
+
+ * Portions of this file are copyright cinap_lenrek <cinap_lenrek@felloff.net>
+ * and are made available under the terms of the MIT license that can be found
+ * in the LICENSE.mit file.
  */
 
 /*

+ 4 - 0
sys/include/mp.h

@@ -5,6 +5,10 @@
  * part of the UCB release of Plan 9, including this file, may be copied,
  * modified, propagated, or distributed except according to the terms contained
  * in the LICENSE file.
+
+ * Portions of this file are copyright cinap_lenrek <cinap_lenrek@felloff.net>
+ * and are made available under the terms of the MIT license that can be found
+ * in the LICENSE.mit file.
  */
 
 

+ 4 - 0
sys/src/libsec/port/tlshand.c

@@ -5,6 +5,10 @@
  * part of the UCB release of Plan 9, including this file, may be copied,
  * modified, propagated, or distributed except according to the terms contained
  * in the LICENSE file.
+
+ * Portions of this file are copyright cinap_lenrek <cinap_lenrek@felloff.net>
+ * and mischief <mischief@offblast.org>, and are made available
+ * under the terms of the MIT license that can be found in the LICENSE.mit file.
  */
 
 #include <u.h>

+ 4 - 0
sys/src/libsec/port/x509.c

@@ -5,6 +5,10 @@
  * part of the UCB release of Plan 9, including this file, may be copied,
  * modified, propagated, or distributed except according to the terms contained
  * in the LICENSE file.
+
+ * Portions of this file are copyright cinap_lenrek <cinap_lenrek@felloff.net>
+ * and mischief <mischief@offblast.org>, and are made available
+ * under the terms of the MIT license that can be found in the LICENSE.mit file.
  */
 
 #include <u.h>