From: <var...@us...> - 2020-12-04 17:14:00
|
Revision: 10174 http://sourceforge.net/p/phpwiki/code/10174 Author: vargenau Date: 2020-12-04 17:13:59 +0000 (Fri, 04 Dec 2020) Log Message: ----------- replace "Artistic-1.0+" by "(Artistic-1.0 OR Artistic-2.0)"; remove wrong header Modified Paths: -------------- trunk/lib/HttpClient.php Modified: trunk/lib/HttpClient.php =================================================================== --- trunk/lib/HttpClient.php 2020-12-04 17:06:08 UTC (rev 10173) +++ trunk/lib/HttpClient.php 2020-12-04 17:13:59 UTC (rev 10174) @@ -5,22 +5,8 @@ * * This file is part of PhpWiki. * - * PhpWiki 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 2 of the License, or - * (at your option) any later version. + * SPDX-License-Identifier: (Artistic-1.0 OR Artistic-2.0) * - * PhpWiki 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 PhpWiki; if not, write to the Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - * - * SPDX-License-Identifier: Artistic-1.0+ - * */ /** This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |