-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Gregory Burd
committed
Dec 19, 2011
1 parent
81362a3
commit 7d1c57a
Showing
7 changed files
with
484 additions
and
130 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
Legal Notices: | ||
|
||
Information related to copyright, licensing, patents and trademarks. The | ||
author of this file is not a lawyer and the opinions herein are not legal | ||
council. If you have legal questions, contact a lawyer. | ||
|
||
Copyright: | ||
|
||
The body of work that comprises the `libdb database library` has multiple | ||
copyright holders including, but not limited to: | ||
|
||
* Oracle Corporation | ||
* The President and Fellows of Harvard University | ||
* The Regents of the University of California | ||
* Free Software Foundation | ||
* X Consortium | ||
* INRIA, France Telecom | ||
* Gary V. Vaughan | ||
* Makoto Matsumoto | ||
* Takuji Nishimura | ||
* Asim Jalis | ||
* Keith Bostic | ||
* Margo Seltzer | ||
* Gregory Burd | ||
|
||
Licensing: | ||
|
||
Oracle Corporation licenses their copyrighted portions under the terms of the | ||
Sleepyat License (docs/legal/SPL.txt | ||
http://www.opensource.org/licenses/Sleepycat). The Sleepyat License's first | ||
two conditions are identical to that of the BSD 3-Clause license. Only the | ||
third condition differs by adding a copyleft-like requirement. Oracle can be | ||
contacted at [email protected]. | ||
|
||
The President and Fellows of Harvard University licenses their copyrighted | ||
portions under the terms of a BSD 3-Clause license (docs/legal/HARVARD.txt | ||
http://www.opensource.org/licenses/BSD-3-Clause). | ||
|
||
The Regents of the University of California licenses their copyrighted portions | ||
under the terms of a BSD 3-Clause license (docs/legal/BSD.txt | ||
http://www.opensource.org/licenses/BSD-3-Clause). | ||
|
||
INRIA, France Telecom licenses their copyrighted portions under the terms of a | ||
BSD 3-Clause license (docs/legal/ASM.txt | ||
http://www.opensource.org/licenses/BSD-3-Clause). | ||
|
||
Gregory Burd licenses his contributions to this combined work under the terms | ||
of the Common Development and Distribution License version 1.0 | ||
(docs/legal/CDDL.txt http://www.opensource.org/licenses/cddl1.php). | ||
|
||
|
||
Patents: | ||
|
||
There are no known patent infringements at this time. | ||
|
||
|
||
Trademarks: | ||
|
||
There are no known trademarks infringements at this time. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
ASM: a very small and fast Java bytecode manipulation framework | ||
Copyright (c) 2000-2005 INRIA, France Telecom | ||
All rights reserved. | ||
|
||
Redistribution and use in source and binary forms, with or without | ||
modification, are permitted provided that the following conditions are met: | ||
|
||
1. Redistributions of source code must retain the above copyright notice, this | ||
list of conditions and the following disclaimer. | ||
|
||
2. Redistributions in binary form must reproduce the above copyright notice, | ||
this list of conditions and the following disclaimer in the documentation | ||
and/or other materials provided with the distribution. | ||
|
||
3. Neither the name of the copyright holders nor the names of its contributors | ||
may be used to endorse or promote products derived from this software | ||
without specific prior written permission. | ||
|
||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND | ||
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED | ||
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | ||
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR | ||
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES | ||
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; | ||
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON | ||
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | ||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS | ||
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
Copyright (c) 1990, 1993, 1994, 1995 | ||
The Regents of the University of California. All rights reserved. | ||
|
||
Redistribution and use in source and binary forms, with or without | ||
modification, are permitted provided that the following conditions are met: | ||
|
||
1. Redistributions of source code must retain the above copyright notice, this | ||
list of conditions and the following disclaimer. | ||
|
||
2. Redistributions in binary form must reproduce the above copyright notice, | ||
this list of conditions and the following disclaimer in the documentation | ||
and/or other materials provided with the distribution. | ||
|
||
3. Neither the name of the University nor the names of its contributors may be | ||
used to endorse or promote products derived from this software without | ||
specific prior written permission. | ||
|
||
THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY | ||
EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED | ||
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | ||
DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY | ||
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES | ||
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; | ||
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON | ||
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | ||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS | ||
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
Oops, something went wrong.