diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-06-13 14:58:02 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-06-13 14:58:02 -0700 |
commit | d7748503f691c5b487cfa8cc60b75ab692a409b3 (patch) | |
tree | 1194854ecac68ee416c9f6c4f0ad9d35a900a706 /LICENSE.md | |
download | fatcat-cli-d7748503f691c5b487cfa8cc60b75ab692a409b3.tar.gz fatcat-cli-d7748503f691c5b487cfa8cc60b75ab692a409b3.zip |
init repo by copying from main fatcat repo
Diffstat (limited to 'LICENSE.md')
-rw-r--r-- | LICENSE.md | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..2de9f76 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,39 @@ + +The swagger/openapi API schema file (./fatcat-openapi2.yml) and SQL schema +files (under ./rust/migrations/) are released under the permissive MIT license. +The schema files are: + + Copyright, 2018 Bryan Newbold <bnewbold@robocracy.org) + +The python 'fatcat_openapi_client' API client library (under the +./python/fatcat_openapi_client/ directory), which is auto-generated from a +swagger/openapi schema specification, is released to the public domain. + +The rust 'fatcat-openapi' API library (under the ./rust/fatcat-openapi/ +directory), which is auto-generated from the swagger/openapi schema +specification, is released to the public domain. + +The python 'fatcat' web interface, tests, scripts, and bots (under the +./python/ directory, not including fatcat_openapi_client), unless otherwise specified +are released under the GNU Affero General Public License, version 3. A copy of +this license should be included in this repository. Unless otherwise indicated +this code is: + + Copyright, 2018 Bryan Newbold <bnewbold@robocracy.org) + +The rust 'fatcat' API server, tests, scripts, and associated programs (under +the ./rust/fatcat/ directory), unless otherwise specified are released under +the GNU Affero General Public License, version 3. A copy of this license should +be included in this repository. Unless otherwise indicated this code is: + + Copyright, 2018 Bryan Newbold <bnewbold@robocracy.org) + +A copy of the AGPLv3 license can also be found at: + + https://www.gnu.org/licenses/agpl-3.0.en.html + +A copy of the MIT license can also be found at: + + https://opensource.org/licenses/MIT + +For questions and clarification, contact Bryan Newbold <bnewbold@robocracy.org> |