From c8ea383cd039f2b5bf5c0ce37dcdb8a8fc5f09c8 Mon Sep 17 00:00:00 2001 From: Chris Sangwin <C.J.Sangwin@ed.ac.uk> Date: Thu, 25 Jul 2024 09:23:07 +0100 Subject: [PATCH] Add in disclaimer as required by the AuthOMath project funders. --- corsscripts/geogebracore.js | 3 +++ corsscripts/stackgeogebra.js | 10 ++++++++-- doc/en/About/License.md | 4 ++++ doc/en/Authoring/GeoGebra.md | 3 +++ stack/cas/castext2/blocks/geogebra.block.php | 10 ++++++++-- 5 files changed, 26 insertions(+), 4 deletions(-) diff --git a/corsscripts/geogebracore.js b/corsscripts/geogebracore.js index 25a3466c7..cac002260 100644 --- a/corsscripts/geogebracore.js +++ b/corsscripts/geogebracore.js @@ -1,4 +1,7 @@ /* + + The creation of these resources has been (partially) funded by the ERASMUS+ grant program of the European Union under grant No. 2021-1-DE01-KA220-HED-000032031. Neither the European Commission nor the project's national funding agency DAAD are responsible for the content or liable for any losses or damage resulting of the use of these resources. + @author: GeoGebra - Dynamic Mathematics for Everyone, http://www.geogebra.org @license: This file is subject to the GeoGebra Non-Commercial License Agreement, see http://www.geogebra.org/license. For questions please write us at office@geogebra.org. */ diff --git a/corsscripts/stackgeogebra.js b/corsscripts/stackgeogebra.js index f7dca6c37..1516f32c7 100644 --- a/corsscripts/stackgeogebra.js +++ b/corsscripts/stackgeogebra.js @@ -1,6 +1,12 @@ /** - * geogebra embedding used by geogebra.block.php - * derived by jsxGraph STACK implementation + * Geogebra embedding used by geogebra.block.php + * Derived from the jsxGraph STACK implementation. + * + * The creation of these resources has been (partially) funded by the ERASMUS+ grant program of the + * European Union under grant No. 2021-1-DE01-KA220-HED-000032031. Neither the European Commission + * nor the project's national funding agency DAAD are responsible for the content or liable for + * any losses or damage resulting of the use of these resources. + * * @copyright 2022 University of Edinburgh * @author Tim Lutz * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later diff --git a/doc/en/About/License.md b/doc/en/About/License.md index a2f64d0cf..fc8c1aa75 100644 --- a/doc/en/About/License.md +++ b/doc/en/About/License.md @@ -7,3 +7,7 @@ The STACK documentation, contained in the [source code](https://github.com/maths STACK imposes no requirements on users to choose a license for learning materials they write from scratch. We are aware of open (e.g. Creative Commons), closed, and commercial uses of STACK materials. Users remain responsible for respecting existing licences attached to shared learning materials. It is possible to embed other media inside STACK questions. Users of STACK remain entirely responsible for complying with licenes for materials and media embedded inside STACK questions. Please note that the [GeoGebra's license](https://www.geogebra.org/license) does not match the [STACK licence](https://github.com/maths/moodle-qtype_stack/blob/master/COPYING.txt). + +### AutoOMath Project, 2021-2023 + +The creation of these resources has been (partially) funded by the ERASMUS+ grant program of the European Union under grant No. 2021-1-DE01-KA220-HED-000032031. Neither the European Commission nor the project's national funding agency DAAD are responsible for the content or liable for any losses or damage resulting of the use of these resources. \ No newline at end of file diff --git a/doc/en/Authoring/GeoGebra.md b/doc/en/Authoring/GeoGebra.md index a8ce718dc..41356332c 100644 --- a/doc/en/Authoring/GeoGebra.md +++ b/doc/en/Authoring/GeoGebra.md @@ -319,4 +319,7 @@ Please note that the STACK and GeoGebra syntax do not match perfectly. For exam 1. GeoGebra boolean types should come through to STACK as just return true/false (not 0,1). 2. Suppport set/watch of more complex objects. +### Disclaimer + +The creation of these resources has been (partially) funded by the ERASMUS+ grant program of the European Union under grant No. 2021-1-DE01-KA220-HED-000032031. Neither the European Commission nor the project's national funding agency DAAD are responsible for the content or liable for any losses or damage resulting of the use of these resources. diff --git a/stack/cas/castext2/blocks/geogebra.block.php b/stack/cas/castext2/blocks/geogebra.block.php index 6ed3191ee..078344afd 100644 --- a/stack/cas/castext2/blocks/geogebra.block.php +++ b/stack/cas/castext2/blocks/geogebra.block.php @@ -14,8 +14,14 @@ // You should have received a copy of the GNU General Public License // along with Stateful. If not, see <http://www.gnu.org/licenses/>. /** - * GeoGebra block for STACK - * derived by jsxGraph STACK implementation + * GeoGebra block for STACK derived by jsxGraph STACK implementation + * + * The creation of these resources has been (partially) funded by the ERASMUS+ grant + * program of the European Union under grant No. 2021-1-DE01-KA220-HED-000032031. + * Neither the European Commission nor the project's national funding agency DAAD + * are responsible for the content or liable for any losses or damage resulting + * of the use of these resources. + * * @copyright 2022-2023 University of Edinburgh * @author Tim Lutz * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later -- GitLab