Initial commit
commit
3db6ec7d47
|
@ -0,0 +1,40 @@
|
|||
EPL (earnest's public license), (v0.1.0-dev)
|
||||
|
||||
Copyright [year(s)] [Name or username] <email@example.org>
|
||||
|
||||
This license gives everyone as much permission to work with this software as
|
||||
possible, while protecting contributors from liability.
|
||||
|
||||
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.
|
||||
|
||||
Each contributor licenses you to do everything with this software that would
|
||||
otherwise infringe that contributor's copyright in it.
|
||||
|
||||
Notices:
|
||||
|
||||
- This software must be used for Good, not Evil, as determined by the primary
|
||||
contributors to the software.
|
||||
|
||||
- No Law Enforcement, Military, Carceral Institutions, or Immigration
|
||||
enforcement entities or individuals working in those areas may use the work or
|
||||
products of the work, for any reason.
|
||||
|
||||
- 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://earnestma.com/projects/epl>.
|
||||
|
||||
If anyone notifies you in writing that you have not complied with 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.
|
||||
|
||||
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.
|
||||
|
||||
No contributor can revoke this license.
|
||||
|
||||
**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.**
|
|
@ -0,0 +1,16 @@
|
|||
# earnest's public license
|
||||
|
||||
Links:
|
||||
|
||||
- [The latest version]
|
||||
- [Low-volume announcement list]
|
||||
- [Discussion mailing list]
|
||||
- [Changelogs]
|
||||
|
||||
Based on the [Blue Oak Model License] and various other licenses.
|
||||
|
||||
[The latest version]: https://earnestma.com/projects/epl
|
||||
[Low-volume announcement list]: https://lists.sr.ht/~earnestma/epl-announce
|
||||
[Discussion mailing list]: https://lists.sr.ht/~earnestma/epl-discuss
|
||||
[Changelogs]: https://git.sr.ht/~earnestma/epl/refs
|
||||
[Blue Oak Model License]: https://blueoakcouncil.org/license/1.0.0
|
Loading…
Reference in New Issue