Skip to content

Commit 46432b4

Browse files
committed
Added OpenLDAP Public Licnese V2.8
1 parent b76d2e6 commit 46432b4

File tree

2 files changed

+52
-0
lines changed

2 files changed

+52
-0
lines changed

LICENSE

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
The OpenLDAP Public License
2+
Version 2.8, 17 August 2003
3+
4+
Redistribution and use of this software and associated documentation
5+
("Software"), with or without modification, are permitted provided
6+
that the following conditions are met:
7+
8+
1. Redistributions in source form must retain copyright statements
9+
and notices,
10+
11+
2. Redistributions in binary form must reproduce applicable copyright
12+
statements and notices, this list of conditions, and the following
13+
disclaimer in the documentation and/or other materials provided
14+
with the distribution, and
15+
16+
3. Redistributions must contain a verbatim copy of this document.
17+
18+
The OpenLDAP Foundation may revise this license from time to time.
19+
Each revision is distinguished by a version number. You may use
20+
this Software under terms of this license revision or under the
21+
terms of any subsequent revision of the license.
22+
23+
THIS SOFTWARE IS PROVIDED BY THE OPENLDAP FOUNDATION AND ITS
24+
CONTRIBUTORS ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES,
25+
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
26+
AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT
27+
SHALL THE OPENLDAP FOUNDATION, ITS CONTRIBUTORS, OR THE AUTHOR(S)
28+
OR OWNER(S) OF THE SOFTWARE BE LIABLE FOR ANY DIRECT, INDIRECT,
29+
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
30+
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
31+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
32+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
33+
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
34+
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
35+
POSSIBILITY OF SUCH DAMAGE.
36+
37+
The names of the authors and copyright holders must not be used in
38+
advertising or otherwise to promote the sale, use or other dealing
39+
in this Software without specific, written prior permission. Title
40+
to copyright in this Software shall at all times remain with copyright
41+
holders.
42+
43+
OpenLDAP is a registered trademark of the OpenLDAP Foundation.
44+
45+
Copyright 1999-2003 The OpenLDAP Foundation, Redwood City,
46+
California, USA. All Rights Reserved. Permission to copy and
47+
distribute verbatim copies of this document is granted.

src/LightningDB/LightningDB.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,15 @@
77
<TargetFramework>netstandard2.0</TargetFramework>
88
<AssemblyName>LightningDB</AssemblyName>
99
<PackageId>LightningDB</PackageId>
10+
<PackageLicenseFile>LICENSE</PackageLicenseFile>
1011
<PackageTags>lmdb;lightning;storage;persistance;key-value;nosql</PackageTags>
1112
<PackageProjectUrl>https://github.com/CoreyKaylor/Lightning.NET</PackageProjectUrl>
1213
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1314
</PropertyGroup>
15+
16+
<ItemGroup>
17+
<None Include="../../LICENSE" Pack="true" PackagePath="" />
18+
</ItemGroup>
1419

1520
<ItemGroup>
1621
<None Include="runtimes\**\*.*">

0 commit comments

Comments
 (0)