diff options
author | rsc <devnull@localhost> | 2004-03-01 19:39:15 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2004-03-01 19:39:15 +0000 |
commit | 34ca7ee3bff4fca54164345f20a16a1958bddcc2 (patch) | |
tree | ea17e2c0bbfbeb8642d22b568ccbb31025ed4650 | |
parent | aa738614530c1525b2337a3812d238b9776d51f0 (diff) | |
download | plan9port-34ca7ee3bff4fca54164345f20a16a1958bddcc2.tar.gz plan9port-34ca7ee3bff4fca54164345f20a16a1958bddcc2.tar.bz2 plan9port-34ca7ee3bff4fca54164345f20a16a1958bddcc2.zip |
Empty changelog
-rw-r--r-- | src/libbio/NOTICE | 27 | ||||
-rw-r--r-- | src/libbio/README | 7 |
2 files changed, 0 insertions, 34 deletions
diff --git a/src/libbio/NOTICE b/src/libbio/NOTICE deleted file mode 100644 index 9911f992..00000000 --- a/src/libbio/NOTICE +++ /dev/null @@ -1,27 +0,0 @@ -Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved. -Portions Copyright © 1995-1997 C H Forsyth (forsyth@caldo.demon.co.uk). All rights reserved. -Portions Copyright © 1997-1999 Vita Nuova Limited. All rights reserved. -Portions Copyright © 2000-2002 Vita Nuova Holdings Limited (www.vitanuova.com). All rights reserved. - -Under a licence agreement with Lucent Technologies Inc. effective 1st March 2000, -Vita Nuova Holdings Limited has the right to determine (within a specified scope) -the form and content of sublicences for this software. - -Vita Nuova Holdings Limited now makes this software available as Free -Software under the terms of the `GNU General Public LIcense, Version 2' -(see the file LICENCE or http://www.fsf.org/copyleft/gpl.html for -the full terms and conditions). One of the conditions of that licence -is that you must keep intact all notices that refer to that licence and to the absence of -of any warranty: for this software, note that includes this NOTICE file in particular. - -This suite of programs is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -`GNU General Public License' for more details. - -This copyright NOTICE applies to all files in this directory and -subdirectories, unless another copyright notice appears in a given -file or subdirectory. If you take 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 above. diff --git a/src/libbio/README b/src/libbio/README deleted file mode 100644 index 8efb3b63..00000000 --- a/src/libbio/README +++ /dev/null @@ -1,7 +0,0 @@ -This is a Unix port of the Plan 9 buffered I/O library, -originally done for the Inferno operating system. - -Russ Cox repackaged this to build as a standalone -Unix library. Send comments about packaging to -Russ Cox <rsc@post.harvard.edu> - |