|
From: Benjamin C. <bc...@us...> - 2001-08-09 12:07:16
|
Update of /cvsroot/phpbt/phpbt/admin In directory usw-pr-cvs1:/tmp/cvs-serv1706/admin Modified Files: os.php resolution.php status.php Log Message: Add copyright banner message Index: os.php =================================================================== RCS file: /cvsroot/phpbt/phpbt/admin/os.php,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- os.php 2001/08/07 13:50:07 1.5 +++ os.php 2001/08/09 12:07:13 1.6 @@ -1,6 +1,14 @@ <?php // os.php - Interface to the OS table +// -------------------------------------------------------------------- +// 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: resolution.php =================================================================== RCS file: /cvsroot/phpbt/phpbt/admin/resolution.php,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- resolution.php 2001/08/07 13:50:07 1.6 +++ resolution.php 2001/08/09 12:07:13 1.7 @@ -1,6 +1,14 @@ <?php // resolution.php - Interface to the Resolution table +// -------------------------------------------------------------------- +// 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: status.php =================================================================== RCS file: /cvsroot/phpbt/phpbt/admin/status.php,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- status.php 2001/08/07 13:50:07 1.6 +++ status.php 2001/08/09 12:07:13 1.7 @@ -1,6 +1,14 @@ <?php // status.php - Interface to the Status table +// -------------------------------------------------------------------- +// 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'; |