diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-01-31 11:39:39 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-01-31 11:39:39 -0800 |
commit | 668bb37b26d1a97a6bada9b01953460d8a24dcc8 (patch) | |
tree | c247b10f28fed635dbbc208a988e1521b2fb84fc /LICENSE | |
parent | bd374ccb52d22f9abbd16ba7e867695b43454b61 (diff) | |
download | fatcat-668bb37b26d1a97a6bada9b01953460d8a24dcc8.tar.gz fatcat-668bb37b26d1a97a6bada9b01953460d8a24dcc8.zip |
rename LICENSE and TODO to have file extensions
Diffstat (limited to 'LICENSE')
-rw-r--r-- | LICENSE | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/LICENSE b/LICENSE deleted file mode 100644 index e25f9276..00000000 --- a/LICENSE +++ /dev/null @@ -1,39 +0,0 @@ - -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-spec' API library (under the ./rust/fatcat-api-spec/ -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> |