From: <var...@us...> - 2016-10-10 12:48:47
|
Revision: 9954 http://sourceforge.net/p/phpwiki/code/9954 Author: vargenau Date: 2016-10-10 12:48:45 +0000 (Mon, 10 Oct 2016) Log Message: ----------- Add standard file header Modified Paths: -------------- trunk/ImageTile.php trunk/RPC2.php trunk/SOAP.php Modified: trunk/ImageTile.php =================================================================== --- trunk/ImageTile.php 2016-10-10 12:38:48 UTC (rev 9953) +++ trunk/ImageTile.php 2016-10-10 12:48:45 UTC (rev 9954) @@ -1,4 +1,27 @@ <?php +/** + * Copyright © 2005,2007 Reini Urban + * + * 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. + * + * 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: GPL-2.0+ + * + */ + // FIXME! This is a mess. Everything. require_once 'lib/stdlib.php'; Modified: trunk/RPC2.php =================================================================== --- trunk/RPC2.php 2016-10-10 12:38:48 UTC (rev 9953) +++ trunk/RPC2.php 2016-10-10 12:48:45 UTC (rev 9954) @@ -1,4 +1,29 @@ <?php +/** + * Copyright © 2002 Lawrence Akka + * Copyright © 2002 Jeff Dairiki + * Copyright © 2005,2007 Reini Urban + * + * 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. + * + * 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: GPL-2.0+ + * + */ + /* * The guts of this code have been moved to lib/XmlRpcServer.php. * Modified: trunk/SOAP.php =================================================================== --- trunk/SOAP.php 2016-10-10 12:38:48 UTC (rev 9953) +++ trunk/SOAP.php 2016-10-10 12:48:45 UTC (rev 9954) @@ -1,5 +1,29 @@ <?php /** + * Copyright © 2004-2005,2007 Reini Urban + * Copyright © 2011-2015 Marc-Etienne Vargenau, Alcatel-Lucent + * + * 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. + * + * 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: GPL-2.0+ + * + */ + +/** * SOAP server * Taken from http://www.wlug.org.nz/archive/ * Please see http://phpwiki.sourceforge.net/phpwiki/PhpWiki.wdsl This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |