diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..a192a24 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,3 @@ +# License + +Except as otherwise noted, the content of this repo is licensed under the [Creative Commons Attribution 4.0 License](https://creativecommons.org/licenses/by/4.0/) ([local copy](LICENSES/CC-BY-4.0.txt)), and any code is licensed under the [Apache 2.0 License](http://www.apache.org/licenses/LICENSE-2.0.html) ([local copy](LICENSES/APACHE-2.0.txt)). diff --git a/README.md b/README.md index 8ba765c..0c0908c 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,3 @@ See [How to Get Involved](https://github.com/gitops-working-group/gitops-working ## Code of Conduct The OpenGitOps community follows the [CNCF Code of Conduct](https://github.com/open-gitops/.github/blob/main/CODE_OF_CONDUCT.md). - -## Licenses - -- Code: [Apache 2.0](LICENSES/APACHE-2.0.txt). [html](http://www.apache.org/licenses/LICENSE-2.0.html) -- Non-code: [CC BY 4.0](LICENSES/CC-BY-4.0.txt). [html](https://creativecommons.org/licenses/by/4.0/legalcode)