Skip to content

Commit 5d729fe

Browse files
committed
Copyright updates
1 parent 9e1b22f commit 5d729fe

15 files changed

+15
-15
lines changed

webui/application/config/grcentral.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
File: application\config\grcentral.php
77
Description: System settings config
88
9-
2020-2021 (c) Copyright GRCentral
9+
2020-2024 (c) Copyright GRCentral
1010
Get this on Github: http://github.com/lumian/grcentral
1111
****************************************************************/
1212

webui/application/controllers/Cron.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
File: application\controllers\Cron.php
77
Description: Cron jabs for GRCentral.
88
9-
2020-2021 (c) Copyright GRCentral
9+
2020-2024 (c) Copyright GRCentral
1010
Get this on Github: http://github.com/lumian/grcentral
1111
****************************************************************/
1212

webui/application/controllers/Home.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
File: application\controllers\Home.php
77
Description: Home page
88
9-
2020-2021 (c) Copyright GRCentral
9+
2020-2024 (c) Copyright GRCentral
1010
Get this on Github: http://github.com/lumian/grcentral
1111
****************************************************************/
1212

webui/application/controllers/Logs.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
File: application\controllers\Logs.php
77
Description: View system logs
88
9-
2020-2021 (c) Copyright GRCentral
9+
2020-2024 (c) Copyright GRCentral
1010
Get this on Github: http://github.com/lumian/grcentral
1111
****************************************************************/
1212

webui/application/controllers/Provisioning.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
File: application\controllers\Provisioning.php
77
Description: Processing requests from the devices. Returns configs and firmware.
88
9-
2020-2021 (c) Copyright GRCentral
9+
2020-2024 (c) Copyright GRCentral
1010
Get this on Github: http://github.com/lumian/grcentral
1111
****************************************************************/
1212

webui/application/controllers/Settings.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
File: application\controllers\Settings.php
77
Description:
88
9-
2020-2021 (c) Copyright GRCentral
9+
2020-2024 (c) Copyright GRCentral
1010
Get this on Github: http://github.com/lumian/grcentral
1111
****************************************************************/
1212

webui/application/language/english/logs_lang.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Description: Language file for "Logs" controller.
88
Laguage: English
99
10-
2020-2021 (c) Copyright GRCentral
10+
2020-2024 (c) Copyright GRCentral
1111
Get this on Github: http://github.com/lumian/grcentral
1212
****************************************************************/
1313

webui/application/language/english/main_lang.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Description: The common language file
88
Laguage: English
99
10-
2020-2021 (c) Copyright GRCentral
10+
2020-2024 (c) Copyright GRCentral
1111
Get this on Github: http://github.com/lumian/grcentral
1212
****************************************************************/
1313

webui/application/language/english/phonebook_lang.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Description: Language file for "Phonebook" controller.
88
Laguage: English
99
10-
2020-2021 (c) Copyright GRCentral
10+
2020-2024 (c) Copyright GRCentral
1111
Get this on Github: http://github.com/lumian/grcentral
1212
****************************************************************/
1313

webui/application/language/russian/logs_lang.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Description: Language file for "Logs" controller.
88
Laguage: Russian
99
10-
2020-2021 (c) Copyright GRCentral
10+
2020-2024 (c) Copyright GRCentral
1111
Get this on Github: http://github.com/lumian/grcentral
1212
****************************************************************/
1313

webui/application/language/russian/main_lang.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Description: The common language file
88
Laguage: Russian
99
10-
2020-2021 (c) Copyright GRCentral
10+
2020-2024 (c) Copyright GRCentral
1111
Get this on Github: http://github.com/lumian/grcentral
1212
****************************************************************/
1313

webui/application/language/russian/phonebook_lang.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Description: Language file for "Phonebook" controller.
88
Laguage: Russian
99
10-
2020-2021 (c) Copyright GRCentral
10+
2020-2024 (c) Copyright GRCentral
1111
Get this on Github: http://github.com/lumian/grcentral
1212
****************************************************************/
1313

webui/application/libraries/Logger.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
File: application\libraries\Logger.php
77
Description: Log functions for GRCentral.
88
9-
2020-2021 (c) Copyright GRCentral
9+
2020-2024 (c) Copyright GRCentral
1010
Get this on Github: http://github.com/lumian/grcentral
1111
****************************************************************/
1212

webui/application/models/Devices_model.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
File: application\models\Devices_model.php
77
Description: Database queries for the Devices controller
88
9-
2020-2021 (c) Copyright GRCentral
9+
2020-2024 (c) Copyright GRCentral
1010
Get this on Github: http://github.com/lumian/grcentral
1111
****************************************************************/
1212

webui/application/models/Logger_model.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
File: application\models\Logger_model.php
77
Description: Database queries for logging
88
9-
2020-2021 (c) Copyright GRCentral
9+
2020-2024 (c) Copyright GRCentral
1010
Get this on Github: http://github.com/lumian/grcentral
1111
****************************************************************/
1212

0 commit comments

Comments
 (0)