From: <var...@us...> - 2016-10-07 12:33:34
|
Revision: 9942 http://sourceforge.net/p/phpwiki/code/9942 Author: vargenau Date: 2016-10-07 12:33:31 +0000 (Fri, 07 Oct 2016) Log Message: ----------- Add standard file header Modified Paths: -------------- trunk/themes/Crao/themeinfo.php trunk/themes/Hawaiian/lib/random.php trunk/themes/Hawaiian/themeinfo.php trunk/themes/MacOSX/lib/RecentChanges.php trunk/themes/MacOSX/themeinfo.php trunk/themes/MonoBook/themeinfo.php trunk/themes/Portland/lib/RecentChanges.php trunk/themes/Portland/themeinfo.php trunk/themes/Sidebar/clock.php trunk/themes/Sidebar/hyperapplet.php trunk/themes/Sidebar/hyperwiki.php trunk/themes/Sidebar/themeinfo.php trunk/themes/SpaceWiki/lib/RecentChanges.php trunk/themes/SpaceWiki/themeinfo.php trunk/themes/Wordpress/lib/RecentChanges.php trunk/themes/Wordpress/themeinfo.php trunk/themes/blog/lib/RecentChanges.php trunk/themes/blog/themeinfo.php trunk/themes/default/themeinfo.php trunk/themes/fusionforge/themeinfo.php trunk/themes/shamino_com/themeinfo.php trunk/themes/smaller/themeinfo.php trunk/themes/wikilens/themeinfo.php Modified: trunk/themes/Crao/themeinfo.php =================================================================== --- trunk/themes/Crao/themeinfo.php 2016-10-07 08:51:23 UTC (rev 9941) +++ trunk/themes/Crao/themeinfo.php 2016-10-07 12:33:31 UTC (rev 9942) @@ -1,4 +1,28 @@ <?php +/** + * Copyright © 2004 Arnaud Fontaine and Laurent Lunati + * Copyright © 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 + * (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+ + * + */ + // Avoid direct call to this file. // PHPWIKI_VERSION is defined in lib/prepend.php if (!defined('PHPWIKI_VERSION')) { Modified: trunk/themes/Hawaiian/lib/random.php =================================================================== --- trunk/themes/Hawaiian/lib/random.php 2016-10-07 08:51:23 UTC (rev 9941) +++ trunk/themes/Hawaiian/lib/random.php 2016-10-07 12:33:31 UTC (rev 9942) @@ -1,4 +1,27 @@ <?php +/** + * Copyright © 2002 Carsten Klapp + * + * 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+ + * + */ + class randomImage { /** Modified: trunk/themes/Hawaiian/themeinfo.php =================================================================== --- trunk/themes/Hawaiian/themeinfo.php 2016-10-07 08:51:23 UTC (rev 9941) +++ trunk/themes/Hawaiian/themeinfo.php 2016-10-07 12:33:31 UTC (rev 9942) @@ -1,4 +1,28 @@ <?php +/** + * Copyright © 2002-2003 Carsten Klapp + * Copyright © 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 + * (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+ + * + */ + // Avoid direct call to this file. // PHPWIKI_VERSION is defined in lib/prepend.php if (!defined('PHPWIKI_VERSION')) { Modified: trunk/themes/MacOSX/lib/RecentChanges.php =================================================================== --- trunk/themes/MacOSX/lib/RecentChanges.php 2016-10-07 08:51:23 UTC (rev 9941) +++ trunk/themes/MacOSX/lib/RecentChanges.php 2016-10-07 12:33:31 UTC (rev 9942) @@ -1,4 +1,28 @@ <?php +/** + * Copyright © 2002 Jeff Dairiki + * Copyright © 2002 Carsten Klapp + * + * 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+ + * + */ + /* * Extensions/modifications to the stock RecentChanges (and PageHistory) format. */ Modified: trunk/themes/MacOSX/themeinfo.php =================================================================== --- trunk/themes/MacOSX/themeinfo.php 2016-10-07 08:51:23 UTC (rev 9941) +++ trunk/themes/MacOSX/themeinfo.php 2016-10-07 12:33:31 UTC (rev 9942) @@ -1,4 +1,28 @@ <?php +/** + * Copyright © 2002 Carsten Klapp + * Copyright © 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 + * (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+ + * + */ + // Avoid direct call to this file. // PHPWIKI_VERSION is defined in lib/prepend.php if (!defined('PHPWIKI_VERSION')) { Modified: trunk/themes/MonoBook/themeinfo.php =================================================================== --- trunk/themes/MonoBook/themeinfo.php 2016-10-07 08:51:23 UTC (rev 9941) +++ trunk/themes/MonoBook/themeinfo.php 2016-10-07 12:33:31 UTC (rev 9942) @@ -1,4 +1,27 @@ <?php +/** + * Copyright © 2004-2007,2009 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+ + * + */ + // Avoid direct call to this file. // PHPWIKI_VERSION is defined in lib/prepend.php if (!defined('PHPWIKI_VERSION')) { Modified: trunk/themes/Portland/lib/RecentChanges.php =================================================================== --- trunk/themes/Portland/lib/RecentChanges.php 2016-10-07 08:51:23 UTC (rev 9941) +++ trunk/themes/Portland/lib/RecentChanges.php 2016-10-07 12:33:31 UTC (rev 9942) @@ -1,4 +1,27 @@ <?php +/** + * Copyright © 2002-2003 Carsten Klapp + * + * 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+ + * + */ + /* * Extensions/modifications to the stock RecentChanges (and PageHistory) format. */ Modified: trunk/themes/Portland/themeinfo.php =================================================================== --- trunk/themes/Portland/themeinfo.php 2016-10-07 08:51:23 UTC (rev 9941) +++ trunk/themes/Portland/themeinfo.php 2016-10-07 12:33:31 UTC (rev 9942) @@ -1,4 +1,29 @@ <?php +/** + * Copyright © 2002-2003 Carsten Klapp + * Copyright © 2002-2003 Jeff Dairiki + * Copyright © 2004-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 + * (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+ + * + */ + // Avoid direct call to this file. // PHPWIKI_VERSION is defined in lib/prepend.php if (!defined('PHPWIKI_VERSION')) { Modified: trunk/themes/Sidebar/clock.php =================================================================== --- trunk/themes/Sidebar/clock.php 2016-10-07 08:51:23 UTC (rev 9941) +++ trunk/themes/Sidebar/clock.php 2016-10-07 12:33:31 UTC (rev 9942) @@ -1,4 +1,27 @@ <?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+ + * + */ + $ora = isset($GLOBALS['WikiTheme']) ? DATA_PATH . '/' . $GLOBALS['WikiTheme']->_findFile("ora.swf") : "ora.swf"; ?> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" Modified: trunk/themes/Sidebar/hyperapplet.php =================================================================== --- trunk/themes/Sidebar/hyperapplet.php 2016-10-07 08:51:23 UTC (rev 9941) +++ trunk/themes/Sidebar/hyperapplet.php 2016-10-07 12:33:31 UTC (rev 9942) @@ -1,4 +1,27 @@ <?php +/** + * Copyright © 2009 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+ + * + */ + /* Download hyperapplet.jar (or hyperwiki.jar) and GraphXML.dtd from * http://hypergraph.sourceforge.net/download.html * and place it into your theme directory. Modified: trunk/themes/Sidebar/hyperwiki.php =================================================================== --- trunk/themes/Sidebar/hyperwiki.php 2016-10-07 08:51:23 UTC (rev 9941) +++ trunk/themes/Sidebar/hyperwiki.php 2016-10-07 12:33:31 UTC (rev 9942) @@ -1,4 +1,27 @@ <?php +/** + * Copyright © 2009 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+ + * + */ + /* Download hyperwiki.jar and GraphXML.dtd from * http://hypergraph.sourceforge.net/download.html * and place it into your theme directory. Modified: trunk/themes/Sidebar/themeinfo.php =================================================================== --- trunk/themes/Sidebar/themeinfo.php 2016-10-07 08:51:23 UTC (rev 9941) +++ trunk/themes/Sidebar/themeinfo.php 2016-10-07 12:33:31 UTC (rev 9942) @@ -1,4 +1,28 @@ <?php +/** + * Copyright © 2002 Carsten Klapp + * Copyright © 2004-2005,2007,2009-2010 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+ + * + */ + // Avoid direct call to this file. // PHPWIKI_VERSION is defined in lib/prepend.php if (!defined('PHPWIKI_VERSION')) { Modified: trunk/themes/SpaceWiki/lib/RecentChanges.php =================================================================== --- trunk/themes/SpaceWiki/lib/RecentChanges.php 2016-10-07 08:51:23 UTC (rev 9941) +++ trunk/themes/SpaceWiki/lib/RecentChanges.php 2016-10-07 12:33:31 UTC (rev 9942) @@ -1,4 +1,27 @@ <?php +/** + * Copyright © 2002-2003 Carsten Klapp + * + * 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+ + * + */ + /* * Extensions/modifications to the stock RecentChanges (and PageHistory) format. */ Modified: trunk/themes/SpaceWiki/themeinfo.php =================================================================== --- trunk/themes/SpaceWiki/themeinfo.php 2016-10-07 08:51:23 UTC (rev 9941) +++ trunk/themes/SpaceWiki/themeinfo.php 2016-10-07 12:33:31 UTC (rev 9942) @@ -1,4 +1,28 @@ <?php +/** + * Copyright © 2002-2003 Carsten Klapp + * Copyright © 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 + * (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+ + * + */ + // Avoid direct call to this file. // PHPWIKI_VERSION is defined in lib/prepend.php if (!defined('PHPWIKI_VERSION')) { Modified: trunk/themes/Wordpress/lib/RecentChanges.php =================================================================== --- trunk/themes/Wordpress/lib/RecentChanges.php 2016-10-07 08:51:23 UTC (rev 9941) +++ trunk/themes/Wordpress/lib/RecentChanges.php 2016-10-07 12:33:31 UTC (rev 9942) @@ -1,4 +1,27 @@ <?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+ + * + */ + /* * Extensions/modifications to the stock RecentChanges (and PageHistory) format. */ Modified: trunk/themes/Wordpress/themeinfo.php =================================================================== --- trunk/themes/Wordpress/themeinfo.php 2016-10-07 08:51:23 UTC (rev 9941) +++ trunk/themes/Wordpress/themeinfo.php 2016-10-07 12:33:31 UTC (rev 9942) @@ -1,4 +1,27 @@ <?php +/** + * Copyright © 2044-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 + * (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+ + * + */ + // Avoid direct call to this file. // PHPWIKI_VERSION is defined in lib/prepend.php if (!defined('PHPWIKI_VERSION')) { Modified: trunk/themes/blog/lib/RecentChanges.php =================================================================== --- trunk/themes/blog/lib/RecentChanges.php 2016-10-07 08:51:23 UTC (rev 9941) +++ trunk/themes/blog/lib/RecentChanges.php 2016-10-07 12:33:31 UTC (rev 9942) @@ -1,10 +1,32 @@ <?php +/** + * Copyright © 2004-2005 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+ + * + */ + /* * Extensions/modifications to the stock RecentChanges (and PageHistory) format. */ require_once 'lib/plugin/RecentChanges.php'; -//require_once('lib/plugin/PageHistory.php'); class _blog_RecentChanges_BoxFormatter extends _RecentChanges_BoxFormatter Modified: trunk/themes/blog/themeinfo.php =================================================================== --- trunk/themes/blog/themeinfo.php 2016-10-07 08:51:23 UTC (rev 9941) +++ trunk/themes/blog/themeinfo.php 2016-10-07 12:33:31 UTC (rev 9942) @@ -1,4 +1,27 @@ <?php +/** + * Copyright © 2004-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 + * (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+ + * + */ + // Avoid direct call to this file. // PHPWIKI_VERSION is defined in lib/prepend.php if (!defined('PHPWIKI_VERSION')) { Modified: trunk/themes/default/themeinfo.php =================================================================== --- trunk/themes/default/themeinfo.php 2016-10-07 08:51:23 UTC (rev 9941) +++ trunk/themes/default/themeinfo.php 2016-10-07 12:33:31 UTC (rev 9942) @@ -1,4 +1,28 @@ <?php +/** + * Copyright © 2001-2002 Carsten Klapp + * Copyright © 2004-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 + * (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+ + * + */ + // Avoid direct call to this file. // PHPWIKI_VERSION is defined in lib/prepend.php if (!defined('PHPWIKI_VERSION')) { Modified: trunk/themes/fusionforge/themeinfo.php =================================================================== --- trunk/themes/fusionforge/themeinfo.php 2016-10-07 08:51:23 UTC (rev 9941) +++ trunk/themes/fusionforge/themeinfo.php 2016-10-07 12:33:31 UTC (rev 9942) @@ -1,4 +1,27 @@ <?php +/** + * Copyright © 2009-2011 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., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * + * SPDX-License-Identifier: GPL-2.0+ + * + */ + // Avoid direct call to this file. // PHPWIKI_VERSION is defined in lib/prepend.php if (!defined('PHPWIKI_VERSION')) { Modified: trunk/themes/shamino_com/themeinfo.php =================================================================== --- trunk/themes/shamino_com/themeinfo.php 2016-10-07 08:51:23 UTC (rev 9941) +++ trunk/themes/shamino_com/themeinfo.php 2016-10-07 12:33:31 UTC (rev 9942) @@ -1,4 +1,27 @@ <?php +/** + * 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 + * (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+ + * + */ + // Avoid direct call to this file. // PHPWIKI_VERSION is defined in lib/prepend.php if (!defined('PHPWIKI_VERSION')) { Modified: trunk/themes/smaller/themeinfo.php =================================================================== --- trunk/themes/smaller/themeinfo.php 2016-10-07 08:51:23 UTC (rev 9941) +++ trunk/themes/smaller/themeinfo.php 2016-10-07 12:33:31 UTC (rev 9942) @@ -1,4 +1,27 @@ <?php +/** + * 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 + * (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+ + * + */ + // Avoid direct call to this file. // PHPWIKI_VERSION is defined in lib/prepend.php if (!defined('PHPWIKI_VERSION')) { Modified: trunk/themes/wikilens/themeinfo.php =================================================================== --- trunk/themes/wikilens/themeinfo.php 2016-10-07 08:51:23 UTC (rev 9941) +++ trunk/themes/wikilens/themeinfo.php 2016-10-07 12:33:31 UTC (rev 9942) @@ -1,4 +1,27 @@ <?php +/** + * 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 + * (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+ + * + */ + // Avoid direct call to this file. // PHPWIKI_VERSION is defined in lib/prepend.php if (!defined('PHPWIKI_VERSION')) { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |