gforge-commits
[Top][All Lists]
Advanced

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

[Gforge-commits] gforge/www/people viewjob.php, 1.6, 1.7 createjob.php,


From: gsmet
Subject: [Gforge-commits] gforge/www/people viewjob.php, 1.6, 1.7 createjob.php, 1.6, 1.7 index.php, 1.9, 1.10 editjob.php, 1.9, 1.10 helpwanted-latest.php, 1.6, 1.7 people_utils.php, 1.8, 1.9
Date: Fri, 08 Oct 2004 18:17:34 -0500

Update of /cvsroot/gforge/gforge/www/people
In directory db.perdue.net:/tmp/cvs-serv18157/www/people

Modified Files:
        viewjob.php createjob.php index.php editjob.php 
        helpwanted-latest.php people_utils.php 
Log Message:
copyright update

Index: viewjob.php
===================================================================
RCS file: /cvsroot/gforge/gforge/www/people/viewjob.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- viewjob.php 24 Mar 2004 14:34:10 -0000      1.6
+++ viewjob.php 8 Oct 2004 23:17:31 -0000       1.7
@@ -1,16 +1,29 @@
 <?php
 /**
-  *
-  * SourceForge Jobs (aka Help Wanted) Board
-  *
-  * SourceForge: Breaking Down the Barriers to Open Source Development
-  * Copyright 1999-2001 (c) VA Linux Systems
-  * http://sourceforge.net
-  *
-  * @version   $Id$
-  *
-  */
-
+ * GForge Help Wanted 
+ *
+ * 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('www/people/people_utils.php');

Index: createjob.php
===================================================================
RCS file: /cvsroot/gforge/gforge/www/people/createjob.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- createjob.php       24 Mar 2004 14:34:10 -0000      1.6
+++ createjob.php       8 Oct 2004 23:17:31 -0000       1.7
@@ -1,16 +1,29 @@
 <?php
 /**
-  *
-  * SourceForge Jobs (aka Help Wanted) Board 
-  *
-  * SourceForge: Breaking Down the Barriers to Open Source Development
-  * Copyright 1999-2001 (c) VA Linux Systems
-  * http://sourceforge.net
-  *
-  * @version   $Id$
-  *
-  */
-
+ * GForge Help Wanted 
+ *
+ * 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('www/people/people_utils.php');

Index: index.php
===================================================================
RCS file: /cvsroot/gforge/gforge/www/people/index.php,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- index.php   24 Mar 2004 14:34:10 -0000      1.9
+++ index.php   8 Oct 2004 23:17:31 -0000       1.10
@@ -1,16 +1,29 @@
 <?php
 /**
-  *
-  * SourceForge Jobs (aka Help Wanted) Board
-  *
-  * SourceForge: Breaking Down the Barriers to Open Source Development
-  * Copyright 1999-2001 (c) VA Linux Systems
-  * http://sourceforge.net
-  *
-  * @version   $Id$
-  *
-  */
-
+ * GForge Help Wanted 
+ *
+ * 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('www/people/people_utils.php');

Index: editjob.php
===================================================================
RCS file: /cvsroot/gforge/gforge/www/people/editjob.php,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- editjob.php 24 Mar 2004 14:34:10 -0000      1.9
+++ editjob.php 8 Oct 2004 23:17:31 -0000       1.10
@@ -1,16 +1,29 @@
 <?php
 /**
-  *
-  * SourceForge Jobs (aka Help Wanted) Board
-  *
-  * SourceForge: Breaking Down the Barriers to Open Source Development
-  * Copyright 1999-2001 (c) VA Linux Systems
-  * http://sourceforge.net
-  *
-  * @version   $Id$
-  *
-  */
-
+ * GForge Help Wanted 
+ *
+ * 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('www/people/people_utils.php');

Index: helpwanted-latest.php
===================================================================
RCS file: /cvsroot/gforge/gforge/www/people/helpwanted-latest.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- helpwanted-latest.php       24 Mar 2004 14:34:10 -0000      1.6
+++ helpwanted-latest.php       8 Oct 2004 23:17:31 -0000       1.7
@@ -1,16 +1,29 @@
 <?php
 /**
-  *
-  * SourceForge Jobs (aka Help Wanted) Board 
-  *
-  * SourceForge: Breaking Down the Barriers to Open Source Development
-  * Copyright 1999-2001 (c) VA Linux Systems
-  * http://sourceforge.net
-  *
-  * @version   $Id$
-  *
-  */
-
+ * GForge Help Wanted 
+ *
+ * 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('www/people/people_utils.php');

Index: people_utils.php
===================================================================
RCS file: /cvsroot/gforge/gforge/www/people/people_utils.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- people_utils.php    25 Nov 2003 02:55:24 -0000      1.8
+++ people_utils.php    8 Oct 2004 23:17:31 -0000       1.9
@@ -1,16 +1,28 @@
 <?php
 /**
- * SourceForge Jobs (aka Help Wanted) Board
- *
- * Job/People finder
+ * GForge Help Wanted 
  *
- * 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/
  *
- * @athor              Tim Perdue <address@hidden>
- * @version            $Id$
+ * @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
  */
 
 function people_header($params) {





reply via email to

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