Misc: use the correct copyright headers

This commit is contained in:
Aaron van Geffen 2023-04-08 21:32:38 +02:00
parent ed07668b2e
commit 6930c0a06a
12 changed files with 12 additions and 24 deletions

View File

@ -3,8 +3,7 @@
* AccountSettings.php * AccountSettings.php
* Contains the account settings controller. * Contains the account settings controller.
* *
* Global Data Lab code (C) Radboud University Nijmegen * Kabuki CMS (C) 2013-2023, Aaron van Geffen
* Programming (C) Aaron van Geffen, 2015-2023
*****************************************************************************/ *****************************************************************************/
class AccountSettings extends HTMLController class AccountSettings extends HTMLController

View File

@ -3,8 +3,7 @@
* AdminMenu.php * AdminMenu.php
* Contains the admin navigation logic. * Contains the admin navigation logic.
* *
* Global Data Lab code (C) Radboud University Nijmegen * Kabuki CMS (C) 2013-2023, Aaron van Geffen
* Programming (C) Aaron van Geffen, 2015-2022
*****************************************************************************/ *****************************************************************************/
class AdminMenu extends Menu class AdminMenu extends Menu

View File

@ -3,8 +3,7 @@
* Form.php * Form.php
* Contains key class Form. * Contains key class Form.
* *
* Global Data Lab code (C) Radboud University Nijmegen * Kabuki CMS (C) 2013-2023, Aaron van Geffen
* Programming (C) Aaron van Geffen, 2015-2022
*****************************************************************************/ *****************************************************************************/
class Form class Form

View File

@ -3,8 +3,7 @@
* GenericTable.php * GenericTable.php
* Contains key class GenericTable. * Contains key class GenericTable.
* *
* Global Data Lab code (C) Radboud University Nijmegen * Kabuki CMS (C) 2013-2023, Aaron van Geffen
* Programming (C) Aaron van Geffen, 2015-2021
*****************************************************************************/ *****************************************************************************/
class GenericTable class GenericTable

View File

@ -3,8 +3,7 @@
* MainMenu.php * MainMenu.php
* Contains the main navigation logic. * Contains the main navigation logic.
* *
* Global Data Lab code (C) Radboud University Nijmegen * Kabuki CMS (C) 2013-2023, Aaron van Geffen
* Programming (C) Aaron van Geffen, 2015-2022
*****************************************************************************/ *****************************************************************************/
class MainMenu extends Menu class MainMenu extends Menu

View File

@ -3,8 +3,7 @@
* Menu.php * Menu.php
* Contains all navigational menus. * Contains all navigational menus.
* *
* Global Data Lab code (C) Radboud University Nijmegen * Kabuki CMS (C) 2013-2023, Aaron van Geffen
* Programming (C) Aaron van Geffen, 2015-2022
*****************************************************************************/ *****************************************************************************/
abstract class Menu abstract class Menu

View File

@ -3,8 +3,7 @@
* UserMenu.php * UserMenu.php
* Contains the user navigation logic. * Contains the user navigation logic.
* *
* Global Data Lab code (C) Radboud University Nijmegen * Kabuki CMS (C) 2013-2023, Aaron van Geffen
* Programming (C) Aaron van Geffen, 2015-2022
*****************************************************************************/ *****************************************************************************/
class UserMenu extends Menu class UserMenu extends Menu

View File

@ -3,8 +3,7 @@
* FormView.php * FormView.php
* Contains the form template. * Contains the form template.
* *
* Global Data Lab code (C) Radboud University Nijmegen * Kabuki CMS (C) 2013-2023, Aaron van Geffen
* Programming (C) Aaron van Geffen, 2015-2022
*****************************************************************************/ *****************************************************************************/
class FormView extends SubTemplate class FormView extends SubTemplate

View File

@ -3,8 +3,7 @@
* MainNavBar.php * MainNavBar.php
* Contains the primary navigational menu template. * Contains the primary navigational menu template.
* *
* Global Data Lab code (C) Radboud University Nijmegen * Kabuki CMS (C) 2013-2023, Aaron van Geffen
* Programming (C) Aaron van Geffen, 2015-2022
*****************************************************************************/ *****************************************************************************/
class MainNavBar extends NavBar class MainNavBar extends NavBar

View File

@ -3,8 +3,7 @@
* NavBar.php * NavBar.php
* Contains the navigational menu template. * Contains the navigational menu template.
* *
* Global Data Lab code (C) Radboud University Nijmegen * Kabuki CMS (C) 2013-2023, Aaron van Geffen
* Programming (C) Aaron van Geffen, 2015-2022
*****************************************************************************/ *****************************************************************************/
abstract class NavBar extends Template abstract class NavBar extends Template

View File

@ -3,8 +3,7 @@
* PageIndexWidget.php * PageIndexWidget.php
* Contains the template that displays a page index. * Contains the template that displays a page index.
* *
* Global Data Lab code (C) Radboud University Nijmegen * Kabuki CMS (C) 2013-2023, Aaron van Geffen
* Programming (C) Aaron van Geffen, 2015-2022
*****************************************************************************/ *****************************************************************************/
class PageIndexWidget extends Template class PageIndexWidget extends Template

View File

@ -3,8 +3,7 @@
* TabularData.php * TabularData.php
* Contains the template that displays tabular data. * Contains the template that displays tabular data.
* *
* Global Data Lab code (C) Radboud University Nijmegen * Kabuki CMS (C) 2013-2023, Aaron van Geffen
* Programming (C) Aaron van Geffen, 2015-2022
*****************************************************************************/ *****************************************************************************/
class TabularData extends SubTemplate class TabularData extends SubTemplate