From d62d7a2fc7a088251c71bfa9ec4cda01cc531cb6 Mon Sep 17 00:00:00 2001 From: jfefe <jfefe@aternatik.fr> Date: Wed, 6 May 2015 01:25:56 +0200 Subject: [PATCH] PHPCS again --- htdocs/api/class/api_access.class.php | 16 +++++++++++++++- htdocs/commande/class/api_commande.class.php | 1 - 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/htdocs/api/class/api_access.class.php b/htdocs/api/class/api_access.class.php index 7d9cde9b98a..189dd46fb7f 100644 --- a/htdocs/api/class/api_access.class.php +++ b/htdocs/api/class/api_access.class.php @@ -1,4 +1,19 @@ <?php +/* Copyright (C) 2015 Jean-François Ferry <jfefe@aternatik.fr> + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + */ use \Luracast\Restler\iAuthenticate; use \Luracast\Restler\Resources; @@ -9,7 +24,6 @@ use Luracast\Restler\RestException; /** * Dolibarr API access class * - * @author jfefe */ class DolibarrApiAccess implements iAuthenticate { diff --git a/htdocs/commande/class/api_commande.class.php b/htdocs/commande/class/api_commande.class.php index 6a8f8ca0b9e..e8266fe6383 100644 --- a/htdocs/commande/class/api_commande.class.php +++ b/htdocs/commande/class/api_commande.class.php @@ -28,7 +28,6 @@ * * @category Api * @package Api - * @author jfefe * * */ -- GitLab