mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
more licensing
This commit is contained in:
parent
6f4d7598d9
commit
c8ae41fb03
3 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
// See ../src/lib9/LICENSE
|
||||
|
||||
#ifndef _U_H_
|
||||
#define _U_H_ 1
|
||||
#if defined(__cplusplus)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue