From: <var...@us...> - 2021-06-09 14:08:46
|
Revision: 10278 http://sourceforge.net/p/phpwiki/code/10278 Author: vargenau Date: 2021-06-09 14:08:42 +0000 (Wed, 09 Jun 2021) Log Message: ----------- This file is part of PhpWiki. Modified Paths: -------------- trunk/lib/WikiDB/backend/ADODB_postgres7.php trunk/lib/WikiDB/backend/PearDB_mysqli.php trunk/lib/WikiDB/backend/PearDB_oci8.php trunk/lib/plugin/AnalyseAccessLogSql.php trunk/lib/plugin/SearchHighlight.php Modified: trunk/lib/WikiDB/backend/ADODB_postgres7.php =================================================================== --- trunk/lib/WikiDB/backend/ADODB_postgres7.php 2021-05-07 11:02:55 UTC (rev 10277) +++ trunk/lib/WikiDB/backend/ADODB_postgres7.php 2021-06-09 14:08:42 UTC (rev 10278) @@ -2,6 +2,8 @@ /** * 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 Modified: trunk/lib/WikiDB/backend/PearDB_mysqli.php =================================================================== --- trunk/lib/WikiDB/backend/PearDB_mysqli.php 2021-05-07 11:02:55 UTC (rev 10277) +++ trunk/lib/WikiDB/backend/PearDB_mysqli.php 2021-06-09 14:08:42 UTC (rev 10278) @@ -3,6 +3,8 @@ * Copyright © 2001 Jeff Dairiki * Copyright © 2004-2006 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 Modified: trunk/lib/WikiDB/backend/PearDB_oci8.php =================================================================== --- trunk/lib/WikiDB/backend/PearDB_oci8.php 2021-05-07 11:02:55 UTC (rev 10277) +++ trunk/lib/WikiDB/backend/PearDB_oci8.php 2021-06-09 14:08:42 UTC (rev 10278) @@ -3,6 +3,8 @@ * Copyright © 2004 Philippe Vanhaesendonck * Copyright © 2004-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 Modified: trunk/lib/plugin/AnalyseAccessLogSql.php =================================================================== --- trunk/lib/plugin/AnalyseAccessLogSql.php 2021-05-07 11:02:55 UTC (rev 10277) +++ trunk/lib/plugin/AnalyseAccessLogSql.php 2021-06-09 14:08:42 UTC (rev 10278) @@ -2,7 +2,7 @@ /** * Copyright © 2005 Charles Corrigan and $ThePhpWikiProgrammingTeam * - * This file is (not yet) part of PhpWiki. + * 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 Modified: trunk/lib/plugin/SearchHighlight.php =================================================================== --- trunk/lib/plugin/SearchHighlight.php 2021-05-07 11:02:55 UTC (rev 10277) +++ trunk/lib/plugin/SearchHighlight.php 2021-06-09 14:08:42 UTC (rev 10278) @@ -2,7 +2,7 @@ /** * Copyright © 2004,2007 $ThePhpWikiProgrammingTeam * - * This file is NOT part of PhpWiki. + * 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 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |