Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d6b8694

Browse files
committedDec 4, 2010
add license
1 parent 3efe648 commit d6b8694

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed
 

‎LICENSE.rst

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
2+
License
3+
=======
4+
5+
Copyright (c) 2010, BlueDynamics Alliance, Austria
6+
All rights reserved.
7+
8+
Redistribution and use in source and binary forms, with or without
9+
modification, are permitted provided that the following conditions are met:
10+
11+
* Redistributions of source code must retain the above copyright notice, this
12+
list of conditions and the following disclaimer.
13+
* Redistributions in binary form must reproduce the above copyright notice, this
14+
list of conditions and the following disclaimer in the documentation and/or
15+
other materials provided with the distribution.
16+
* Neither the name of the BlueDynamics Alliance nor the names of its
17+
contributors may be used to endorse or promote products derived from this
18+
software without specific prior written permission.
19+
20+
THIS SOFTWARE IS PROVIDED BY BlueDynamics Alliance ``AS IS`` AND ANY
21+
EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
22+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
23+
DISCLAIMED. IN NO EVENT SHALL BlueDynamics Alliance BE LIABLE FOR ANY
24+
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
25+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
26+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
27+
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
28+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
29+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

‎setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
version = '2.0'
55
shortdesc = "LDAP convenience library"
66
longdesc = open(os.path.join(os.path.dirname(__file__), 'README.rst')).read()
7+
longdesc += open(os.path.join(os.path.dirname(__file__), 'LICENSE.rst')).read()
78

89
setup(name='bda.ldap',
910
version=version,

0 commit comments

Comments
 (0)
Please sign in to comment.