From: <var...@us...> - 2009-11-01 18:45:40
|
Revision: 7252 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7252&view=rev Author: vargenau Date: 2009-11-01 18:45:27 +0000 (Sun, 01 Nov 2009) Log Message: ----------- Normalize header Modified Paths: -------------- trunk/lib/plugin/BlogArchives.php trunk/lib/plugin/PageDump.php trunk/lib/plugin/TeX2png.php trunk/lib/plugin/YouTube.php Modified: trunk/lib/plugin/BlogArchives.php =================================================================== --- trunk/lib/plugin/BlogArchives.php 2009-11-01 17:38:42 UTC (rev 7251) +++ trunk/lib/plugin/BlogArchives.php 2009-11-01 18:45:27 UTC (rev 7252) @@ -1,10 +1,25 @@ <?php // -*-php-*- rcs_id('$Id$'); /* - * Copyright 2004 $ThePhpWikiProgrammingTeam + * Copyright (C) 2004 $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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -//require_once('lib/PageList.php'); require_once('lib/plugin/WikiBlog.php'); /** Modified: trunk/lib/plugin/PageDump.php =================================================================== --- trunk/lib/plugin/PageDump.php 2009-11-01 17:38:42 UTC (rev 7251) +++ trunk/lib/plugin/PageDump.php 2009-11-01 18:45:27 UTC (rev 7252) @@ -1,5 +1,25 @@ <?php // -*-php-*- rcs_id('$Id$'); +/* + * Copyright (C) 2003 $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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + /** * PhpWikiPlugin for PhpWiki developers to generate single page dumps * for checking into cvs, or for users or the admin to produce a @@ -9,7 +29,7 @@ * directly between two wikis. First the LoadFile function of * PhpWikiAdministration needs to be updated to handle URLs again, and * add loading capability from InterWiki addresses. - + * * Multiple revisions in one file handled by format=backup * * TODO: What about comments/summary field? quoted-printable? Modified: trunk/lib/plugin/TeX2png.php =================================================================== --- trunk/lib/plugin/TeX2png.php 2009-11-01 17:38:42 UTC (rev 7251) +++ trunk/lib/plugin/TeX2png.php 2009-11-01 18:45:27 UTC (rev 7252) @@ -1,8 +1,24 @@ <?php // -*-php-*- rcs_id('$Id$'); /* - Copyright 2004 Pierrick Meignen -*/ + * Copyright (C) Copyright 2004 Pierrick Meignen + * + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ /** * This is a simple version of the original TexToPng plugin which uses Modified: trunk/lib/plugin/YouTube.php =================================================================== --- trunk/lib/plugin/YouTube.php 2009-11-01 17:38:42 UTC (rev 7251) +++ trunk/lib/plugin/YouTube.php 2009-11-01 18:45:27 UTC (rev 7252) @@ -1,9 +1,25 @@ <?php // -*-php-*- rcs_id('$Id$'); /* - Copyright 2007 Reini Urban - Copyright 2008 Marc-Etienne Vargenau, Alcatel-Lucent -*/ + * Copyright 2007 Reini Urban + * Copyright 2008 Marc-Etienne Vargenau, Alcatel-Lucent + * + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ /** * Embed YouTube videos This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |