lansingcodes / www

Events and resources for Lansing coders
https://www.lansing.codes
Other
7 stars 16 forks source link

Update LICENSE to Hippocratic 2.1 #132

Closed egillespie closed 3 years ago

egillespie commented 3 years ago

To discourage use of Lansing Codes' community-building software by anyone who would violate others' human rights, we are adopting the latest version of the ethical source license, Hippocratic 2.1.

In order to use the latest version of this license, the following changes are required:

  1. Add or update the LICENSE file in this project to the Hippocratic 2.1 Markdown text and make the following substitutions:
    • Replace [SOFTWARE NAME] with the GitHub organization and project name (e.g. @lansingcodes/www)
    • Replace (YEAR) with 2015-Present
    • Replace (COPYRIGHT HOLDER(S)/AUTHOR(S)) with Humanity Codes, LLC
  2. Add or update the README.md file in this project to include the following Markdown snippet:

    ## License
    
    [Hippocratic 2.1](https://firstdonoharm.dev)
    
    Copyright (c) 2015-Present, Humanity Codes LLC
  3. If a package.json file exists in this project, add or update the license field in the file to look like this:
    "license": "Hippocratic-2.1",

When submitting the pull request to resolve this issue, please assign @egillespie as the reviewer.