commit 6f4d7598d9de70f745910f0c28afebc6ba16a7c5 from: Russ Cox date: Sat Aug 15 04:55:50 2009 UTC more licensing commit - e96abc03b4726bb4abf4337b7620ca6100a5dc08 commit + 6f4d7598d9de70f745910f0c28afebc6ba16a7c5 blob - 978a88df86692f37f9f0f0088a1ddf1b5daef41a blob + 26e0e883633e8d5842331c330784ee5b28d32034 --- include/mach.h +++ include/mach.h @@ -1,3 +1,5 @@ +// See ../src/libmach/LICENSE + #ifndef _MACH_H_ #define _MACH_H_ 1 #if defined(__cplusplus) blob - 2645067fcec54e6f85954f9b8dd6287fc0dd45da blob + a89576253409b37ad9f7a96cc8f4af286646ea6a --- src/lib9/LICENSE +++ src/lib9/LICENSE @@ -9,6 +9,7 @@ and do not derive from the Plan 9 from Bell Labs distr _p9dir.c _p9translate.c announce.c + argv0.c atoi.c atol.c atoll.c blob - /dev/null blob + 916fb128c8ec8caaec7f360e458233a867f05e05 (mode 644) --- /dev/null +++ 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.