From: <var...@us...> - 2010-08-11 12:33:32
|
Revision: 7640 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7640&view=rev Author: vargenau Date: 2010-08-11 12:33:25 +0000 (Wed, 11 Aug 2010) Log Message: ----------- Add file header Modified Paths: -------------- trunk/lib/WikiUser/AdoDb.php trunk/lib/WikiUser/BogoLogin.php trunk/lib/WikiUser/Db.php trunk/lib/WikiUser/EMailConfirm.php trunk/lib/WikiUser/Facebook.php trunk/lib/WikiUser/File.php trunk/lib/WikiUser/Forbidden.php trunk/lib/WikiUser/GForge.php trunk/lib/WikiUser/HttpAuth.php trunk/lib/WikiUser/HttpAuthUpper.php trunk/lib/WikiUser/IMAP.php trunk/lib/WikiUser/LDAP.php trunk/lib/WikiUser/LdapUpper.php trunk/lib/WikiUser/OpenID.php trunk/lib/WikiUser/POP3.php trunk/lib/WikiUser/PdoDb.php trunk/lib/WikiUser/PearDb.php trunk/lib/WikiUser/PersonalPage.php trunk/lib/WikiUser/Session.php Modified: trunk/lib/WikiUser/AdoDb.php =================================================================== --- trunk/lib/WikiUser/AdoDb.php 2010-08-11 12:15:16 UTC (rev 7639) +++ trunk/lib/WikiUser/AdoDb.php 2010-08-11 12:33:25 UTC (rev 7640) @@ -1,7 +1,23 @@ <?php //-*-php-*- // rcs_id('$Id$'); -/* Copyright (C) 2004 ReiniUrban - * This file is part of PhpWiki. Terms and Conditions see LICENSE. (GPL2) +/* + * Copyright (C) 2004 ReiniUrban + * + * 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 */ include_once("lib/WikiUser/Db.php"); Modified: trunk/lib/WikiUser/BogoLogin.php =================================================================== --- trunk/lib/WikiUser/BogoLogin.php 2010-08-11 12:15:16 UTC (rev 7639) +++ trunk/lib/WikiUser/BogoLogin.php 2010-08-11 12:33:25 UTC (rev 7640) @@ -1,7 +1,23 @@ <?php //-*-php-*- // rcs_id('$Id$'); -/* Copyright (C) 2004 ReiniUrban - * This file is part of PhpWiki. Terms and Conditions see LICENSE. (GPL2) +/* + * Copyright (C) 2004 ReiniUrban + * + * 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 */ /** Without stored password. A _BogoLoginPassUser with password Modified: trunk/lib/WikiUser/Db.php =================================================================== --- trunk/lib/WikiUser/Db.php 2010-08-11 12:15:16 UTC (rev 7639) +++ trunk/lib/WikiUser/Db.php 2010-08-11 12:33:25 UTC (rev 7640) @@ -1,7 +1,23 @@ <?php //-*-php-*- // rcs_id('$Id$'); -/* Copyright (C) 2004 ReiniUrban - * This file is part of PhpWiki. Terms and Conditions see LICENSE. (GPL2) +/* + * Copyright (C) 2004 ReiniUrban + * + * 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 */ /** Modified: trunk/lib/WikiUser/EMailConfirm.php =================================================================== --- trunk/lib/WikiUser/EMailConfirm.php 2010-08-11 12:15:16 UTC (rev 7639) +++ trunk/lib/WikiUser/EMailConfirm.php 2010-08-11 12:33:25 UTC (rev 7640) @@ -1,7 +1,23 @@ <?php //-*-php-*- // rcs_id('$Id$'); -/* Copyright (C) 2006 ReiniUrban - * This file is part of PhpWiki. Terms and Conditions see LICENSE. (GPL2) +/* + * Copyright (C) 2006 ReiniUrban + * + * 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 */ class _EMailConfirmPassUser Modified: trunk/lib/WikiUser/Facebook.php =================================================================== --- trunk/lib/WikiUser/Facebook.php 2010-08-11 12:15:16 UTC (rev 7639) +++ trunk/lib/WikiUser/Facebook.php 2010-08-11 12:33:25 UTC (rev 7640) @@ -1,8 +1,24 @@ <?php //-*-php-*- // rcs_id('$Id$'); -/* Copyright (C) 2009 Reini Urban - * This file is part of PhpWiki. Terms and Conditions see LICENSE. (GPL2) +/* + * Copyright (C) 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * * From http://developeronline.blogspot.com/2008/10/using-perl-against-facebook-part-i.html: * GET 'http://www.facebook.com/login.php', and rest our virtual browser there to collect the cookies * POST to 'https://login.facebook.com/login.php' with the proper parameters @@ -79,4 +95,4 @@ // c-hanging-comment-ender-p: nil // indent-tabs-mode: nil // End: -?> \ No newline at end of file +?> Modified: trunk/lib/WikiUser/File.php =================================================================== --- trunk/lib/WikiUser/File.php 2010-08-11 12:15:16 UTC (rev 7639) +++ trunk/lib/WikiUser/File.php 2010-08-11 12:33:25 UTC (rev 7640) @@ -1,7 +1,23 @@ <?php //-*-php-*- // rcs_id('$Id$'); -/* Copyright (C) 2004 ReiniUrban - * This file is part of PhpWiki. Terms and Conditions see LICENSE. (GPL2) +/* + * Copyright (C) 2004 ReiniUrban + * + * 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 */ class _FilePassUser Modified: trunk/lib/WikiUser/Forbidden.php =================================================================== --- trunk/lib/WikiUser/Forbidden.php 2010-08-11 12:15:16 UTC (rev 7639) +++ trunk/lib/WikiUser/Forbidden.php 2010-08-11 12:33:25 UTC (rev 7640) @@ -1,7 +1,23 @@ <?php //-*-php-*- // rcs_id('$Id$'); -/* Copyright (C) 2004 ReiniUrban - * This file is part of PhpWiki. Terms and Conditions see LICENSE. (GPL2) +/* + * Copyright (C) 2004 ReiniUrban + * + * 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 */ /** Modified: trunk/lib/WikiUser/GForge.php =================================================================== --- trunk/lib/WikiUser/GForge.php 2010-08-11 12:15:16 UTC (rev 7639) +++ trunk/lib/WikiUser/GForge.php 2010-08-11 12:33:25 UTC (rev 7640) @@ -1,7 +1,23 @@ <?php //-*-php-*- // rcs_id('$Id$'); -/* Copyright (C) 2006 Alain Peyrat - * This file is part of PhpWiki. Terms and Conditions see LICENSE. (GPL2) +/* + * Copyright (C) 2006 Alain Peyrat + * + * 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 */ /** Call the gforge functions to get the username Modified: trunk/lib/WikiUser/HttpAuth.php =================================================================== --- trunk/lib/WikiUser/HttpAuth.php 2010-08-11 12:15:16 UTC (rev 7639) +++ trunk/lib/WikiUser/HttpAuth.php 2010-08-11 12:33:25 UTC (rev 7640) @@ -1,7 +1,23 @@ <?php //-*-php-*- // rcs_id('$Id$'); -/* Copyright (C) 2004 ReiniUrban - * This file is part of PhpWiki. Terms and Conditions see LICENSE. (GPL2) +/* + * Copyright (C) 2004 ReiniUrban + * + * 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 */ /** Modified: trunk/lib/WikiUser/HttpAuthUpper.php =================================================================== --- trunk/lib/WikiUser/HttpAuthUpper.php 2010-08-11 12:15:16 UTC (rev 7639) +++ trunk/lib/WikiUser/HttpAuthUpper.php 2010-08-11 12:33:25 UTC (rev 7640) @@ -1,7 +1,23 @@ <?php //-*-php-*- // rcs_id('$Id$'); -/* Copyright (C) 2004,2007 ReiniUrban - * This file is part of PhpWiki. Terms and Conditions see LICENSE. (GPL2) +/* + * Copyright (C) 2004,2007 ReiniUrban + * + * 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 */ /** Modified: trunk/lib/WikiUser/IMAP.php =================================================================== --- trunk/lib/WikiUser/IMAP.php 2010-08-11 12:15:16 UTC (rev 7639) +++ trunk/lib/WikiUser/IMAP.php 2010-08-11 12:33:25 UTC (rev 7640) @@ -1,7 +1,23 @@ <?php //-*-php-*- // rcs_id('$Id$'); -/* Copyright (C) 2004 $ThePhpWikiProgrammingTeam - * This file is part of PhpWiki. Terms and Conditions see LICENSE. (GPL2) +/* + * 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 */ class _IMAPPassUser Modified: trunk/lib/WikiUser/LDAP.php =================================================================== --- trunk/lib/WikiUser/LDAP.php 2010-08-11 12:15:16 UTC (rev 7639) +++ trunk/lib/WikiUser/LDAP.php 2010-08-11 12:33:25 UTC (rev 7640) @@ -1,7 +1,23 @@ <?php //-*-php-*- // rcs_id('$Id$'); -/* Copyright (C) 2004,2007 $ThePhpWikiProgrammingTeam - * This file is part of PhpWiki. Terms and Conditions see LICENSE. (GPL2) +/* + * Copyright (C) 2004,2007 $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 */ class _LDAPPassUser Modified: trunk/lib/WikiUser/LdapUpper.php =================================================================== --- trunk/lib/WikiUser/LdapUpper.php 2010-08-11 12:15:16 UTC (rev 7639) +++ trunk/lib/WikiUser/LdapUpper.php 2010-08-11 12:33:25 UTC (rev 7640) @@ -1,7 +1,23 @@ <?php //-*-php-*- // rcs_id('$Id$'); -/* Copyright (C) 2007,2009 Reini Urban - * This file is part of PhpWiki. Terms and Conditions see LICENSE. (GPL2) +/* + * Copyright (C) 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ include_once("lib/WikiUser/LDAP.php"); Modified: trunk/lib/WikiUser/OpenID.php =================================================================== --- trunk/lib/WikiUser/OpenID.php 2010-08-11 12:15:16 UTC (rev 7639) +++ trunk/lib/WikiUser/OpenID.php 2010-08-11 12:33:25 UTC (rev 7640) @@ -1,10 +1,26 @@ <?php //-*-php-*- // rcs_id('$Id$'); -/* Copyright (C) 2010 ReiniUrban - * Zend_OpenId_Consumer parts from Zend licensed under +/* + * Copyright (C) 2010 ReiniUrban + * Zend_OpenId_Consumer parts from Zend licensed under * http://framework.zend.com/license/new-bsd - * This file is part of PhpWiki. Terms and Conditions see LICENSE. (GPL2) * + * 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 not yet finished. We do not want to use zend extensions. * * See http://openid.net/specs/openid-authentication-1_1.html @@ -30,7 +46,7 @@ * @param string &$identity this argument is set to end-user's claimed * identifier or OpenID provider local identifier. * @param mixed $extensions extension object or array of extensions objects - * @return bool + * @return bool */ function verify($params, &$identity = "", $extensions = null) { $version = 1.1; @@ -82,7 +98,7 @@ return false; } } - + /** * Performs check of OpenID identity. * @@ -135,7 +151,7 @@ //$params['openid.ns'] = Zend_OpenId::NS_2_0; } - $params['openid.mode'] = $immediate ? + $params['openid.mode'] = $immediate ? 'checkid_immediate' : 'checkid_setup'; $params['openid.identity'] = $id; @@ -214,7 +230,7 @@ } if (!loadPhpExtension('openssl')) { trigger_error - (sprintf(_("The PECL %s extension cannot be loaded."), "openssl") + (sprintf(_("The PECL %s extension cannot be loaded."), "openssl") . sprintf(_(" %s AUTH ignored."), 'OpenID'), E_USER_WARNING); return $this->_tryNextUser(); @@ -238,4 +254,4 @@ // c-hanging-comment-ender-p: nil // indent-tabs-mode: nil // End: -?> \ No newline at end of file +?> Modified: trunk/lib/WikiUser/POP3.php =================================================================== --- trunk/lib/WikiUser/POP3.php 2010-08-11 12:15:16 UTC (rev 7639) +++ trunk/lib/WikiUser/POP3.php 2010-08-11 12:33:25 UTC (rev 7640) @@ -1,7 +1,23 @@ <?php //-*-php-*- // rcs_id('$Id$'); -/* Copyright (C) 2004 $ThePhpWikiProgrammingTeam - * This file is part of PhpWiki. Terms and Conditions see LICENSE. (GPL2) +/* + * 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/WikiUser/IMAP.php"); Modified: trunk/lib/WikiUser/PdoDb.php =================================================================== --- trunk/lib/WikiUser/PdoDb.php 2010-08-11 12:15:16 UTC (rev 7639) +++ trunk/lib/WikiUser/PdoDb.php 2010-08-11 12:33:25 UTC (rev 7640) @@ -1,7 +1,23 @@ <?php //-*-php-*- // rcs_id('$Id$'); -/* Copyright (C) 2004, 2005 ReiniUrban - * This file is part of PhpWiki. Terms and Conditions see LICENSE. (GPL2) +/* + * Copyright (C) 2004, 2005 ReiniUrban + * + * 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 */ include_once("lib/WikiUser/Db.php"); Modified: trunk/lib/WikiUser/PearDb.php =================================================================== --- trunk/lib/WikiUser/PearDb.php 2010-08-11 12:15:16 UTC (rev 7639) +++ trunk/lib/WikiUser/PearDb.php 2010-08-11 12:33:25 UTC (rev 7640) @@ -1,7 +1,23 @@ <?php //-*-php-*- // rcs_id('$Id$'); -/* Copyright (C) 2004 ReiniUrban - * This file is part of PhpWiki. Terms and Conditions see LICENSE. (GPL2) +/* + * Copyright (C) 2004 ReiniUrban + * + * 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 */ include_once("lib/WikiUser/Db.php"); Modified: trunk/lib/WikiUser/PersonalPage.php =================================================================== --- trunk/lib/WikiUser/PersonalPage.php 2010-08-11 12:15:16 UTC (rev 7639) +++ trunk/lib/WikiUser/PersonalPage.php 2010-08-11 12:33:25 UTC (rev 7640) @@ -1,7 +1,23 @@ <?php //-*-php-*- // rcs_id('$Id$'); -/* Copyright (C) 2004 ReiniUrban - * This file is part of PhpWiki. Terms and Conditions see LICENSE. (GPL2) +/* + * Copyright (C) 2004 ReiniUrban + * + * 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 */ /** Modified: trunk/lib/WikiUser/Session.php =================================================================== --- trunk/lib/WikiUser/Session.php 2010-08-11 12:15:16 UTC (rev 7639) +++ trunk/lib/WikiUser/Session.php 2010-08-11 12:33:25 UTC (rev 7640) @@ -1,7 +1,23 @@ <?php //-*-php-*- // rcs_id('$Id$'); -/* Copyright (C) 2004 ReiniUrban - * This file is part of PhpWiki. Terms and Conditions see LICENSE. (GPL2) +/* + * Copyright (C) 2004 ReiniUrban + * + * 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 was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |