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 c8ae41fb03c43c3a00a144d92e904dc1c28b3fb5
 (DIR) parent 6f4d7598d9de70f745910f0c28afebc6ba16a7c5
 (HTM) Author: Russ Cox <rsc@swtch.com>
       Date:   Fri, 14 Aug 2009 22:49:38 -0700
       
       more licensing
       
       Diffstat:
         M include/libc.h                      |       4 ++++
         M include/u.h                         |       2 ++
         M src/lib9/LICENSE                    |       2 ++
       
       3 files changed, 8 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/include/libc.h b/include/libc.h
       t@@ -1,3 +1,7 @@
       +// This file originated as Plan 9's /sys/include/libc.h.
       +// The plan9port-specific changes may be distributed
       +// using the license in ../src/lib9/LICENSE.
       +
        /*
         * Lib9 is miscellany from the Plan 9 C library that doesn't
         * fit into libutf or into libfmt, but is still missing from traditional
 (DIR) diff --git a/include/u.h b/include/u.h
       t@@ -1,3 +1,5 @@
       +// See ../src/lib9/LICENSE
       +
        #ifndef _U_H_
        #define _U_H_ 1
        #if defined(__cplusplus)
 (DIR) diff --git a/src/lib9/LICENSE b/src/lib9/LICENSE
       t@@ -4,6 +4,8 @@ terms of the simpler MIT-style license at the bottom of this file.
        The files listed below were written from scrach for plan9port
        and do not derive from the Plan 9 from Bell Labs distribution.
        
       +        ../../include/u.h
       +        non-Plan 9 code in ../../include/libc.h
                _exits.c
                _p9dialparse.c
                _p9dir.c