forked from techjoomla/com_api
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue techjoomla#22 fix: Fix copyright
- Loading branch information
1 parent
5b912ca
commit 9bcc453
Showing
2 changed files
with
12 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,15 @@ | ||
<?php | ||
/** | ||
* @package Com.Api | ||
* @package API | ||
* @subpackage com_api | ||
* | ||
* @copyright Copyright (C) 2005 - 2017 Techjoomla, Techjoomla Pvt. Ltd. All rights reserved. | ||
* @license GNU General Public License version 2 or later; see LICENSE.txt | ||
* @author Techjoomla <[email protected]> | ||
* @copyright Copyright (C) 2009 - 2019 Techjoomla, Tekdi Technologies Pvt. Ltd. All rights reserved. | ||
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL | ||
*/ | ||
|
||
// No direct access. | ||
defined('_JEXEC') or die(); | ||
defined('_JEXEC') or die('Restricted access'); | ||
|
||
jimport('joomla.application.component.controlleradmin'); | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,15 @@ | ||
<?php | ||
/** | ||
* @package Com.Api | ||
* @package API | ||
* @subpackage com_api | ||
* | ||
* @copyright Copyright (C) 2005 - 2017 Techjoomla, Techjoomla Pvt. Ltd. All rights reserved. | ||
* @license GNU General Public License version 2 or later; see LICENSE.txt | ||
* @author Techjoomla <[email protected]> | ||
* @copyright Copyright (C) 2009 - 2019 Techjoomla, Tekdi Technologies Pvt. Ltd. All rights reserved. | ||
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL | ||
*/ | ||
|
||
// No direct access. | ||
defined('_JEXEC') or die(); | ||
defined('_JEXEC') or die('Restricted access'); | ||
|
||
jimport('joomla.application.component.modeladmin'); | ||
|
||
|