diff options
Diffstat (limited to 'LICENSE')
-rw-r--r-- | LICENSE | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/LICENSE b/LICENSE new file mode 100644 index 00000000..54ebef57 --- /dev/null +++ b/LICENSE @@ -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_client' API client library (under the +./python/fatcat_client/ directory), which is auto-generated from a +swagger/openapi schema specification, is released to the public domain. + +The rust 'fatcat-api' API library (under the ./rust/fatcat-api/ 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_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> |