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 @@ + * + * 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 . + */ 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 * * */