-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ethical source licenses #2225
Open
markcmiller86
wants to merge
10
commits into
main
Choose a base branch
from
mcm86-13jan25-ethical-os-licenses
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Ethical source licenses #2225
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
6c4f28c
first draft
markcmiller86 1cea3cc
table placeholder
markcmiller86 068f5b3
major revision
markcmiller86 f61ca2f
fix paragraphing
markcmiller86 a69f0c5
fix wording
markcmiller86 01d9534
fix title
markcmiller86 14ac79d
fix ending
markcmiller86 c53db56
fix spelling
markcmiller86 0c0e23e
add one sent
markcmiller86 8d44fef
add curated stuff
markcmiller86 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
## Ethical Source Licensing | ||
|
||
<!--- deck text start ---> | ||
Is your open source code being used for good or evil? | ||
<!--- deck text end ---> | ||
|
||
#### Contributed by [Mark C. Miller](https://github.com/markcmiller86) | ||
#### Publication date: February, 15, 2025 | ||
|
||
Resource information | Details | ||
:--- | :--- | ||
Resource title | Wikipedia Article on the Organization for Ethical Source | ||
Authors | Various | ||
Website | https://en.wikipedia.org/wiki/Organization_for_Ethical_Source | ||
|
||
First, it has to be said that various [software licenses](https://en.wikipedia.org/wiki/Software_license) aiming to restrict the use of the source code in one way or another typically fail to meet one or more of the criteria necessary to be considered *open-source*. | ||
Well known examples are [Server-Side Public License (SSPL)](https://en.wikipedia.org/wiki/Server_Side_Public_License), [Elastic License 2.0 (ELv2)](https://www.elastic.co/licensing/elastic-license), [Business Source License (BSL)](https://en.wikipedia.org/wiki/Business_Source_License) and [Microsoft Shared Source](https://en.wikipedia.org/wiki/Shared_Source_Initiative#Restricted_licenses). | ||
|
||
Nonetheless, because such licenses mean the source code is available for all to see, they are often confused with *open-source*. | ||
A technically more accurate designation for this brand of license commonly used in the industry is *source-available*. | ||
While source-available licensing is a relatively recent trend in the industry, some commonly recognized major projects utilize them including [Elastic Search](https://www.elastic.co), [MongoDB](https://www.mongodb.com/legal/licensing/server-side-public-license), [Confluent](https://www.confluent.io/confluent-community-license-faq/) and [GitLab Enterprise Edition](https://en.wikipedia.org/wiki/Source-available_software#GitLab_Enterprise_Edition_License_(EE_License)). | ||
|
||
A new kind of source-available license based on ethical use considerations has begun to emerge as well. | ||
This brand of licensing is referred to as [*ethical source*](https://ethicalsource.dev/licenses/) and aims to restrict the use of software to ethical purposes. | ||
Are developers of the software ok if it is used, for example, in creation of deepfake imagery or video, in human gene editing or cloning, in the blanket surveillance of whole populations of people, in a weapon of mass destruction? | ||
|
||
Some recent and prominent examples of members of the open-source software community raising ethical concerns over the use of their software include [Elastic Search](https://pureinsights.com/blog/2024/elastics-journey-from-apache-2-0-to-agpl-3/), [TensorFlow](https://www.nytimes.com/2018/04/04/technology/google-letter-ceo-pentagon-project.html) and [Dual_EC_DRBG](https://en.wikipedia.org/wiki/Dual_EC_DRBG#Standardization_and_implementations). | ||
By contrast, of the approximately 8,500 packages in [Spack](https://spack.io), only one uses an ethical-source license. | ||
|
||
To put these ethical-source licenses in perspective, it is worth considering if and how ethical use restrictions have been applied to other real-world products or services. | ||
A good example is chemicals. | ||
Chemical manufacturers all over the world face various restrictions in what they produce and to whom and where they can distribute/sell it. | ||
But, these restrictions are rarely if ever based on *ethical* considerations and are instead based on things like environmental or human health impacts often supported by a volume of scientific evidence. | ||
|
||
Two good example chemicals to consider for comparison are ammonium nitrate and fuel oil. | ||
Ammonium nitrate is the most widely used fertilizer and helps to grow a substantial portion of the world's food. | ||
Although use of fuel oil has declined substantially, it is still used to heat and light homes of a non-trivial portion of the world's population. | ||
Most would consider both of these uses ethical. | ||
However, even 25 years after the [Oklahoma city bombing](https://en.wikipedia.org/wiki/Oklahoma_City_bombing) (which involved Ammonium Nitrate and Fuel Oil (ANFO)) attempts to regulate the manufacture and distribution of these products have either stalled or met with limited success. | ||
|
||
In all likelihood, the most useful part of the Wikipedia article curated here is the long list of references there showing the community's dialog, both for and against, on this topic. | ||
As with most things in life, freely available software can be used for good or abused for evil. | ||
In the author's opinion, it is unlikely that attempts to license software in restrictive ways based on ethical use considerations will see wide adoption. | ||
|
||
<!--- | ||
Publish: yes | ||
Pinned: no | ||
Topics: online learning | ||
---> |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay, that is a balanced article (and you might even say it is more negative that positive about the ethical software license movement).
With this Wikipedia article the main CC, I think you can classify this as a CC article.