Ran a spellchecker

This commit is contained in:
Emi Simpson 2022-02-06 11:59:30 -05:00
parent 8253a23d85
commit 7c35b52bd1
Signed by: Emi
GPG Key ID: 45E9C6E81BD86E7C
3 changed files with 14 additions and 12 deletions

View File

@ -44,9 +44,10 @@
of software for a better world, and it splash it has made is unparalleled.
</p-->
<p>
The world of today is not the world our free software licenses were written for.
The licenses we created to protect freedom are being taken advantage of by
institutions like ICE and surveilence states to take away the freedom of others.
The world of today is not the world our free software licenses were written
for. The licenses we created to protect freedom are being taken advantage of
by institutions like ICE and surveillance states to take away the freedom of
others.
</p>
<p class="emphasis-paragraph">
It's time to reclaim our software in the name of freedom.

View File

@ -21,7 +21,7 @@ info =
{ name = "Hippocratic License 3.0"
, slug = "HL"
, desc = String.trim """
The flagship ethical source license, the hippocratic license is one of the most customizable and practical ELOS licenses out there. The 3rd version features many optional modules to tailor the license to issues that matter to you, including optional copyleft functionality.
The flagship ethical source license, the Hippocratic license is one of the most customizable and practical ELOS licenses out there. The 3rd version features many optional modules to tailor the license to issues that matter to you, including optional copyleft functionality.
Also featured is an out-of-court arbitration clause, and restrictions that prevent any organizations involved in unethical practices from using the software, as opposed to just preventing the direct use of the software for unethical practices.
"""
@ -144,7 +144,7 @@ Disallow use by anyone who works with or is someone who the U.S. Customs and Bor
{ name = "Mass Surveillance"
, desc =
[ text (String.trim """
Disallow use by anyone who works with or is a goverment/multinational corporation who participates in a mass-surveilence program
Disallow use by anyone who works with or is a government/multinational corporation who participates in a mass-surveillance program
""")
]
, index = 8
@ -153,7 +153,7 @@ Disallow use by anyone who works with or is a goverment/multinational corporatio
{ name = "Military Activities"
, desc =
[ text (String.trim """
Disallow use by anyone who works with or is a goverment/multinational corporation who conducts military activities
Disallow use by anyone who works with or is a government/multinational corporation who conducts military activities
""")
]
, index = 9
@ -194,7 +194,8 @@ Require that organizations that use your software only use social auditing metho
{ name = "Workers on Board of Directors"
, desc =
[ text (String.trim """
If the organization using your software has a board of directors, require that they have at least 30% of the seats on the board be paid less than twice the amount of the the lowest paid worker in the organization
If the organization using your software has a board of directors, require that they have
at least 30% of the seats on the board be paid less than twice the amount of the lowest paid worker in the organization
""")
]
, index = 13
@ -212,7 +213,7 @@ Require that whoever uses your software must publish information about their sup
{ name = "Copyleft"
, desc =
[ text (String.trim """
Require that any modifications or derivitive works based on your software or source code be licensed under the exact same license
Require that any modifications or derivative works based on your software or source code be licensed under the exact same license
""")
]
, index = 15

View File

@ -19,9 +19,9 @@ info =
{ name = "Nonviolent Public License v7"
, slug = "NVPL/CNPL"
, desc = String.trim """
The NVPL is perhaps best known for its variant the CNPL (Cooperative Nonviolent Public License), an ELOS license unique in its restriction of comercial use of software to worker owned co-operatives (check off "Worker Ownership" to enable this variant).
The NVPL is perhaps best known for its variant the CNPL (Cooperative Nonviolent Public License), an ELOS license unique in its restriction of commercial use of software to worker owned co-operatives (check off "Worker Ownership" to enable this variant).
Even on its own, however, the NVPL is a powerful license, including protections against using the work to hurt others or using the work for surveilence, war/war-profiteering, incarceration, fossil fuel extraction/processing, child labor, and the spreading of hate speach.
Even on its own, however, the NVPL is a powerful license, including protections against using the work to hurt others or using the work for surveillance, war/war-profiteering, incarceration, fossil fuel extraction/processing, child labor, and the spreading of hate speech.
The NVPL is also one of a few ELOS licenses that explicitly includes an (AGPL-like) clause that requires network services to distribute or link to the project's source code.
"""
@ -44,7 +44,7 @@ moduleInfo mod = case mod of
{ name = "Worker Ownership"
, desc =
[ text (String.trim """
Restrict comercial use of your software to worker-owned businesses and collectives. Rights are still granted for non-comercial use by traditional businesses and individuals.
Restrict commercial use of your software to worker-owned businesses and collectives. Rights are still granted for non-commercial use by traditional businesses and individuals.
""")
]
, index = 0
@ -53,7 +53,7 @@ Restrict comercial use of your software to worker-owned businesses and collectiv
{ name = "Attribution"
, desc =
[ text (String.trim """
Require that anyone who uses the software list your name/psuedonym, the original title of the software, the website/repository of the project, and credit in the case of attribution. You can always ask distributors to take down the attribution as well.
Require that anyone who uses the software list your name/pseudonym, the original title of the software, the website/repository of the project, and credit in the case of attribution. You can always ask distributors to take down the attribution as well.
""")
]
, index = 1