diff options
Diffstat (limited to 'LICENSE.md')
-rw-r--r-- | LICENSE.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -5,8 +5,8 @@ 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 +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-api-spec' API library (under the ./rust/fatcat-api-spec/ @@ -14,7 +14,7 @@ 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 +./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: |