diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2020-05-22 16:22:23 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2020-05-22 16:22:23 -0700 |
commit | cc18d2c6eee7abf671f9d585b85b0360ded90598 (patch) | |
tree | 63543a5db7c76dc0326f77b85772f1364d5bd547 /LICENSE.md | |
parent | d8cf02dbdc6848be4de2710e54f4463d702b6e7c (diff) | |
parent | cfc5d104e94a2f5d51878e33930e3ba83f0701c8 (diff) | |
download | fatcat-cc18d2c6eee7abf671f9d585b85b0360ded90598.tar.gz fatcat-cc18d2c6eee7abf671f9d585b85b0360ded90598.zip |
Merge remote-tracking branch 'github/master'
Diffstat (limited to 'LICENSE.md')
-rw-r--r-- | LICENSE.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -5,15 +5,15 @@ The schema files are: Copyright, 2018 Bryan Newbold <bnewbold@robocracy.org) -The python 'fatcat_openapi_client' API client library (under the +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/ +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 +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 @@ -21,7 +21,7 @@ this code is: Copyright, 2018 Bryan Newbold <bnewbold@robocracy.org) -The rust 'fatcat' API server, tests, scripts, and associated programs (under +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: |