From: <var...@us...> - 2016-10-06 17:06:44
|
Revision: 9939 http://sourceforge.net/p/phpwiki/code/9939 Author: vargenau Date: 2016-10-06 17:06:42 +0000 (Thu, 06 Oct 2016) Log Message: ----------- Add SPDX-License-Identifier Modified Paths: -------------- trunk/lib/wikilens/PageListColumns.php Modified: trunk/lib/wikilens/PageListColumns.php =================================================================== --- trunk/lib/wikilens/PageListColumns.php 2016-10-06 16:55:25 UTC (rev 9938) +++ trunk/lib/wikilens/PageListColumns.php 2016-10-06 17:06:42 UTC (rev 9939) @@ -1,7 +1,7 @@ <?php - -/* - * Copyright 2004 Mike Cassano +/** + * Copyright © 2004 Mike Cassano + * Copyright © 2004-2005, 2008-2014 $ThePhpWikiProgrammingTeam * * This file is part of PhpWiki. * @@ -18,6 +18,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. |