Skip to content

Commit 2f80eac

Browse files
committed
2 parents 7445654 + f90fd96 commit 2f80eac

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

LICENSE

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
MIT License
1+
No-Nazis License
22

33
Copyright (c) 2019 Lorenz Diener
44

@@ -9,8 +9,10 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
99
copies of the Software, and to permit persons to whom the Software is
1010
furnished to do so, subject to the following conditions:
1111

12-
The above copyright notice and this permission notice shall be included in all
12+
* The above copyright notice and this permission notice shall be included in all
1313
copies or substantial portions of the Software.
14+
* You and any organization you work for may not promote white supremacy, hate
15+
speech and homo- or transphobia - this license is void otherwise.
1416

1517
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1618
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
}
77

88
setup(name='blurhash',
9-
version='1.1.0',
9+
version='1.1.1',
1010
description='Pure-Python implementation of the blurhash algorithm.',
1111
packages=['blurhash'],
1212
install_requires=[],
@@ -21,7 +21,7 @@
2121
'Development Status :: 5 - Production/Stable',
2222
'Intended Audience :: Developers',
2323
'Topic :: Multimedia :: Graphics',
24-
'License :: OSI Approved :: MIT License',
24+
'Other/Proprietary License',
2525
'Programming Language :: Python :: 2',
2626
'Programming Language :: Python :: 3',
2727
])

0 commit comments

Comments
 (0)