Skip to content

Commit 879a73f

Browse files
author
Florian Einfalt
committed
Update the license
1 parent 45542c0 commit 879a73f

File tree

3 files changed

+37
-3
lines changed

3 files changed

+37
-3
lines changed

LICENSE

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

setup.cfg

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
universal = 0
33

44
[egg_info]
5-
tag_build =
5+
tag_build =
66
tag_date = 0
77
tag_svn_revision = 0
88

9+
[metadata]
10+
license_file = LICENSE

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
name = 'nukecontexts',
55
version = '0.1',
66
description='Library of composable context managers for Nuke',
7-
url='http://www.florianeinfalt.de',
7+
url='https://github.com/florianeinfalt/nukecontexts',
88
author='Florian Einfalt',
99
author_email='info@florianeinfalt.de',
10-
license='MIT',
10+
license='BSD',
1111
packages=find_packages(),
1212
include_package_data=True,
1313
zip_safe=False

0 commit comments

Comments
 (0)