Skip to content

Commit 5b349ae

Browse files
authored
Simplify the ESD page by moving licensing concerns to their own page. (EthicalSource#70)
1 parent 878034a commit 5b349ae

File tree

3 files changed

+3
-18
lines changed

3 files changed

+3
-18
lines changed

content/definition.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,6 @@ Ethical Open Source projects are encouraged to use the "Open|Ethical" badge in t
2020

2121
[https://img.shields.io/badge/open-ethical-%234baaaa](https://img.shields.io/badge/open-ethical-%234baaaa)
2222

23-
## Ethically Licensed Open Source
24-
25-
Software is considered **Ethically Licensed Open Source**\* (ELOS) if it meets *any* of the following additional criteria:
26-
27-
* It is distributed under the ["Hippocratic License"](https://firstdonoharm.dev), or a similar license that prohibits the redistribution of the software in modified, derivative, or collected work form from being relicensed to any individual or organization which directly or indirectly facilitates, encourages, manipulates, coerces, or forces people to engage in behaviors that are in conflict with the rights enumerated in the [United Nations Universal Declaration of Human Rights](https://www.un.org/en/universal-declaration-human-rights/).
28-
* It is distributed under the ["Anti 996" license](https://996.icu/), or a similar license that prohibits the redistribution of the software in modified, derivative, or collected work form to any individual or organization that violates the [International Labor Standards Conventions and/or Recommendations](https://www.ilo.org/global/standards/introduction-to-international-labour-standards/conventions-and-recommendations/lang--en/index.htm) published by the International Labour Organization.
29-
* It is distributed under an ["Atmosphere" license](https://www.open-austin.org/atmosphere-license/), or a similar license that prohibits the redistribution of the software in modified, derivative, or collected work form to any individual or organization that is materially and directly invested in operations or facilities that have significant negative impact on the global climate response, as [documented by the United Nations Climate Change Secretariat](https://unfccc.int/resource/climateaction2020/media/1308/unfccc_spm_2018.pdf).
30-
31-
\* *The term "open source" in this context refers to the broad experience of public and collaborative software development in contribution to the collective software commons. ELOS software licenses may or may not conform to the Open Source Initiative’s [conventional criteria for open source software licenses](https://opensource.org/osd-annotated).*
32-
33-
Ethically Licensed Open Source projects are encouraged to use the "Licensed Ethically" badge in their project’s documentation:
34-
35-
![https://img.shields.io/badge/licensed-ethically-%234baaaa](https://img.shields.io/badge/licensed-ethically-%234baaaa)
36-
37-
[https://img.shields.io/badge/licensed-ethically-%234baaaa](https://img.shields.io/badge/licensed-ethically-%234baaaa)
3823

3924
## Attribution and Contributions
4025
Maintaining this definition is the collaborative work of the [Ethical Source Working Group](/apply). Pull requests and issues in our [source code repository](https://github.com/ethicalSource/ethicalsource.dev) are encouraged. Special thanks are extended to [Nate Berkopec](https://nateberkopec.com), [Will Barton](https://github.com/willbarton/), [Steve Phillips](https://tryingtobeawesome.com), and [Madalyn Parker](https://twitter.com/madalynrose) for their contributions.

content/licenses.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
+++
2-
title = "Related Licenses"
3-
heading = "Licensing projects related to ethical source:"
2+
title = "Ethical Licenses"
3+
heading = "Ethical Open Source Licenses"
44
+++
55

66
* [Hippocratic License](https://firstdonoharm.dev). A license that prohibits use of the software to violate international human rights guidelines.

layouts/_default/baseof.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ <h2>{{ .Params.Heading }}</h2>
5656
<ul>
5757
<li><a href="/definition">Ethical Source Definition</a></li>
5858
<li><a href="/translations">Definition Translations</a></li>
59-
<li><a href="/licenses">Related Licenses</a></li>
59+
<li><a href="/licenses">Ethical Licenses</a></li>
6060
<li><a href="/apply">Join the Working Group</a></li>
6161
<li><a href="/media">In the Media</a></li>
6262
<li><a href="/blog">Blog</a></li>

0 commit comments

Comments
 (0)