From 6930c0a06a74d3e364243d147440b53c8d533a18 Mon Sep 17 00:00:00 2001 From: Aaron van Geffen Date: Sat, 8 Apr 2023 21:32:38 +0200 Subject: [PATCH] Misc: use the correct copyright headers --- controllers/AccountSettings.php | 3 +-- models/AdminMenu.php | 3 +-- models/Form.php | 3 +-- models/GenericTable.php | 3 +-- models/MainMenu.php | 3 +-- models/Menu.php | 3 +-- models/UserMenu.php | 3 +-- templates/FormView.php | 3 +-- templates/MainNavBar.php | 3 +-- templates/NavBar.php | 3 +-- templates/PageIndexWidget.php | 3 +-- templates/TabularData.php | 3 +-- 12 files changed, 12 insertions(+), 24 deletions(-) diff --git a/controllers/AccountSettings.php b/controllers/AccountSettings.php index 4f4a431..b00849d 100644 --- a/controllers/AccountSettings.php +++ b/controllers/AccountSettings.php @@ -3,8 +3,7 @@ * AccountSettings.php * Contains the account settings controller. * - * Global Data Lab code (C) Radboud University Nijmegen - * Programming (C) Aaron van Geffen, 2015-2023 + * Kabuki CMS (C) 2013-2023, Aaron van Geffen *****************************************************************************/ class AccountSettings extends HTMLController diff --git a/models/AdminMenu.php b/models/AdminMenu.php index e0515d0..9428959 100644 --- a/models/AdminMenu.php +++ b/models/AdminMenu.php @@ -3,8 +3,7 @@ * AdminMenu.php * Contains the admin navigation logic. * - * Global Data Lab code (C) Radboud University Nijmegen - * Programming (C) Aaron van Geffen, 2015-2022 + * Kabuki CMS (C) 2013-2023, Aaron van Geffen *****************************************************************************/ class AdminMenu extends Menu diff --git a/models/Form.php b/models/Form.php index 3558533..e61b986 100644 --- a/models/Form.php +++ b/models/Form.php @@ -3,8 +3,7 @@ * Form.php * Contains key class Form. * - * Global Data Lab code (C) Radboud University Nijmegen - * Programming (C) Aaron van Geffen, 2015-2022 + * Kabuki CMS (C) 2013-2023, Aaron van Geffen *****************************************************************************/ class Form diff --git a/models/GenericTable.php b/models/GenericTable.php index d98220a..415ef53 100644 --- a/models/GenericTable.php +++ b/models/GenericTable.php @@ -3,8 +3,7 @@ * GenericTable.php * Contains key class GenericTable. * - * Global Data Lab code (C) Radboud University Nijmegen - * Programming (C) Aaron van Geffen, 2015-2021 + * Kabuki CMS (C) 2013-2023, Aaron van Geffen *****************************************************************************/ class GenericTable diff --git a/models/MainMenu.php b/models/MainMenu.php index e1ccb05..6c87ba5 100644 --- a/models/MainMenu.php +++ b/models/MainMenu.php @@ -3,8 +3,7 @@ * MainMenu.php * Contains the main navigation logic. * - * Global Data Lab code (C) Radboud University Nijmegen - * Programming (C) Aaron van Geffen, 2015-2022 + * Kabuki CMS (C) 2013-2023, Aaron van Geffen *****************************************************************************/ class MainMenu extends Menu diff --git a/models/Menu.php b/models/Menu.php index cde4de0..8a74ef1 100644 --- a/models/Menu.php +++ b/models/Menu.php @@ -3,8 +3,7 @@ * Menu.php * Contains all navigational menus. * - * Global Data Lab code (C) Radboud University Nijmegen - * Programming (C) Aaron van Geffen, 2015-2022 + * Kabuki CMS (C) 2013-2023, Aaron van Geffen *****************************************************************************/ abstract class Menu diff --git a/models/UserMenu.php b/models/UserMenu.php index 0204322..afc2e89 100644 --- a/models/UserMenu.php +++ b/models/UserMenu.php @@ -3,8 +3,7 @@ * UserMenu.php * Contains the user navigation logic. * - * Global Data Lab code (C) Radboud University Nijmegen - * Programming (C) Aaron van Geffen, 2015-2022 + * Kabuki CMS (C) 2013-2023, Aaron van Geffen *****************************************************************************/ class UserMenu extends Menu diff --git a/templates/FormView.php b/templates/FormView.php index 5b775ef..0f1f809 100644 --- a/templates/FormView.php +++ b/templates/FormView.php @@ -3,8 +3,7 @@ * FormView.php * Contains the form template. * - * Global Data Lab code (C) Radboud University Nijmegen - * Programming (C) Aaron van Geffen, 2015-2022 + * Kabuki CMS (C) 2013-2023, Aaron van Geffen *****************************************************************************/ class FormView extends SubTemplate diff --git a/templates/MainNavBar.php b/templates/MainNavBar.php index a83a356..28b4a0d 100644 --- a/templates/MainNavBar.php +++ b/templates/MainNavBar.php @@ -3,8 +3,7 @@ * MainNavBar.php * Contains the primary navigational menu template. * - * Global Data Lab code (C) Radboud University Nijmegen - * Programming (C) Aaron van Geffen, 2015-2022 + * Kabuki CMS (C) 2013-2023, Aaron van Geffen *****************************************************************************/ class MainNavBar extends NavBar diff --git a/templates/NavBar.php b/templates/NavBar.php index c625c60..7147f51 100644 --- a/templates/NavBar.php +++ b/templates/NavBar.php @@ -3,8 +3,7 @@ * NavBar.php * Contains the navigational menu template. * - * Global Data Lab code (C) Radboud University Nijmegen - * Programming (C) Aaron van Geffen, 2015-2022 + * Kabuki CMS (C) 2013-2023, Aaron van Geffen *****************************************************************************/ abstract class NavBar extends Template diff --git a/templates/PageIndexWidget.php b/templates/PageIndexWidget.php index 4168db8..8e00490 100644 --- a/templates/PageIndexWidget.php +++ b/templates/PageIndexWidget.php @@ -3,8 +3,7 @@ * PageIndexWidget.php * Contains the template that displays a page index. * - * Global Data Lab code (C) Radboud University Nijmegen - * Programming (C) Aaron van Geffen, 2015-2022 + * Kabuki CMS (C) 2013-2023, Aaron van Geffen *****************************************************************************/ class PageIndexWidget extends Template diff --git a/templates/TabularData.php b/templates/TabularData.php index fdcfed3..e1f5f6c 100644 --- a/templates/TabularData.php +++ b/templates/TabularData.php @@ -3,8 +3,7 @@ * TabularData.php * Contains the template that displays tabular data. * - * Global Data Lab code (C) Radboud University Nijmegen - * Programming (C) Aaron van Geffen, 2015-2022 + * Kabuki CMS (C) 2013-2023, Aaron van Geffen *****************************************************************************/ class TabularData extends SubTemplate