aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Cox <rsc@swtch.com>2009-08-14 21:55:50 -0700
committerRuss Cox <rsc@swtch.com>2009-08-14 21:55:50 -0700
commit6f4d7598d9de70f745910f0c28afebc6ba16a7c5 (patch)
treea100423396e9b76a3f940d45c9ff5e147820951d
parente96abc03b4726bb4abf4337b7620ca6100a5dc08 (diff)
downloadplan9port-6f4d7598d9de70f745910f0c28afebc6ba16a7c5.tar.gz
plan9port-6f4d7598d9de70f745910f0c28afebc6ba16a7c5.tar.bz2
plan9port-6f4d7598d9de70f745910f0c28afebc6ba16a7c5.zip
more licensing
-rw-r--r--include/mach.h2
-rw-r--r--src/lib9/LICENSE1
-rw-r--r--src/libmach/LICENSE31
3 files changed, 34 insertions, 0 deletions
diff --git a/include/mach.h b/include/mach.h
index 978a88df..26e0e883 100644
--- a/include/mach.h
+++ b/include/mach.h
@@ -1,3 +1,5 @@
+// See ../src/libmach/LICENSE
+
#ifndef _MACH_H_
#define _MACH_H_ 1
#if defined(__cplusplus)
diff --git a/src/lib9/LICENSE b/src/lib9/LICENSE
index 2645067f..a8957625 100644
--- a/src/lib9/LICENSE
+++ b/src/lib9/LICENSE
@@ -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
diff --git a/src/libmach/LICENSE b/src/libmach/LICENSE
new file mode 100644
index 00000000..916fb128
--- /dev/null
+++ b/src/libmach/LICENSE
@@ -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.