From bcfcebfcf9eab6c4d34ac0d935cb05ced991cca5 Mon Sep 17 00:00:00 2001 From: Zicklag Date: Tue, 15 Dec 2020 18:27:44 -0600 Subject: [PATCH] Add Note on Applying License to Your Work --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 90dab11..46d55ef 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,12 @@ The definition of what is "good" can be considered highly subjective. In order t This license seeks to allow us to share our works as openly as possible, promoting what is uplifting and "good", while preventing what is harmful and destructive. +## Applying The License To Your Work + +**THIS IS NOT LEGAL ADVICE** + +The Katharos License may be applied to your work as you would apply any other license. Common practice is to include the [license file](./LICENSE.md) in the root of your software source control as `LICENSE.md` and replace the `[year]` and `[copyright holder]` placeholders in the copyright statement with the current year and the name of the copyright holder. + ## Attribution The Katharos License was inspired by the the [Ethical Open Source][eos] movement and has incorporated modified and verbatim portions of the following licenses: @@ -19,3 +25,7 @@ The Katharos License was inspired by the the [Ethical Open Source][eos] movement - [BSD 3-Clause](https://spdx.org/licenses/BSD-3-Clause.html) [eos]: https://ethicalsource.dev/ + +## Disclaimer + +The Katharos License is offered for use by licensors and licensees at their own risk, on an “AS IS” basis, and with no warranties express or implied, to the maximum extent permitted by Laws. **NONE OF THE CONTENTS OF THIS REPOSITORY CONSTITUTES LEGAL ADVICE**.