gforge-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gforge-commits] gforge/www/project/admin editgroupinfo.php, 1.20, 1.21


From: gsmet
Subject: [Gforge-commits] gforge/www/project/admin editgroupinfo.php, 1.20, 1.21 database.php, 1.9, 1.10 project_admin_utils.php, 1.15, 1.16 group_trove.php, 1.3, 1.4 editimages.php, 1.7, 1.8 history.php, 1.3, 1.4 vhost.php, 1.8, 1.9
Date: Fri, 08 Oct 2004 15:34:57 -0500

Update of /cvsroot/gforge/gforge/www/project/admin
In directory db.perdue.net:/tmp/cvs-serv30985/www/project/admin

Modified Files:
        editgroupinfo.php database.php project_admin_utils.php 
        group_trove.php editimages.php history.php vhost.php 
Log Message:
copyright update

Index: editgroupinfo.php
===================================================================
RCS file: /cvsroot/gforge/gforge/www/project/admin/editgroupinfo.php,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- editgroupinfo.php   4 Aug 2004 16:18:42 -0000       1.20
+++ editgroupinfo.php   8 Oct 2004 20:34:54 -0000       1.21
@@ -1,16 +1,30 @@
 <?php
 /**
-  *
-  * Project Admin page to edit project information (like description,
-  * active facilities, etc.)
-  *
-  * SourceForge: Breaking Down the Barriers to Open Source Development
-  * Copyright 1999-2001 (c) VA Linux Systems
-  * http://sourceforge.net
-  *
-  * @version   $Id$
-  *
-  */
+ * Project Admin page to edit project information (like description,
+ * active facilities, etc.)
+ *
+ * Portions Copyright 1999-2001 (c) VA Linux Systems
+ * The rest Copyright 2002-2004 (c) GForge Team
+ * http://gforge.org/
+ *
+ * @version   $Id$
+ *
+ * This file is part of GForge.
+ *
+ * GForge 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.
+ *
+ * GForge 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 GForge; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ */
 
 
 require_once('pre.php');

Index: database.php
===================================================================
RCS file: /cvsroot/gforge/gforge/www/project/admin/database.php,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- database.php        4 Aug 2004 16:18:42 -0000       1.9
+++ database.php        8 Oct 2004 20:34:54 -0000       1.10
@@ -1,19 +1,34 @@
 <?php
 /**
-  *
-  * Project Admin page to manage group's databases
-  *
-  * This page allows to request, change password of, and delete database.
-  * Group may have single database of each type that provided (e.g., mysql,
-  * pgsql, etc).
-  *
-  * SourceForge: Breaking Down the Barriers to Open Source Development
-  * Copyright 1999-2001 (c) VA Linux Systems
-  * http://sourceforge.net
-  *
-  * @version   $Id$
-  *
-  */
+ *
+ * Project Admin page to manage group's databases
+ *
+ * This page allows to request, change password of, and delete database.
+ * Group may have single database of each type that provided (e.g., mysql,
+ * pgsql, etc).
+ *
+ * Portions Copyright 1999-2001 (c) VA Linux Systems
+ * The rest Copyright 2002-2004 (c) GForge Team
+ * http://gforge.org/
+ *
+ * @version   $Id$
+ *
+ * This file is part of GForge.
+ *
+ * GForge 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.
+ *
+ * GForge 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 GForge; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ */
 
 
 require_once('pre.php');

Index: project_admin_utils.php
===================================================================
RCS file: /cvsroot/gforge/gforge/www/project/admin/project_admin_utils.php,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- project_admin_utils.php     4 Aug 2004 16:18:42 -0000       1.15
+++ project_admin_utils.php     8 Oct 2004 20:34:54 -0000       1.16
@@ -1,15 +1,29 @@
 <?php
 /**
-  *
-  * Project Admin: Module of common functions
-  *
-  * SourceForge: Breaking Down the Barriers to Open Source Development
-  * Copyright 1999-2001 (c) VA Linux Systems
-  * http://sourceforge.net
-  *
-  * @version   $Id$
-  *
-  */
+ * Project Admin: Module of common functions
+ *
+ * Portions Copyright 1999-2001 (c) VA Linux Systems
+ * The rest Copyright 2002-2004 (c) GForge Team
+ * http://gforge.org/
+ *
+ * @version   $Id$
+ *
+ * This file is part of GForge.
+ *
+ * GForge 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.
+ *
+ * GForge 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 GForge; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ */
 
 
 /*

Index: group_trove.php
===================================================================
RCS file: /cvsroot/gforge/gforge/www/project/admin/group_trove.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- group_trove.php     17 Feb 2003 10:15:09 -0000      1.3
+++ group_trove.php     8 Oct 2004 20:34:54 -0000       1.4
@@ -1,17 +1,31 @@
 <?php
 /**
-  *
-  * Project Admin page to edit Trove categorization of the project
-  *
-  * This page is linked from index.php
-  *
-  * SourceForge: Breaking Down the Barriers to Open Source Development
-  * Copyright 1999-2001 (c) VA Linux Systems
-  * http://sourceforge.net
-  *
-  * @version   $Id$
-  *
-  */
+ * Project Admin page to edit Trove categorization of the project
+ *
+ * This page is linked from index.php
+ *
+ * Portions Copyright 1999-2001 (c) VA Linux Systems
+ * The rest Copyright 2002-2004 (c) GForge Team
+ * http://gforge.org/
+ *
+ * @version   $Id$
+ *
+ * This file is part of GForge.
+ *
+ * GForge 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.
+ *
+ * GForge 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 GForge; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ */
 
 require_once('pre.php');    
 require_once('trove.php');

Index: editimages.php
===================================================================
RCS file: /cvsroot/gforge/gforge/www/project/admin/editimages.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- editimages.php      25 Mar 2004 19:25:22 -0000      1.7
+++ editimages.php      8 Oct 2004 20:34:54 -0000       1.8
@@ -1,15 +1,29 @@
 <?php
 /**
-  *
-  * Project Admin: Edit Multimedia Data
-  *
-  * SourceForge: Breaking Down the Barriers to Open Source Development
-  * Copyright 1999-2001 (c) VA Linux Systems
-  * http://sourceforge.net
-  *
-  * @version   $Id$
-  *
-  */
+ * Project Admin: Edit Multimedia Data
+ *
+ * Portions Copyright 1999-2001 (c) VA Linux Systems
+ * The rest Copyright 2002-2004 (c) GForge Team
+ * http://gforge.org/
+ *
+ * @version   $Id$
+ *
+ * This file is part of GForge.
+ *
+ * GForge 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.
+ *
+ * GForge 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 GForge; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ */
 
 
 // Quota in bytes

Index: history.php
===================================================================
RCS file: /cvsroot/gforge/gforge/www/project/admin/history.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- history.php 17 Feb 2003 10:15:09 -0000      1.3
+++ history.php 8 Oct 2004 20:34:54 -0000       1.4
@@ -1,15 +1,29 @@
 <?php
 /**
-  *
-  * Project Admin page to show audit trail for group
-  *
-  * SourceForge: Breaking Down the Barriers to Open Source Development
-  * Copyright 1999-2001 (c) VA Linux Systems
-  * http://sourceforge.net
-  *
-  * @version   $Id$
-  *
-  */
+ * Project Admin page to show audit trail for group
+ *
+ * Portions Copyright 1999-2001 (c) VA Linux Systems
+ * The rest Copyright 2002-2004 (c) GForge Team
+ * http://gforge.org/
+ *
+ * @version   $Id$
+ *
+ * This file is part of GForge.
+ *
+ * GForge 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.
+ *
+ * GForge 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 GForge; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ */
 
 
 require_once('pre.php');

Index: vhost.php
===================================================================
RCS file: /cvsroot/gforge/gforge/www/project/admin/vhost.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- vhost.php   4 Aug 2004 16:18:43 -0000       1.8
+++ vhost.php   8 Oct 2004 20:34:54 -0000       1.9
@@ -1,15 +1,29 @@
 <?php
 /**
-  *
-  * Project Admin page to manage group's VHOST entries
-  *
-  * SourceForge: Breaking Down the Barriers to Open Source Development
-  * Copyright 1999-2001 (c) VA Linux Systems
-  * http://sourceforge.net
-  *
-  * @version   $Id$
-  *
-  */
+ * Project Admin page to manage group's VHOST entries
+ *
+ * Portions Copyright 1999-2001 (c) VA Linux Systems
+ * The rest Copyright 2002-2004 (c) GForge Team
+ * http://gforge.org/
+ *
+ * @version   $Id$
+ *
+ * This file is part of GForge.
+ *
+ * GForge 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.
+ *
+ * GForge 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 GForge; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ */
 
 
 require_once('pre.php');





reply via email to

[Prev in Thread] Current Thread [Next in Thread]