Update of /cvsroot/phpwebapp/documentation/templates/user_manual
In directory sc8-pr-cvs1:/tmp/cvs-serv16099/templates/user_manual
Modified Files:
manual_page.php manual_items.php
Log Message:
Added copying permission statement for GNU GPL.
Index: manual_page.php
===================================================================
RCS file: /cvsroot/phpwebapp/documentation/templates/user_manual/manual_page.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** manual_page.php 23 Feb 2003 14:29:07 -0000 1.2
--- manual_page.php 25 Aug 2003 13:29:19 -0000 1.3
***************
*** 1,3 ****
--- 1,5 ----
<?php
+ /* This file is part of phpWebApp. */
+
class manual_page extends WebObject
{
Index: manual_items.php
===================================================================
RCS file: /cvsroot/phpwebapp/documentation/templates/user_manual/manual_items.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** manual_items.php 20 Aug 2003 07:31:55 -0000 1.3
--- manual_items.php 25 Aug 2003 13:29:19 -0000 1.4
***************
*** 1,3 ****
--- 1,5 ----
<?php
+ /* This file is part of phpWebApp. */
+
/**
* The $menu_items array contains the items
|