From: <var...@us...> - 2016-10-06 17:07:24
|
Revision: 9940 http://sourceforge.net/p/phpwiki/code/9940 Author: vargenau Date: 2016-10-06 17:07:22 +0000 (Thu, 06 Oct 2016) Log Message: ----------- Add standard file header Modified Paths: -------------- trunk/lib/wikilens/Buddy.php trunk/lib/wikilens/CustomPrefs.php trunk/lib/wikilens/RatingsDb.php Modified: trunk/lib/wikilens/Buddy.php =================================================================== --- trunk/lib/wikilens/Buddy.php 2016-10-06 17:06:42 UTC (rev 9939) +++ trunk/lib/wikilens/Buddy.php 2016-10-06 17:07:22 UTC (rev 9940) @@ -1,4 +1,26 @@ <?php +/** + * Copyright © 2004-2010 $ThePhpWikiProgrammingTeam + * + * 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+ + * + */ // It is anticipated that when userid support is added to phpwiki, // this object will hold much more information (e-mail, Modified: trunk/lib/wikilens/CustomPrefs.php =================================================================== --- trunk/lib/wikilens/CustomPrefs.php 2016-10-06 17:06:42 UTC (rev 9939) +++ trunk/lib/wikilens/CustomPrefs.php 2016-10-06 17:07:22 UTC (rev 9940) @@ -1,4 +1,26 @@ <?php +/** + * Copyright © 2004 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+ + * + */ /** * Custom UserPreferences: Modified: trunk/lib/wikilens/RatingsDb.php =================================================================== --- trunk/lib/wikilens/RatingsDb.php 2016-10-06 17:06:42 UTC (rev 9939) +++ trunk/lib/wikilens/RatingsDb.php 2016-10-06 17:07:22 UTC (rev 9940) @@ -1,4 +1,27 @@ <?php +/** + * Copyright © 2004,2007 Reini Urban + * Copyright © 2010 $ThePhpWikiProgrammingTeam + * + * 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+ + * + */ /* * @author: Dan Frankowski (wikilens group manager), Reini Urban (as plugin) @@ -9,6 +32,7 @@ * - finish mysuggest.c (external engine with data from mysql) * - add the various show modes (esp. TopN queries in PHP) */ + /* CREATE TABLE rating ( dimension INT(4) NOT NULL, This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |