Skip to content

Commit

Permalink
Fix copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
tfamula committed Dec 3, 2024
1 parent de72c12 commit 7c2e842
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
15 changes: 15 additions & 0 deletions components/ILIAS/UI/resources/js/Input/Container/dist/filter.js
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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 () {
Expand Down

0 comments on commit 7c2e842

Please sign in to comment.