diff --git a/assets/css/app.css b/assets/css/app.css index 77db85cd..95bf1516 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -1,8 +1,7 @@ /* + * This file is part of Part-DB (https://github.com/Part-DB/Part-DB-symfony) * - * Part-DB Version 0.4+ "nextgen" - * Copyright (C) 2016 - 2018 Jan Böhmer - * https://github.com/jbtronics + * Copyright (C) 2019 Jan Böhmer (https://github.com/jbtronics) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -20,6 +19,7 @@ * */ + /************************************ * Basic layout (Navbar, sidebar, etc.) *************************************/ diff --git a/assets/js/app.js b/assets/js/app.js index e4af039d..535f0afc 100644 --- a/assets/js/app.js +++ b/assets/js/app.js @@ -1,3 +1,24 @@ +/* + * This file is part of Part-DB (https://github.com/Part-DB/Part-DB-symfony) + * + * Copyright (C) 2019 Jan Böhmer (https://github.com/jbtronics) + * + * 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 2 + * 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, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * + */ + /* * Welcome to your app's main JavaScript file! * diff --git a/assets/ts_src/ajax_ui.ts b/assets/ts_src/ajax_ui.ts index 5f1319e9..1a3ba933 100644 --- a/assets/ts_src/ajax_ui.ts +++ b/assets/ts_src/ajax_ui.ts @@ -1,16 +1,7 @@ /* + * This file is part of Part-DB (https://github.com/Part-DB/Part-DB-symfony) * - * part-db version 0.1 - * Copyright (C) 2005 Christoph Lechner - * http://www.cl-projects.de/ - * - * part-db version 0.2+ - * Copyright (C) 2009 K. Jacobs and others (see authors.php) - * http://code.google.com/p/part-db/ - * - * Part-DB Version 0.4+ - * Copyright (C) 2016 - 2019 Jan Böhmer - * https://github.com/jbtronics + * Copyright (C) 2019 Jan Böhmer (https://github.com/jbtronics) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/assets/ts_src/event_listeners.ts b/assets/ts_src/event_listeners.ts index fae83074..2f19be50 100644 --- a/assets/ts_src/event_listeners.ts +++ b/assets/ts_src/event_listeners.ts @@ -1,16 +1,7 @@ /* + * This file is part of Part-DB (https://github.com/Part-DB/Part-DB-symfony) * - * part-db version 0.1 - * Copyright (C) 2005 Christoph Lechner - * http://www.cl-projects.de/ - * - * part-db version 0.2+ - * Copyright (C) 2009 K. Jacobs and others (see authors.php) - * http://code.google.com/p/part-db/ - * - * Part-DB Version 0.4+ - * Copyright (C) 2016 - 2019 Jan Böhmer - * https://github.com/jbtronics + * Copyright (C) 2019 Jan Böhmer (https://github.com/jbtronics) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/config/bootstrap.php b/config/bootstrap.php index f6afb404..1cf56d27 100644 --- a/config/bootstrap.php +++ b/config/bootstrap.php @@ -1,4 +1,24 @@ ['all' => true], diff --git a/public/index.php b/public/index.php index 74d65eb4..affa0bc0 100644 --- a/public/index.php +++ b/public/index.php @@ -1,4 +1,24 @@