From c88f6c4648c08a3e328a0d8c839ec0758702acbe Mon Sep 17 00:00:00 2001 From: Amol Thite Date: Mon, 15 Jul 2019 16:48:45 +0530 Subject: [PATCH] Task #37 chore: Update the doc comment --- src/com_tjnotifications/admin/controller.php | 10 ++++++---- .../admin/controllers/notification.php | 10 ++++++---- .../admin/controllers/notifications.php | 10 ++++++---- .../admin/helpers/tjnotifications.php | 11 ++++++----- src/com_tjnotifications/admin/models/notification.php | 9 ++++++--- .../admin/models/notifications.php | 9 ++++++--- src/com_tjnotifications/admin/tables/notification.php | 10 ++++++---- src/com_tjnotifications/admin/tables/preferences.php | 8 +++++--- src/com_tjnotifications/admin/tables/providers.php | 8 +++++--- src/com_tjnotifications/admin/tjnotifications.php | 10 ++++++---- .../admin/views/notification/view.html.php | 10 ++++++---- .../admin/views/notifications/view.html.php | 11 +++++++---- src/com_tjnotifications/install.tjnotifications.php | 10 +++++++--- src/com_tjnotifications/site/controller.php | 8 ++++---- .../site/controllers/preferences.php | 5 +++-- src/com_tjnotifications/site/models/preferences.php | 8 +++++--- src/com_tjnotifications/site/models/providers.php | 8 +++++--- src/com_tjnotifications/site/tjnotifications.php | 8 ++++---- .../site/views/preferences/view.html.php | 7 ++++--- 19 files changed, 103 insertions(+), 67 deletions(-) diff --git a/src/com_tjnotifications/admin/controller.php b/src/com_tjnotifications/admin/controller.php index e4b504bf..b69a9db0 100644 --- a/src/com_tjnotifications/admin/controller.php +++ b/src/com_tjnotifications/admin/controller.php @@ -1,9 +1,11 @@ + * @copyright Copyright (C) 2009 - 2019 Techjoomla. All rights reserved. + * @license GNU General Public License version 2 or later; see LICENSE.txt */ // No direct access to this file diff --git a/src/com_tjnotifications/admin/controllers/notification.php b/src/com_tjnotifications/admin/controllers/notification.php index c2d5127e..4023d108 100644 --- a/src/com_tjnotifications/admin/controllers/notification.php +++ b/src/com_tjnotifications/admin/controllers/notification.php @@ -1,9 +1,11 @@ + * @copyright Copyright (C) 2009 - 2019 Techjoomla. All rights reserved. + * @license GNU General Public License version 2 or later; see LICENSE.txt */ // No direct access to this file diff --git a/src/com_tjnotifications/admin/controllers/notifications.php b/src/com_tjnotifications/admin/controllers/notifications.php index 6059f28f..7d55a449 100644 --- a/src/com_tjnotifications/admin/controllers/notifications.php +++ b/src/com_tjnotifications/admin/controllers/notifications.php @@ -1,9 +1,11 @@ + * @copyright Copyright (C) 2009 - 2019 Techjoomla. All rights reserved. + * @license GNU General Public License version 2 or later; see LICENSE.txt */ // No direct access to this file diff --git a/src/com_tjnotifications/admin/helpers/tjnotifications.php b/src/com_tjnotifications/admin/helpers/tjnotifications.php index d15d15bd..8c0c851a 100644 --- a/src/com_tjnotifications/admin/helpers/tjnotifications.php +++ b/src/com_tjnotifications/admin/helpers/tjnotifications.php @@ -1,10 +1,11 @@ - * @package Tjfields - * @author Techjoomla - * @copyright Copyright (c) 2009-2016 TechJoomla. All rights reserved. - * @license GNU General Public License version 2 or later. + * @package TJNotification + * @subpackage com_tjnotifications + * + * @author Techjoomla + * @copyright Copyright (C) 2009 - 2019 Techjoomla. All rights reserved. + * @license GNU General Public License version 2 or later; see LICENSE.txt */ // No direct access diff --git a/src/com_tjnotifications/admin/models/notification.php b/src/com_tjnotifications/admin/models/notification.php index ca188d5f..0f02dc2a 100644 --- a/src/com_tjnotifications/admin/models/notification.php +++ b/src/com_tjnotifications/admin/models/notification.php @@ -1,8 +1,11 @@ + * @copyright Copyright (C) 2009 - 2019 Techjoomla. All rights reserved. + * @license GNU General Public License version 2 or later; see LICENSE.txt */ // No direct access to this file diff --git a/src/com_tjnotifications/admin/models/notifications.php b/src/com_tjnotifications/admin/models/notifications.php index 0200923a..4ecffa35 100644 --- a/src/com_tjnotifications/admin/models/notifications.php +++ b/src/com_tjnotifications/admin/models/notifications.php @@ -1,8 +1,11 @@ + * @copyright Copyright (C) 2009 - 2019 Techjoomla. All rights reserved. + * @license GNU General Public License version 2 or later; see LICENSE.txt */ // No direct access to this file diff --git a/src/com_tjnotifications/admin/tables/notification.php b/src/com_tjnotifications/admin/tables/notification.php index e9749f55..c6e7154a 100644 --- a/src/com_tjnotifications/admin/tables/notification.php +++ b/src/com_tjnotifications/admin/tables/notification.php @@ -1,9 +1,11 @@ + * @copyright Copyright (C) 2009 - 2019 Techjoomla. All rights reserved. + * @license GNU General Public License version 2 or later; see LICENSE.txt */ // No direct access to this file diff --git a/src/com_tjnotifications/admin/tables/preferences.php b/src/com_tjnotifications/admin/tables/preferences.php index 94cabb4b..1007e32b 100644 --- a/src/com_tjnotifications/admin/tables/preferences.php +++ b/src/com_tjnotifications/admin/tables/preferences.php @@ -1,11 +1,13 @@ + * @copyright Copyright (C) 2009 - 2019 Techjoomla. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ + defined('_JEXEC') or die; /** * Methods supporting a list of tjnotification records. diff --git a/src/com_tjnotifications/admin/tables/providers.php b/src/com_tjnotifications/admin/tables/providers.php index dbe2001c..efe6fd57 100644 --- a/src/com_tjnotifications/admin/tables/providers.php +++ b/src/com_tjnotifications/admin/tables/providers.php @@ -1,11 +1,13 @@ + * @copyright Copyright (C) 2009 - 2019 Techjoomla. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ + defined('_JEXEC') or die; /** * Methods supporting a list of tjnotification records. diff --git a/src/com_tjnotifications/admin/tjnotifications.php b/src/com_tjnotifications/admin/tjnotifications.php index e1dfee6d..2ea9a90f 100644 --- a/src/com_tjnotifications/admin/tjnotifications.php +++ b/src/com_tjnotifications/admin/tjnotifications.php @@ -1,9 +1,11 @@ + * @copyright Copyright (C) 2009 - 2019 Techjoomla. All rights reserved. + * @license GNU General Public License version 2 or later; see LICENSE.txt */ // No direct access to this file diff --git a/src/com_tjnotifications/admin/views/notification/view.html.php b/src/com_tjnotifications/admin/views/notification/view.html.php index dff5fa7e..d68e9e86 100644 --- a/src/com_tjnotifications/admin/views/notification/view.html.php +++ b/src/com_tjnotifications/admin/views/notification/view.html.php @@ -1,9 +1,11 @@ + * @copyright Copyright (C) 2009 - 2019 Techjoomla. All rights reserved. + * @license GNU General Public License version 2 or later; see LICENSE.txt */ // No direct access to this file diff --git a/src/com_tjnotifications/admin/views/notifications/view.html.php b/src/com_tjnotifications/admin/views/notifications/view.html.php index 6110fa52..411afc28 100644 --- a/src/com_tjnotifications/admin/views/notifications/view.html.php +++ b/src/com_tjnotifications/admin/views/notifications/view.html.php @@ -1,10 +1,13 @@ + * @copyright Copyright (C) 2009 - 2019 Techjoomla. All rights reserved. + * @license GNU General Public License version 2 or later; see LICENSE.txt */ + defined('_JEXEC') or die; jimport('joomla.application.component.view'); diff --git a/src/com_tjnotifications/install.tjnotifications.php b/src/com_tjnotifications/install.tjnotifications.php index 92a58298..386e3389 100644 --- a/src/com_tjnotifications/install.tjnotifications.php +++ b/src/com_tjnotifications/install.tjnotifications.php @@ -1,9 +1,13 @@ + * @copyright Copyright (C) 2009 - 2019 Techjoomla. All rights reserved. + * @license GNU General Public License version 2 or later; see LICENSE.txt */ + defined('_JEXEC') or die; jimport('joomla.installer.installer'); jimport('joomla.filesystem.file'); diff --git a/src/com_tjnotifications/site/controller.php b/src/com_tjnotifications/site/controller.php index 453e706f..7c7f44c7 100644 --- a/src/com_tjnotifications/site/controller.php +++ b/src/com_tjnotifications/site/controller.php @@ -1,10 +1,10 @@ + * @copyright Copyright (C) 2009 - 2019 Techjoomla. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ diff --git a/src/com_tjnotifications/site/controllers/preferences.php b/src/com_tjnotifications/site/controllers/preferences.php index 4607f38e..80d009f8 100644 --- a/src/com_tjnotifications/site/controllers/preferences.php +++ b/src/com_tjnotifications/site/controllers/preferences.php @@ -1,10 +1,11 @@ * @copyright Copyright (C) 2009 - 2019 Techjoomla. All rights reserved. - * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL + * @license GNU General Public License version 2 or later; see LICENSE.txt */ // No direct access diff --git a/src/com_tjnotifications/site/models/preferences.php b/src/com_tjnotifications/site/models/preferences.php index e976a0fd..033ebfcc 100644 --- a/src/com_tjnotifications/site/models/preferences.php +++ b/src/com_tjnotifications/site/models/preferences.php @@ -1,11 +1,13 @@ + * @copyright Copyright (C) 2009 - 2019 Techjoomla. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ + defined('_JEXEC') or die; /** diff --git a/src/com_tjnotifications/site/models/providers.php b/src/com_tjnotifications/site/models/providers.php index 2230e717..d6ae49f3 100644 --- a/src/com_tjnotifications/site/models/providers.php +++ b/src/com_tjnotifications/site/models/providers.php @@ -1,11 +1,13 @@ + * @copyright Copyright (C) 2009 - 2019 Techjoomla. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ + defined('_JEXEC') or die; jimport('joomla.application.component.modellist'); /** diff --git a/src/com_tjnotifications/site/tjnotifications.php b/src/com_tjnotifications/site/tjnotifications.php index 09f4ea33..f1ba39ba 100644 --- a/src/com_tjnotifications/site/tjnotifications.php +++ b/src/com_tjnotifications/site/tjnotifications.php @@ -1,10 +1,10 @@ + * @copyright Copyright (C) 2009 - 2019 Techjoomla. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ diff --git a/src/com_tjnotifications/site/views/preferences/view.html.php b/src/com_tjnotifications/site/views/preferences/view.html.php index a5641f2c..24db8829 100644 --- a/src/com_tjnotifications/site/views/preferences/view.html.php +++ b/src/com_tjnotifications/site/views/preferences/view.html.php @@ -1,9 +1,10 @@ + * @copyright Copyright (C) 2009 - 2019 Techjoomla. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */