Update of /cvsroot/phpbt/phpbt
In directory usw-pr-cvs1:/tmp/cvs-serv14312
Modified Files:
bug.php images.php include.php index.php logout.php
newaccount.php query.php report.php strings-en.php user.php
Log Message:
Additional GPL stuff
Index: bug.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/bug.php,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- bug.php 2001/08/08 04:01:46 1.18
+++ bug.php 2001/08/09 12:54:47 1.19
@@ -1,14 +1,6 @@
<?php
// bug.php
-
-include 'include.php';
-
-///
-/// Show the activity for a bug
-function show_history($bugid) {
- global $q, $t, $STRING;
-
if (!is_numeric($bugid)) {
show_text($STRING['nobughistory']);
return;
Index: images.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/images.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- images.php 2001/08/09 12:07:13 1.3
+++ images.php 2001/08/09 12:54:47 1.4
@@ -1,14 +1,25 @@
<?php
// images.php - Draw graphs using jpgraph
-// --------------------------------------------------------------------
+// ------------------------------------------------------------------------
// Copyright (c) 2001 The phpBugTracker Group
-// ---------------------------------------------------------------------
-// This program is free software; you can redistribute it and/or modify
+// ------------------------------------------------------------------------
+// This file is part of phpBugTracker
+//
+// phpBugTracker 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.
-// ---------------------------------------------------------------------
+//
+// phpBugTracker 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 phpBugTracker; if not, write to the Free Software Foundation,
+// Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+// ------------------------------------------------------------------------
define ('NO_AUTH',1);
include 'include.php';
Index: include.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/include.php,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- include.php 2001/08/09 12:07:13 1.21
+++ include.php 2001/08/09 12:54:47 1.22
@@ -1,14 +1,25 @@
<?php
// include.php - Set up global variables and functions
-// --------------------------------------------------------------------
+// ------------------------------------------------------------------------
// Copyright (c) 2001 The phpBugTracker Group
-// ---------------------------------------------------------------------
-// This program is free software; you can redistribute it and/or modify
+// ------------------------------------------------------------------------
+// This file is part of phpBugTracker
+//
+// phpBugTracker 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.
-// ---------------------------------------------------------------------
+//
+// phpBugTracker 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 phpBugTracker; if not, write to the Free Software Foundation,
+// Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+// ------------------------------------------------------------------------
define ('INSTALLPATH','/home/bcurtis/public_html/phpbt');
define ('INSTALLURL','http://localhost/~bcurtis/phpbt');
Index: index.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/index.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- index.php 2001/08/09 12:07:13 1.8
+++ index.php 2001/08/09 12:54:47 1.9
@@ -1,14 +1,25 @@
<?php
// index.php - Front page
-// --------------------------------------------------------------------
+// ------------------------------------------------------------------------
// Copyright (c) 2001 The phpBugTracker Group
-// ---------------------------------------------------------------------
-// This program is free software; you can redistribute it and/or modify
+// ------------------------------------------------------------------------
+// This file is part of phpBugTracker
+//
+// phpBugTracker 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.
-// ---------------------------------------------------------------------
+//
+// phpBugTracker 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 phpBugTracker; if not, write to the Free Software Foundation,
+// Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+// ------------------------------------------------------------------------
include 'include.php';
Index: logout.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/logout.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- logout.php 2001/08/09 12:07:13 1.4
+++ logout.php 2001/08/09 12:54:47 1.5
@@ -1,14 +1,25 @@
<?php
// logout.php - Clear the authentication of a user
-// --------------------------------------------------------------------
+// ------------------------------------------------------------------------
// Copyright (c) 2001 The phpBugTracker Group
-// ---------------------------------------------------------------------
-// This program is free software; you can redistribute it and/or modify
+// ------------------------------------------------------------------------
+// This file is part of phpBugTracker
+//
+// phpBugTracker 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.
-// ---------------------------------------------------------------------
+//
+// phpBugTracker 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 phpBugTracker; if not, write to the Free Software Foundation,
+// Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+// ------------------------------------------------------------------------
include 'include.php';
Index: newaccount.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/newaccount.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- newaccount.php 2001/08/09 12:07:13 1.8
+++ newaccount.php 2001/08/09 12:54:47 1.9
@@ -1,14 +1,25 @@
<?php
// newaccount.php - Set up new user accounts
-// --------------------------------------------------------------------
+// ------------------------------------------------------------------------
// Copyright (c) 2001 The phpBugTracker Group
-// ---------------------------------------------------------------------
-// This program is free software; you can redistribute it and/or modify
+// ------------------------------------------------------------------------
+// This file is part of phpBugTracker
+//
+// phpBugTracker 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.
-// ---------------------------------------------------------------------
+//
+// phpBugTracker 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 phpBugTracker; if not, write to the Free Software Foundation,
+// Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+// ------------------------------------------------------------------------
include 'include.php';
Index: query.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/query.php,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- query.php 2001/08/09 12:07:13 1.11
+++ query.php 2001/08/09 12:54:47 1.12
@@ -1,14 +1,25 @@
<?php
// query.php - Query the bug database
-// --------------------------------------------------------------------
+// ------------------------------------------------------------------------
// Copyright (c) 2001 The phpBugTracker Group
-// ---------------------------------------------------------------------
-// This program is free software; you can redistribute it and/or modify
+// ------------------------------------------------------------------------
+// This file is part of phpBugTracker
+//
+// phpBugTracker 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.
-// ---------------------------------------------------------------------
+//
+// phpBugTracker 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 phpBugTracker; if not, write to the Free Software Foundation,
+// Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+// ------------------------------------------------------------------------
include 'include.php';
Index: report.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/report.php,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- report.php 2001/08/09 12:07:13 1.9
+++ report.php 2001/08/09 12:54:47 1.10
@@ -1,14 +1,25 @@
<?php
// report.php - Generate reports on various bug activities
-// --------------------------------------------------------------------
+// ------------------------------------------------------------------------
// Copyright (c) 2001 The phpBugTracker Group
-// ---------------------------------------------------------------------
-// This program is free software; you can redistribute it and/or modify
+// ------------------------------------------------------------------------
+// This file is part of phpBugTracker
+//
+// phpBugTracker 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.
-// ---------------------------------------------------------------------
+//
+// phpBugTracker 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 phpBugTracker; if not, write to the Free Software Foundation,
+// Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+// ------------------------------------------------------------------------
include 'include.php';
Index: strings-en.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/strings-en.php,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- strings-en.php 2001/08/09 12:07:13 1.11
+++ strings-en.php 2001/08/09 12:54:47 1.12
@@ -1,14 +1,25 @@
<?php
// strings-en.php - English strings and titles
-// --------------------------------------------------------------------
+// ------------------------------------------------------------------------
// Copyright (c) 2001 The phpBugTracker Group
-// ---------------------------------------------------------------------
-// This program is free software; you can redistribute it and/or modify
+// ------------------------------------------------------------------------
+// This file is part of phpBugTracker
+//
+// phpBugTracker 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.
-// ---------------------------------------------------------------------
+//
+// phpBugTracker 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 phpBugTracker; if not, write to the Free Software Foundation,
+// Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+// ------------------------------------------------------------------------
$STRING = array(
'nouser' => 'That user does not exist',
Index: user.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/user.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- user.php 2001/08/09 12:07:13 1.6
+++ user.php 2001/08/09 12:54:47 1.7
@@ -1,14 +1,25 @@
<?php
// user.php - Preferences page
-// --------------------------------------------------------------------
+// ------------------------------------------------------------------------
// Copyright (c) 2001 The phpBugTracker Group
-// ---------------------------------------------------------------------
-// This program is free software; you can redistribute it and/or modify
+// ------------------------------------------------------------------------
+// This file is part of phpBugTracker
+//
+// phpBugTracker 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.
-// ---------------------------------------------------------------------
+//
+// phpBugTracker 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 phpBugTracker; if not, write to the Free Software Foundation,
+// Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+// ------------------------------------------------------------------------
include 'include.php';
|