tmore licensing - plan9port - [fork] Plan 9 from user space
 (HTM) git clone git://src.adamsgaard.dk/plan9port
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 6f4d7598d9de70f745910f0c28afebc6ba16a7c5
 (DIR) parent e96abc03b4726bb4abf4337b7620ca6100a5dc08
 (HTM) Author: Russ Cox <rsc@swtch.com>
       Date:   Fri, 14 Aug 2009 21:55:50 -0700
       
       more licensing
       
       Diffstat:
         M include/mach.h                      |       2 ++
         M src/lib9/LICENSE                    |       1 +
         A src/libmach/LICENSE                 |      31 +++++++++++++++++++++++++++++++
       
       3 files changed, 34 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/include/mach.h b/include/mach.h
       t@@ -1,3 +1,5 @@
       +// See ../src/libmach/LICENSE
       +
        #ifndef _MACH_H_
        #define _MACH_H_ 1
        #if defined(__cplusplus)
 (DIR) diff --git a/src/lib9/LICENSE b/src/lib9/LICENSE
       t@@ -9,6 +9,7 @@ and do not derive from the Plan 9 from Bell Labs distribution.
                _p9dir.c
                _p9translate.c
                announce.c
       +        argv0.c
                atoi.c
                atol.c
                atoll.c
 (DIR) diff --git a/src/libmach/LICENSE b/src/libmach/LICENSE
       t@@ -0,0 +1,31 @@
       +
       +This copyright NOTICE applies to all files in this directory and ../../include/mach.h.
       +If you take substantial code from this software to use in
       +other programs, you must somehow include with it an appropriate
       +copyright notice that includes the copyright notice and the other
       +notices below.  It is fine (and often tidier) to do that in a separate
       +file such as NOTICE, LICENCE or COPYING.
       +
       +        Copyright © 1994-1999 Lucent Technologies Inc.
       +        Portions Copyright © 1997-1999 Vita Nuova Limited.
       +        Portions Copyright © 2000-2007 Vita Nuova Holdings Limited (www.vitanuova.com).
       +        Revisions Copyright © 2000-2004 Lucent Technologies Inc. and others.
       +        Portions Copyright © 2001-2007 Russ Cox.
       +
       +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.