From: <var...@us...> - 2010-12-09 09:55:14
|
Revision: 7754 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7754&view=rev Author: vargenau Date: 2010-12-09 09:55:08 +0000 (Thu, 09 Dec 2010) Log Message: ----------- Add header Modified Paths: -------------- trunk/lib/WikiDB/backend.php Modified: trunk/lib/WikiDB/backend.php =================================================================== --- trunk/lib/WikiDB/backend.php 2010-12-09 09:39:02 UTC (rev 7753) +++ trunk/lib/WikiDB/backend.php 2010-12-09 09:55:08 UTC (rev 7754) @@ -1,5 +1,24 @@ -<?php // -*-php-*- -// rcs_id('$Id$'); +<?php +// $Id$ +/* + * Copyright 2004-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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ /* Pagedata @@ -183,7 +202,7 @@ } /** - * Delete page (and all it's revisions) from the database. + * Delete page (and all its revisions) from the database. * */ function purge_page($pagename) { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |