diff --git a/components/ILIAS/UI/resources/js/Input/Container/dist/filter.js b/components/ILIAS/UI/resources/js/Input/Container/dist/filter.js index 25ef0a730949..7f0642eb27f5 100755 --- a/components/ILIAS/UI/resources/js/Input/Container/dist/filter.js +++ b/components/ILIAS/UI/resources/js/Input/Container/dist/filter.js @@ -1,3 +1,18 @@ +/** + * This file is part of ILIAS, a powerful learning management system + * published by ILIAS open source e-Learning e.V. + * + * ILIAS is licensed with the GPL-3.0, + * see https://www.gnu.org/licenses/gpl-3.0.en.html + * You should have received a copy of said license along with the + * source code, too. + * + * If this is not the case or you just want to try ILIAS, you'll find + * us at: + * https://www.ilias.de + * https://github.com/ILIAS-eLearning + */ + var filter = function($) { //Init the Filter diff --git a/components/ILIAS/UI/resources/js/Input/Container/src/filter.main.js b/components/ILIAS/UI/resources/js/Input/Container/src/filter.main.js index 6104565890bd..bb4ac2ccdf8e 100755 --- a/components/ILIAS/UI/resources/js/Input/Container/src/filter.main.js +++ b/components/ILIAS/UI/resources/js/Input/Container/src/filter.main.js @@ -1,3 +1,18 @@ +/** + * This file is part of ILIAS, a powerful learning management system + * published by ILIAS open source e-Learning e.V. + * + * ILIAS is licensed with the GPL-3.0, + * see https://www.gnu.org/licenses/gpl-3.0.en.html + * You should have received a copy of said license along with the + * source code, too. + * + * If this is not the case or you just want to try ILIAS, you'll find + * us at: + * https://www.ilias.de + * https://github.com/ILIAS-eLearning + */ + const filter = function ($) { // Init the Filter const init = function () {