Update of /cvsroot/phpwsbb/phpwsbb/inc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24639/inc
Modified Files:
runtime.php
Log Message:
Changed headers to be GPL compliant
Index: runtime.php
===================================================================
RCS file: /cvsroot/phpwsbb/phpwsbb/inc/runtime.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** runtime.php 2 Mar 2004 02:40:48 -0000 1.4
--- runtime.php 9 Apr 2004 01:01:44 -0000 1.5
***************
*** 1,11 ****
<?php
/**
! * runtime.php
*
! * Handles runtime calls for displaying blocks etc.
*
* @author Don Seiler <do...@NO...>
- * @copyright Copyright © 2003-2004, Don Seiler
- * @license http://www.gnu.org/licenses/gpl.txt
* @version $Id$
*/
--- 1,23 ----
<?php
/**
! * phpwsBB
*
! * See docs/AUTHORS and docs/COPYRIGHT for relevant info.
! *
! * This program 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.
! *
! * This program 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 this program; if not, write to the Free Software
! * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* @author Don Seiler <do...@NO...>
* @version $Id$
*/
|