aboutsummaryrefslogtreecommitdiffstats
path: root/LICENSE
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2018-07-24 17:52:25 -0700
committerBryan Newbold <bnewbold@robocracy.org>2018-07-24 17:52:25 -0700
commit8630a99c0c6351f5d4a051ce0c38b162f46b62ae (patch)
tree72d36afe16fde11bc83a1930c71037629aecbd1c /LICENSE
parentf080bf59d9dcdd95376b6c8a128070c6528e2167 (diff)
downloadfatcat-8630a99c0c6351f5d4a051ce0c38b162f46b62ae.tar.gz
fatcat-8630a99c0c6351f5d4a051ce0c38b162f46b62ae.zip
license under AGPL/zero/MIT
Diffstat (limited to 'LICENSE')
-rw-r--r--LICENSE39
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>