From: <var...@us...> - 2016-10-06 16:55:27
|
Revision: 9938 http://sourceforge.net/p/phpwiki/code/9938 Author: vargenau Date: 2016-10-06 16:55:25 +0000 (Thu, 06 Oct 2016) Log Message: ----------- Add SPDX-License-Identifier Modified Paths: -------------- trunk/lib/wikilens/RatingsUser.php trunk/lib/wikilens/Utils.php Modified: trunk/lib/wikilens/RatingsUser.php =================================================================== --- trunk/lib/wikilens/RatingsUser.php 2016-10-06 16:50:28 UTC (rev 9937) +++ trunk/lib/wikilens/RatingsUser.php 2016-10-06 16:55:25 UTC (rev 9938) @@ -1,7 +1,7 @@ <?php - -/* Copyright (C) 2004 Dan Frankowski - * Copyright (C) 2010 Roger Guignard, Alcatel-Lucent +/** + * Copyright © 2004 Dan Frankowski + * Copyright © 2010 Roger Guignard, Alcatel-Lucent * * 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+ + * */ require_once 'lib/wikilens/RatingsDb.php'; @@ -25,6 +28,7 @@ /** * Get a RatingsUser instance (possibly from a cache). */ + class RatingsUserFactory { static function & getUser($userid) Modified: trunk/lib/wikilens/Utils.php =================================================================== --- trunk/lib/wikilens/Utils.php 2016-10-06 16:50:28 UTC (rev 9937) +++ trunk/lib/wikilens/Utils.php 2016-10-06 16:55:25 UTC (rev 9938) @@ -1,7 +1,6 @@ <?php - -/* - * Copyright 2004 Mike Cassano +/** + * Copyright © 2004 Mike Cassano * * This file is part of PhpWiki. * @@ -18,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+ + * */ function addPageTextData($user, $dbi, $new_data, $START_DELIM, $DELIM) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |