aboutsummaryrefslogtreecommitdiffstats
path: root/LICENSE.md
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2020-04-03 12:53:35 -0700
committerBryan Newbold <bnewbold@archive.org>2020-04-03 12:53:35 -0700
commit3de4f762f02f95d17b912dadf64a1c00effd7f12 (patch)
tree8d25cffed88e74821c96486c8fc10769286ed4fa /LICENSE.md
parent53223835d21e158536dab569d5fe4c6ecea6d6ce (diff)
downloadfatcat-covid19-3de4f762f02f95d17b912dadf64a1c00effd7f12.tar.gz
fatcat-covid19-3de4f762f02f95d17b912dadf64a1c00effd7f12.zip
add LICENSE and CONTRIBUTORS files
Diffstat (limited to 'LICENSE.md')
-rw-r--r--LICENSE.md29
1 files changed, 29 insertions, 0 deletions
diff --git a/LICENSE.md b/LICENSE.md
new file mode 100644
index 0000000..cf77a3f
--- /dev/null
+++ b/LICENSE.md
@@ -0,0 +1,29 @@
+
+This file describes licensing of the *software source code* for this project,
+not paper metadata or content. The CONTRIBUTORS.md file in this repository
+includes a list of people who have contributed.
+
+All web interface translation content (of the software interface, not paper
+metadata or content) is licensed under Creative Commons Attibution (CC-BY).
+
+The Elasticsearch schema files under `./schema/` are released under the
+permissive MIT license. The schema files are:
+
+ Copyright, 2018-2020 Bryan Newbold <bnewbold@robocracy.org) and Fatcat Contributors
+
+The python "fatcat COVID-19" web interface, tests, scripts, and bots (under the
+`./fatcat_covid19/` 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-2020 Bryan Newbold <bnewbold@robocracy.org) and Fatcat Contributors
+
+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>