diff --git a/assets/css/main.css b/assets/css/main.css index 17bc925..5bcabfc 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -1,3 +1,19 @@ +/* + * Copyright (C) 2021 Eichehome + * + * This program 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. + * + * This program 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 this program. If not, see . + */ @import url(normalize.css); .message { max-width: 30em; diff --git a/assets/js/main.js b/assets/js/main.js index 156509c..4cfe1a1 100644 --- a/assets/js/main.js +++ b/assets/js/main.js @@ -1,3 +1,20 @@ +/* + * Copyright (C) 2021 Eichehome + * + * This program 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. + * + * This program 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 this program. If not, see . + */ + document.addEventListener('DOMContentLoaded', init); function init() { diff --git a/check.php b/check.php index ba2fd36..657d2b7 100644 --- a/check.php +++ b/check.php @@ -1,5 +1,21 @@ . + */ + error_reporting(E_ALL); //Debuging require_once 'include/DBConnection.inc.php'; function autoloader($classname) diff --git a/class/DBClass.php b/class/DBClass.php index 606c0a4..0dd6cb6 100644 --- a/class/DBClass.php +++ b/class/DBClass.php @@ -1,7 +1,7 @@ . + */ + error_reporting(E_ALL); //Debuging require_once 'include/DBConnection.inc.php'; function autoloader($classname) diff --git a/wahl.php b/wahl.php index 0f97f8b..be39ce4 100644 --- a/wahl.php +++ b/wahl.php @@ -1,5 +1,21 @@ . + */ + error_reporting(E_ALL); //Debuging require_once 'include/DBConnection.inc.php'; function autoloader($classname)