Skip to content
Snippets Groups Projects
Commit 79a29f2f authored by Tobias Baden's avatar Tobias Baden
Browse files

Added licence information

parent 5d7e4f24
No related branches found
No related tags found
No related merge requests found
/* eslint-disable linebreak-style */ /* eslint-disable linebreak-style */
// JavaScript Code genommen und angepasst von local/boostnavigation/amd/src // JavaScript Code genommen und angepasst von local/boostnavigation/amd/src
// User-Preferences erstmal entfernt // 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($) { define(['jquery'], function($) {
"use strict"; "use strict";
var nodesArray = []; var nodesArray = [];
......
<?php <?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 . '/course/semester_date.php');
include_once($CFG->dirroot . '/local/hsh_boostnavigation/locallib.php'); include_once($CFG->dirroot . '/local/hsh_boostnavigation/locallib.php');
function local_hsh_boostnavigation_extend_navigation(global_navigation $navigation) { function local_hsh_boostnavigation_extend_navigation(global_navigation $navigation) {
......
<?php <?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 // Code genommen - semester_date.php
// Überarbeitet und angepasst - Tobias Baden HsH // Überarbeitet und angepasst - Tobias Baden HsH
......
<?php <?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(); defined('MOODLE_INTERNAL') || die();
require_once(__DIR__ . '/lib.php'); require_once(__DIR__ . '/lib.php');
......
...@@ -16,9 +16,10 @@ ...@@ -16,9 +16,10 @@
/** /**
* Local plugin "Hsh modified Boost course overview on campus" - Version file * Local plugin "Hsh modified Boost course overview on campus" - Version file
* Original: local_boostnavigation
* *
* @package local_hsh_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 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment