diff --git a/amd/src/collapse.js b/amd/src/collapse.js index a4042f25202ef5a5f2ef6644b945d0fef6c7b29d..4229f54135e7d778cd772aef617766ab87924a44 100644 --- a/amd/src/collapse.js +++ b/amd/src/collapse.js @@ -1,6 +1,31 @@ /* eslint-disable linebreak-style */ // JavaScript Code genommen und angepasst von local/boostnavigation/amd/src // User-Preferences erstmal entfernt + +// This file is part of Moodle - http://moodle.org/ +// +// Moodle is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// Moodle is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with Moodle. If not, see <http://www.gnu.org/licenses/>. + +/** + * Local plugin "Hsh modified Boost course overview on campus" + * Original: local_boostnavigation + * + * @package local_boostnavigation + * @copyright 2017 Kathrin Osswald, Ulm University <kathrin.osswald@uni-ulm.de>, Edited by Tobias Baden, Hochschule Hannover + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later + */ + define(['jquery'], function($) { "use strict"; var nodesArray = []; diff --git a/lib.php b/lib.php index 64a68f102275bfd8c24173b1b189b61c6865c1b0..48bc319e02340ee19111c11443a7a5bfbe6cb741 100644 --- a/lib.php +++ b/lib.php @@ -1,4 +1,28 @@ <?php +// This file is part of Moodle - http://moodle.org/ +// +// Moodle is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// Moodle is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with Moodle. If not, see <http://www.gnu.org/licenses/>. + +/** + * Local plugin "Hsh modified Boost course overview on campus" + * Original: local_boostnavigation + * + * @package local_hsh_boostnavigation + * @copyright 2017 Alexander Bias, Ulm University <alexander.bias@uni-ulm.de>, Edited by Tobias Baden, Hochschule Hannover + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later + */ + include_once($CFG->dirroot . '/course/semester_date.php'); include_once($CFG->dirroot . '/local/hsh_boostnavigation/locallib.php'); function local_hsh_boostnavigation_extend_navigation(global_navigation $navigation) { diff --git a/locallib.php b/locallib.php index 954fecbd6ea4215921043f2adeac435c05e1998f..da0cd4c5fababfb278e281707b8bffc99804396f 100644 --- a/locallib.php +++ b/locallib.php @@ -1,4 +1,28 @@ <?php +// This file is part of Moodle - http://moodle.org/ +// +// Moodle is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// Moodle is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with Moodle. If not, see <http://www.gnu.org/licenses/>. + +/** + * Local plugin "Hsh modified Boost course overview on campus" + * Original: local_boostnavigation + * + * @package local_hsh_boostnavigation + * @copyright 2017 Alexander Bias, Ulm University <alexander.bias@uni-ulm.de>, Edited by Tobias Baden, Hochschule Hannover + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later + */ + // Code genommen - semester_date.php // Überarbeitet und angepasst - Tobias Baden HsH diff --git a/settings.php b/settings.php index 2a710a04ab1bcf6a4ed6d23e4cc1bab14dfa3c17..8c3bb7dd6ba55fba69bae3b79f11765e91f22ced 100644 --- a/settings.php +++ b/settings.php @@ -1,4 +1,28 @@ <?php +// This file is part of Moodle - http://moodle.org/ +// +// Moodle is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// Moodle is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with Moodle. If not, see <http://www.gnu.org/licenses/>. + +/** + * Local plugin "Hsh modified Boost course overview on campus" - Settings + * Original: local_boostnavigation + * + * @package local_hsh_boostnavigation + * @copyright 2017 Alexander Bias, Ulm University <alexander.bias@uni-ulm.de>, Edited by Tobias Baden, Hochschule Hannover + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later + */ + defined('MOODLE_INTERNAL') || die(); require_once(__DIR__ . '/lib.php'); diff --git a/version.php b/version.php index d07d7cee79dd5192abdd936811627c9ced956c5c..5f9f7d03c2117332490d568551eced1f05f39db7 100644 --- a/version.php +++ b/version.php @@ -16,9 +16,10 @@ /** * Local plugin "Hsh modified Boost course overview on campus" - Version file + * Original: local_boostnavigation * * @package local_hsh_boostnavigation - * @copyright 2017 Tobias Baden, Hochschule Hannover + * @copyright 2017 Alexander Bias, Ulm University <alexander.bias@uni-ulm.de>, Edited by Tobias Baden, Hochschule Hannover * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */