Skip to content
This repository has been archived by the owner on Jun 11, 2022. It is now read-only.

EthicalSource/hippocratic-license

Repository files navigation

hippocratic-license

An ethical license for open source, created by Coraline Ada Ehmke.

Project Home Page

For an overview and usage instructions, please visit firstdonoharm.dev. The license itself is available at https://firstdonoharm.dev/version/2/1/license.html

Contributing

Please feel free to submit pull requests or open issues to improve the language of this document.

You should also check the issues for the latest discussions involving the current and future versions of the license.

To build the website locally, first install Hugo using your package manager of choice.
For example, on Debian/Ubuntu:

apt-get install hugo

or if you are using Arch Linux:

pacman -S hugo

or using Homebrew on macOS:

brew install hugo

Then from the repository's root directory, start the development server:

hugo server -D

Adding a Project to the List of Adopters

  • Fork the repository.
  • Add a new row to the adopters.csv file, with the project name in the first column, and the project URL in the second column.
  • Open a pull request.