|
From: Benjamin C. <bc...@us...> - 2001-08-09 12:07:16
|
Update of /cvsroot/phpbt/phpbt
In directory usw-pr-cvs1:/tmp/cvs-serv1706
Modified Files:
images.php include.php index.php logout.php newaccount.php
query.php report.php strings-en.php user.php
Log Message:
Add copyright banner message
Index: images.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/images.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- images.php 2001/08/07 13:50:07 1.2
+++ images.php 2001/08/09 12:07:13 1.3
@@ -1,6 +1,14 @@
<?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
+// 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.
+// ---------------------------------------------------------------------
define ('NO_AUTH',1);
include 'include.php';
Index: include.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/include.php,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- include.php 2001/08/08 14:21:27 1.20
+++ include.php 2001/08/09 12:07:13 1.21
@@ -1,6 +1,14 @@
<?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
+// 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.
+// ---------------------------------------------------------------------
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.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- index.php 2001/08/07 13:50:07 1.7
+++ index.php 2001/08/09 12:07:13 1.8
@@ -1,6 +1,14 @@
<?php
// index.php - Front page
+// --------------------------------------------------------------------
+// Copyright (c) 2001 The phpBugTracker Group
+// ---------------------------------------------------------------------
+// This program 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.
+// ---------------------------------------------------------------------
include 'include.php';
Index: logout.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/logout.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- logout.php 2001/08/07 13:50:07 1.3
+++ logout.php 2001/08/09 12:07:13 1.4
@@ -1,6 +1,14 @@
<?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
+// 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.
+// ---------------------------------------------------------------------
include 'include.php';
Index: newaccount.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/newaccount.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- newaccount.php 2001/08/07 13:50:07 1.7
+++ newaccount.php 2001/08/09 12:07:13 1.8
@@ -1,6 +1,14 @@
<?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
+// 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.
+// ---------------------------------------------------------------------
include 'include.php';
Index: query.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/query.php,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- query.php 2001/08/08 04:01:46 1.10
+++ query.php 2001/08/09 12:07:13 1.11
@@ -1,6 +1,14 @@
<?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
+// 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.
+// ---------------------------------------------------------------------
include 'include.php';
Index: report.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/report.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- report.php 2001/08/07 13:50:07 1.8
+++ report.php 2001/08/09 12:07:13 1.9
@@ -1,6 +1,14 @@
<?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
+// 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.
+// ---------------------------------------------------------------------
include 'include.php';
Index: strings-en.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/strings-en.php,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- strings-en.php 2001/08/08 13:18:15 1.10
+++ strings-en.php 2001/08/09 12:07:13 1.11
@@ -1,6 +1,14 @@
<?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
+// 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.
+// ---------------------------------------------------------------------
$STRING = array(
'nouser' => 'That user does not exist',
Index: user.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/user.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- user.php 2001/08/08 04:27:23 1.5
+++ user.php 2001/08/09 12:07:13 1.6
@@ -1,6 +1,14 @@
<?php
// user.php - Preferences page
+// --------------------------------------------------------------------
+// Copyright (c) 2001 The phpBugTracker Group
+// ---------------------------------------------------------------------
+// This program 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.
+// ---------------------------------------------------------------------
include 'include.php';
|