From 8007113d7c08a10a3f0440be77c63caedc7c15dd Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Fri, 3 Jan 2020 09:41:30 +1000 Subject: [PATCH] move license info into one place --- LICENSE | 49 ++++++++++++++++++++++++++++++++++++++++++++++++- qt/LICENSE | 17 ----------------- qt/LICENSE.logo | 20 -------------------- rslib/LICENSE | 1 - rspy/LICENSE | 1 - 5 files changed, 48 insertions(+), 40 deletions(-) delete mode 100644 qt/LICENSE delete mode 100644 qt/LICENSE.logo delete mode 100644 rslib/LICENSE delete mode 100644 rspy/LICENSE diff --git a/LICENSE b/LICENSE index 97e2a1deb..3054ca8e7 100644 --- a/LICENSE +++ b/LICENSE @@ -1 +1,48 @@ -Primarily GNU AGPL3+ - please see the LICENSE file in each subfolder. +Anki is licensed under the GNU Affero General Public License, version 3 or +later, with portions contributed by Anki users licensed under the BSD-3 +license (see CONTRIBUTORS). + +The following included source code items use a license other than AGPL3: + +In the pylib folder: + + * The anki/template/ folder is based off pystache: MIT. + * The SuperMemo importer: GPL3. + * The Pauker importer: BSD-3. + * statsbg.py: CC BY-SA 3.0. + +In the qt folder: + + * Anki's translations are a mix of BSD and public domain. + * mpv.py: MIT. + * winpaths.py: MIT. + * MathJax: Apache 2. + * jQuery and jQuery-UI: MIT. + * browsersel.js: CC BY 2.5. + * plot.js: MIT. + +The above list only covers the source code that is vendored in this +repository. Binary distributions also include copies of Qt translation +files (LGPL), and all of the Python, Rust and Javascript libraries +that this code references. + +Anki's logo is copyright Alex Fraser, and is licensed under the AGPL3 like the +rest of Anki's code. + +The logo is also available under a limited alternative license for inclusion +in books, blogs, videos and so on. If the following conditions are met, you +may use the logo in your work without the need to license your work under an +AGPL3-compatible license: + + * The logo must be used to refer to Anki, AnkiWeb, AnkiMobile or AnkiDroid, + and a link to https://apps.ankiweb.net must be provided. When your + content is focused specifically on AnkiDroid, a link to + https://play.google.com/store/apps/details?id=com.ichi2.anki&hl=en + may be provided instead of the first link. + * The work must make it clear that the text/video/etc you + are publishing is your own content and not something originating + from the Anki project. + * The logo must be used unmodified - no cropping, changing of colours + or adding or deleting content is allowed. You may resize the image + provided the horizontal and vertical dimensions are resized + equally. diff --git a/qt/LICENSE b/qt/LICENSE deleted file mode 100644 index ebb34ede6..000000000 --- a/qt/LICENSE +++ /dev/null @@ -1,17 +0,0 @@ -Anki is licensed under the GNU Affero General Public License, version 3 or -later, with portions contributed by Anki users licensed under the BSD-3 -license: https://github.com/ankitects/anki-contributors - -Please see LICENSE.logo for the copyright and license of Anki's logo. - -The following included source code items use a license other than AGPL3: - - * Anki's translations are a mix of BSD and public domain. - * The Qt translations that are copied in as part of the build process - are licensed under the LGPL. - * mpv.py: MIT. - * winpaths.py: MIT. - * MathJax: Apache 2. - * jQuery and jQuery-UI: MIT. - * browsersel.js: CC BY 2.5. - * plot.js: MIT. diff --git a/qt/LICENSE.logo b/qt/LICENSE.logo deleted file mode 100644 index 313fc02a8..000000000 --- a/qt/LICENSE.logo +++ /dev/null @@ -1,20 +0,0 @@ -Anki's logo is copyright Alex Fraser, and is licensed under the AGPL3 like the -rest of Anki's code. - -The logo is also available under a limited alternative license for inclusion -in books, blogs, videos and so on. If the following conditions are met, you -may use the logo in your work without the need to license your work under an -AGPL3-compatible license: - - * The logo must be used to refer to Anki, AnkiMobile or AnkiDroid, - and a link to https://apps.ankiweb.net must be provided. When your - content is focused specifically on AnkiDroid, a link to - https://play.google.com/store/apps/details?id=com.ichi2.anki&hl=en - may be provided instead of the first link. - * The work must make it clear that the text/video/etc you - are publishing is your own content and not something originating - from the Anki project. - * The logo must be used unmodified - no cropping, changing of colours - or adding or deleting content is allowed. You may resize the image - provided the horizontal and vertical dimensions are resized - equally. diff --git a/rslib/LICENSE b/rslib/LICENSE deleted file mode 100644 index 33d04e99d..000000000 --- a/rslib/LICENSE +++ /dev/null @@ -1 +0,0 @@ -Licensed under the GNU AGPL 3 or later. diff --git a/rspy/LICENSE b/rspy/LICENSE deleted file mode 100644 index 33d04e99d..000000000 --- a/rspy/LICENSE +++ /dev/null @@ -1 +0,0 @@ -Licensed under the GNU AGPL 3 or later.