Skip to content
This repository has been archived by the owner on May 19, 2020. It is now read-only.

Commit

Permalink
updated copyright descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
iCodr8 committed Feb 20, 2015
1 parent cb7558f commit 7607fc1
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion interface/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Copyright (c) 2014 Daniel Kiesel
#
# @package RESTfulWebservices
# @link https://github.com/icodr8/contao-restful-webservices
# @link https://github.com/craffft/contao-restful-webservices
# @license http://www.gnu.org/licenses/lgpl-3.0.html LGPL
##

Expand Down
2 changes: 1 addition & 1 deletion interface/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Copyright (c) 2014 Daniel Kiesel
*
* @package RESTfulWebservices
* @link https://github.com/icodr8/contao-restful-webservices
* @link https://github.com/craffft/contao-restful-webservices
* @license http://www.gnu.org/licenses/lgpl-3.0.html LGPL
*/

Expand Down
2 changes: 1 addition & 1 deletion system/modules/restful-webservices/config/autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Copyright (c) 2014 Daniel Kiesel
*
* @package RESTfulWebservices
* @link https://github.com/icodr8/contao-restful-webservices
* @link https://github.com/craffft/contao-restful-webservices
* @license http://www.gnu.org/licenses/lgpl-3.0.html LGPL
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Copyright (c) 2014 Daniel Kiesel
*
* @package RESTfulWebservices
* @link https://github.com/icodr8/contao-restful-webservices
* @link https://github.com/craffft/contao-restful-webservices
* @license http://www.gnu.org/licenses/lgpl-3.0.html LGPL
*/

Expand All @@ -19,7 +19,7 @@
* Class JsonResponse
*
* @copyright Daniel Kiesel 2014
* @author Daniel Kiesel <https://github.com/icodr8>
* @author Daniel Kiesel <[email protected]>
*/
class JsonResponse extends \Haste\Http\Response\JsonResponse
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Copyright (c) 2014 Daniel Kiesel
*
* @package RESTfulWebservices
* @link https://github.com/icodr8/contao-restful-webservices
* @link https://github.com/craffft/contao-restful-webservices
* @license http://www.gnu.org/licenses/lgpl-3.0.html LGPL
*/

Expand All @@ -19,7 +19,7 @@
* Class RESTfulController
*
* @copyright Daniel Kiesel 2014
* @author Daniel Kiesel <https://github.com/icodr8>
* @author Daniel Kiesel <[email protected]>
*/
abstract class RESTfulController extends \Controller
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Copyright (c) 2014 Daniel Kiesel
*
* @package RESTfulWebservices
* @link https://github.com/icodr8/contao-restful-webservices
* @link https://github.com/craffft/contao-restful-webservices
* @license http://www.gnu.org/licenses/lgpl-3.0.html LGPL
*/

Expand All @@ -19,7 +19,7 @@
* Class RESTfulWebservice
*
* @copyright Daniel Kiesel 2014
* @author Daniel Kiesel <https://github.com/icodr8>
* @author Daniel Kiesel <[email protected]>
*/
class RESTfulWebservice extends \Controller
{
Expand Down

0 comments on commit 7607fc1

Please sign in to comment.