Skip to content

Commit fac74a9

Browse files
committed
🔨 chore: relicense to mit or oql
Signed-off-by: Pauline <git@ethanlibs.co>
1 parent a5762ac commit fac74a9

5 files changed

Lines changed: 64 additions & 4 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ authors = ["pauliesnug"]
77
edition = "2021"
88
homepage = "https://github.com/pulseflow/workers"
99
repository = "https://github.com/pulseflow/workers"
10-
readme = "README.md"
11-
license = "MIT"
10+
readme = "./README.md"
11+
license = "MIT OR OQL"
1212
version = "1.1.1"
1313

1414
[workspace.dependencies]

LICENSE renamed to LICENSE-MIT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2023 PulseFlow
3+
Copyright (c) 2023~PRESENT Pulseflow
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

LICENSE-OQL

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
# 🏳️‍🌈 Opinionated Queer License v1.2
2+
3+
© Copyright [Pulseflow](https://dyn.gay)
4+
5+
## Permissions
6+
7+
The creators of this Work (“The Licensor”) grant permission
8+
to any person, group or legal entity that doesn't violate the prohibitions below (“The User”),
9+
to do everything with this Work that would otherwise infringe their copyright or any patent claims,
10+
subject to the following conditions:
11+
12+
## Obligations
13+
14+
The User must give appropriate credit to the Licensor,
15+
provide a copy of this license or a (clickable, if the medium allows) link to
16+
[oql.avris.it/license/v1.2](https://oql.avris.it/license/v1.2),
17+
and indicate whether and what kind of changes were made.
18+
The User may do so in any reasonable manner,
19+
but not in any way that suggests the Licensor endorses the User or their use.
20+
21+
## Prohibitions
22+
23+
No one may use this Work for prejudiced or bigoted purposes, including but not limited to:
24+
racism, xenophobia, queerphobia, queer exclusionism, homophobia, transphobia, enbyphobia, misogyny.
25+
26+
No one may use this Work to inflict or facilitate violence or abuse of human rights,
27+
as defined in either of the following documents:
28+
[Universal Declaration of Human Rights](https://www.un.org/en/about-us/universal-declaration-of-human-rights),
29+
[European Convention on Human Rights](https://prd-echr.coe.int/web/echr/european-convention-on-human-rights)
30+
along with the rulings of the [European Court of Human Rights](https://www.echr.coe.int/).
31+
32+
No law enforcement, carceral institutions, immigration enforcement entities, military entities or military contractors
33+
may use the Work for any reason. This also applies to any individuals employed by those entities.
34+
35+
No business entity where the ratio of pay (salaried, freelance, stocks, or other benefits)
36+
between the highest and lowest individual in the entity is greater than 50 : 1
37+
may use the Work for any reason.
38+
39+
No private business run for profit with more than a thousand employees
40+
may use the Work for any reason.
41+
42+
Unless the User has made substantial changes to the Work,
43+
or uses it only as a part of a new work (eg. as a library, as a part of an anthology, etc.),
44+
they are prohibited from selling the Work.
45+
That prohibition includes processing the Work with machine learning models.
46+
47+
## Sanctions
48+
49+
If the Licensor notifies the User that they have not complied with the rules of the license,
50+
they can keep their license by complying within 30 days after the notice.
51+
If they do not do so, their license ends immediately.
52+
53+
## Warranty
54+
55+
This Work is provided “as is”, without warranty of any kind, express or implied.
56+
The Licensor will not be liable to anyone for any damages related to the Work or this license,
57+
under any kind of legal claim as far as the law allows.

crates/interface/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors.workspace = true
77
edition.workspace = true
88
homepage.workspace = true
99
repository.workspace = true
10-
readme.workspace = true
10+
readme = "./README.md"
1111
license.workspace = true
1212
categories = ["game-development", "api-bindings"]
1313

crates/interface/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# `interpulse`
2+
3+
a rust interface for core pulseflow apis

0 commit comments

Comments
 (0)