From: <var...@us...> - 2016-10-07 13:01:49
|
Revision: 9943 http://sourceforge.net/p/phpwiki/code/9943 Author: vargenau Date: 2016-10-07 13:01:46 +0000 (Fri, 07 Oct 2016) Log Message: ----------- Add SPDX-License-Identifier Modified Paths: -------------- trunk/lib/WikiDB/backend/dumb/LinkSearchIter.php Modified: trunk/lib/WikiDB/backend/dumb/LinkSearchIter.php =================================================================== --- trunk/lib/WikiDB/backend/dumb/LinkSearchIter.php 2016-10-07 12:33:31 UTC (rev 9942) +++ trunk/lib/WikiDB/backend/dumb/LinkSearchIter.php 2016-10-07 13:01:46 UTC (rev 9943) @@ -1,6 +1,6 @@ <?php -/* - * Copyright 2007 Reini Urban +/** + * Copyright © 2007 Reini Urban * * This file is part of PhpWiki. * @@ -17,6 +17,9 @@ * 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+ + * */ /** This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |