gforge-commits
[Top][All Lists]
Advanced

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

[Gforge-commits] gforge/www/frs/admin showreleases.php, 1.3, 1.4 deleter


From: gsmet
Subject: [Gforge-commits] gforge/www/frs/admin showreleases.php, 1.3, 1.4 deleterelease.php, 1.1, 1.2 editrelease.php, 1.4, 1.5 index.php, 1.2, 1.3 deletepackage.php, 1.1, 1.2
Date: Fri, 08 Oct 2004 15:33:20 -0500

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

Modified Files:
        showreleases.php deleterelease.php editrelease.php index.php 
        deletepackage.php 
Log Message:
copyright update

Index: showreleases.php
===================================================================
RCS file: /cvsroot/gforge/gforge/www/frs/admin/showreleases.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- showreleases.php    4 Aug 2004 16:18:39 -0000       1.3
+++ showreleases.php    8 Oct 2004 20:33:17 -0000       1.4
@@ -2,14 +2,29 @@
 /**
  * Project Admin: Edit Releases of Packages
  *
- * SourceForge: Breaking Down the Barriers to Open Source Development
  * Copyright 1999-2001 (c) VA Linux Systems
- * Copyright 2004 (c) GForge, LLC
+ * 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
  */
 
-
 /* Updated rewrite of the File Release System to clean up the UI 
  * a little and incorporate FRS.class.         -Darrell
  */

Index: deleterelease.php
===================================================================
RCS file: /cvsroot/gforge/gforge/www/frs/admin/deleterelease.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- deleterelease.php   4 Aug 2004 16:18:39 -0000       1.1
+++ deleterelease.php   8 Oct 2004 20:33:17 -0000       1.2
@@ -1,14 +1,28 @@
 <?php
 /**
- *
  * Project Admin: Edit Packages
  *
- * SourceForge: Breaking Down the Barriers to Open Source Development
  * Copyright 1999-2001 (c) VA Linux Systems
- * Copyright 2004 (c) GForge, LLC
+ * 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: editrelease.php
===================================================================
RCS file: /cvsroot/gforge/gforge/www/frs/admin/editrelease.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- editrelease.php     15 Apr 2004 08:07:48 -0000      1.4
+++ editrelease.php     8 Oct 2004 20:33:17 -0000       1.5
@@ -2,11 +2,27 @@
 /**
  * Project Admin: Edit Releases of Packages
  *
- * SourceForge: Breaking Down the Barriers to Open Source Development
  * Copyright 1999-2001 (c) VA Linux Systems
- * http://sourceforge.net
+ * 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: index.php
===================================================================
RCS file: /cvsroot/gforge/gforge/www/frs/admin/index.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- index.php   4 Aug 2004 16:18:39 -0000       1.2
+++ index.php   8 Oct 2004 20:33:17 -0000       1.3
@@ -3,12 +3,27 @@
  *
  * Project Admin: Edit Packages
  *
- * SourceForge: Breaking Down the Barriers to Open Source Development
  * Copyright 1999-2001 (c) VA Linux Systems
- * Copyright 2004 (c) GForge, LLC
+ * 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: deletepackage.php
===================================================================
RCS file: /cvsroot/gforge/gforge/www/frs/admin/deletepackage.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- deletepackage.php   4 Aug 2004 16:18:39 -0000       1.1
+++ deletepackage.php   8 Oct 2004 20:33:17 -0000       1.2
@@ -3,12 +3,27 @@
  *
  * Project Admin: Edit Packages
  *
- * SourceForge: Breaking Down the Barriers to Open Source Development
  * Copyright 1999-2001 (c) VA Linux Systems
- * Copyright 2004 (c) GForge, LLC
+ * 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]