mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-24 11:41:58 +00:00
more licensing
This commit is contained in:
parent
e96abc03b4
commit
6f4d7598d9
3 changed files with 34 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
// See ../src/libmach/LICENSE
|
||||
|
||||
#ifndef _MACH_H_
|
||||
#define _MACH_H_ 1
|
||||
#if defined(__cplusplus)
|
||||
|
|
|
@ -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
|
||||
|
|
31
src/libmach/LICENSE
Normal file
31
src/libmach/LICENSE
Normal file
|
@ -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.
|
Loading…
Reference in a new issue