Skip to content

Commit 5ba7058

Browse files
committedJul 5, 2024
Relicense as Blue Oak 1.0.0
1 parent ffbfe82 commit 5ba7058

File tree

3 files changed

+37
-23
lines changed

3 files changed

+37
-23
lines changed
 

‎LICENCE.md

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# Blue Oak Model License
2+
3+
Version 1.0.0
4+
5+
## Purpose
6+
7+
This license gives everyone as much permission to work with this software as possible, while protecting contributors from liability.
8+
9+
## Acceptance
10+
11+
In order to receive this license, you must agree to its rules. The rules of this license are both obligations under that agreement and conditions to your license. You must not do anything with this software that triggers a rule that you cannot or will not follow.
12+
13+
## Copyright
14+
15+
Each contributor licenses you to do everything with this software that would otherwise infringe that contributor's copyright in it.
16+
17+
## Notices
18+
19+
You must ensure that everyone who gets a copy of any part of this software from you, with or without changes, also gets the text of this license or a link to <https://blueoakcouncil.org/license/1.0.0>.
20+
21+
## Excuse
22+
23+
If anyone notifies you in writing that you have not complied with [Notices](#notices), you can keep your license by taking all practical steps to comply within 30 days after the notice. If you do not do so, your license ends immediately.
24+
25+
## Patent
26+
27+
Each contributor licenses you to do everything with this software that would otherwise infringe any patent claims they can license or become able to license.
28+
29+
## Reliability
30+
31+
No contributor can revoke this license.
32+
33+
## No Liability
34+
35+
***As far as the law allows, this software comes as is, without any warranty or condition, and no contributor will be liable to anyone for any damages related to this software or this license, under any kind of legal claim.***

‎license.txt

-21
This file was deleted.

‎pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ testpaths = [
1515
name = "count_distinct"
1616
description = "Use the CVM algorithm to quickly estimate the number of distinct elements in a stream"
1717
authors = [{ name = "Stephan Hügel", email = "urschrei@gmail.com" }]
18-
license = {file = "license.txt"}
18+
license = {file = "LICENSE.md"}
1919
keywords = ["cvm", "count-distinct", "estimation"]
2020
requires-python = ">=3.10"
2121
classifiers = [
@@ -25,7 +25,7 @@ classifiers = [
2525
"Programming Language :: Python :: 3.12",
2626
"Development Status :: 5 - Production/Stable",
2727
"Intended Audience :: Science/Research",
28-
"License :: OSI Approved :: MIT License",
28+
"License :: OSI Approved :: Blue Oak Model License (BlueOak-1.0.0)",
2929
"Operating System :: OS Independent",
3030
]
3131
[project.urls]

0 commit comments

Comments
 (0)