Skip to content

Commit

Permalink
Task techjoomla#37 chore: Update the doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Amol Thite committed Jul 15, 2019
1 parent e216ed4 commit c88f6c4
Show file tree
Hide file tree
Showing 19 changed files with 103 additions and 67 deletions.
10 changes: 6 additions & 4 deletions src/com_tjnotifications/admin/controller.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<?php

/**
* @package Com_Tjnotification
* @copyright Copyright (C) 2005 - 2016 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
* @package TJNotification
* @subpackage com_tjnotifications
*
* @author Techjoomla <[email protected]>
* @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
Expand Down
10 changes: 6 additions & 4 deletions src/com_tjnotifications/admin/controllers/notification.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<?php

/**
* @package Com_Tjnotification
* @copyright Copyright (C) 2005 - 2016 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
* @package TJNotification
* @subpackage com_tjnotifications
*
* @author Techjoomla <[email protected]>
* @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
Expand Down
10 changes: 6 additions & 4 deletions src/com_tjnotifications/admin/controllers/notifications.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<?php

/**
* @package Com_Tjnotification
* @copyright Copyright (C) 2005 - 2016 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
* @package TJNotification
* @subpackage com_tjnotifications
*
* @author Techjoomla <[email protected]>
* @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
Expand Down
11 changes: 6 additions & 5 deletions src/com_tjnotifications/admin/helpers/tjnotifications.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
<?php
/**
* @version SVN: <svn_id>
* @package Tjfields
* @author Techjoomla <[email protected]>
* @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 <[email protected]>
* @copyright Copyright (C) 2009 - 2019 Techjoomla. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/

// No direct access
Expand Down
9 changes: 6 additions & 3 deletions src/com_tjnotifications/admin/models/notification.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
<?php
/**
* @package Com_Tjnotification
* @copyright Copyright (C) 2005 - 2016 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
* @package TJNotification
* @subpackage com_tjnotifications
*
* @author Techjoomla <[email protected]>
* @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
Expand Down
9 changes: 6 additions & 3 deletions src/com_tjnotifications/admin/models/notifications.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
<?php
/**
* @package Com_Tjnotification
* @copyright Copyright (C) 2005 - 2016 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
* @package TJNotification
* @subpackage com_tjnotifications
*
* @author Techjoomla <[email protected]>
* @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
Expand Down
10 changes: 6 additions & 4 deletions src/com_tjnotifications/admin/tables/notification.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<?php

/**
* @package Com_Tjnotification
* @copyright Copyright (C) 2005 - 2016 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
* @package TJNotification
* @subpackage com_tjnotifications
*
* @author Techjoomla <[email protected]>
* @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
Expand Down
8 changes: 5 additions & 3 deletions src/com_tjnotifications/admin/tables/preferences.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
<?php
/**
* @package Joomla.Site
* @subpackage com_tjnotification
* @package TJNotification
* @subpackage com_tjnotifications
*
* @copyright Copyright (C) 2005 - 2016 Open Source Matters, Inc. All rights reserved.
* @author Techjoomla <[email protected]>
* @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.
Expand Down
8 changes: 5 additions & 3 deletions src/com_tjnotifications/admin/tables/providers.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
<?php
/**
* @package Joomla.Site
* @subpackage com_tjnotification
* @package TJNotification
* @subpackage com_tjnotifications
*
* @copyright Copyright (C) 2005 - 2016 Open Source Matters, Inc. All rights reserved.
* @author Techjoomla <[email protected]>
* @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.
Expand Down
10 changes: 6 additions & 4 deletions src/com_tjnotifications/admin/tjnotifications.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<?php

/**
* @package Com_Tjnotification
* @copyright Copyright (C) 2005 - 2016 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
* @package TJNotification
* @subpackage com_tjnotifications
*
* @author Techjoomla <[email protected]>
* @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
Expand Down
10 changes: 6 additions & 4 deletions src/com_tjnotifications/admin/views/notification/view.html.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<?php

/**
* @package Com_Tjnotification
* @copyright Copyright (C) 2005 - 2016 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
* @package TJNotification
* @subpackage com_tjnotifications
*
* @author Techjoomla <[email protected]>
* @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
Expand Down
11 changes: 7 additions & 4 deletions src/com_tjnotifications/admin/views/notifications/view.html.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
<?php

/**
* @package Com_Tjnotification
* @copyright Copyright (C) 2005 - 2016 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
* @package TJNotification
* @subpackage com_tjnotifications
*
* @author Techjoomla <[email protected]>
* @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');

Expand Down
10 changes: 7 additions & 3 deletions src/com_tjnotifications/install.tjnotifications.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
<?php
/**
* @package Com_Tjnotification
* @copyright Copyright (C) 2005 - 2016 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
* @package TJNotification
* @subpackage com_tjnotifications
*
* @author Techjoomla <[email protected]>
* @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');
Expand Down
8 changes: 4 additions & 4 deletions src/com_tjnotifications/site/controller.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?php

/**
* @package Joomla.Site
* @subpackage com_tjnotification
* @package TJNotification
* @subpackage com_tjnotifications
*
* @copyright Copyright (C) 2005 - 2016 Open Source Matters, Inc. All rights reserved.
* @author Techjoomla <[email protected]>
* @copyright Copyright (C) 2009 - 2019 Techjoomla. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/

Expand Down
5 changes: 3 additions & 2 deletions src/com_tjnotifications/site/controllers/preferences.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
<?php
/**
* @package TJNotification
* @subpackage com_tjnotification
* @subpackage com_tjnotifications
*
* @author Techjoomla <[email protected]>
* @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
Expand Down
8 changes: 5 additions & 3 deletions src/com_tjnotifications/site/models/preferences.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
<?php
/**
* @package Joomla.Site
* @subpackage com_tjnotification
* @package TJNotification
* @subpackage com_tjnotifications
*
* @copyright Copyright (C) 2005 - 2016 Open Source Matters, Inc. All rights reserved.
* @author Techjoomla <[email protected]>
* @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;

/**
Expand Down
8 changes: 5 additions & 3 deletions src/com_tjnotifications/site/models/providers.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
<?php
/**
* @package Joomla.Site
* @subpackage com_tjnotification
* @package TJNotification
* @subpackage com_tjnotifications
*
* @copyright Copyright (C) 2005 - 2016 Open Source Matters, Inc. All rights reserved.
* @author Techjoomla <[email protected]>
* @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');
/**
Expand Down
8 changes: 4 additions & 4 deletions src/com_tjnotifications/site/tjnotifications.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?php

/**
* @package Joomla.Site
* @subpackage com_tjnotification
* @package TJNotification
* @subpackage com_tjnotifications
*
* @copyright Copyright (C) 2005 - 2016 Open Source Matters, Inc. All rights reserved.
* @author Techjoomla <[email protected]>
* @copyright Copyright (C) 2009 - 2019 Techjoomla. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/

Expand Down
7 changes: 4 additions & 3 deletions src/com_tjnotifications/site/views/preferences/view.html.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<?php
/**
* @package Joomla.Site
* @subpackage com_contact
* @package TJNotification
* @subpackage com_tjnotifications
*
* @copyright Copyright (C) 2005 - 2016 Open Source Matters, Inc. All rights reserved.
* @author Techjoomla <[email protected]>
* @copyright Copyright (C) 2009 - 2019 Techjoomla. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/

Expand Down

0 comments on commit c88f6c4

Please sign in to comment.