From: Art Cancro Date: Sun, 2 Nov 2003 02:39:30 +0000 (+0000) Subject: * Added a proper CVS ID and Copyright disclaimer to every file. Other X-Git-Tag: v7.86~5723 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=e1822b173e750dbe4e495fe7031cadf4c9ee00e1 * Added a proper CVS ID and Copyright disclaimer to every file. Other developers and webmasters working on the project, please add your own identities to the copyright notice of any module you work on. --- diff --git a/ctdlphp/ChangeLog b/ctdlphp/ChangeLog index 00dd4460f..ab901a092 100644 --- a/ctdlphp/ChangeLog +++ b/ctdlphp/ChangeLog @@ -1,4 +1,9 @@ $Log$ + Revision 1.6 2003/11/02 02:39:30 ajc + * Added a proper CVS ID and Copyright disclaimer to every file. Other + developers and webmasters working on the project, please add your own + identities to the copyright notice of any module you work on. + Revision 1.5 2003/11/01 23:29:04 ajc * Allow the session proxy to time out after 15 minutes. * This program now requires PHP v4.3.0 or newer due to bugs in the socket @@ -20,5 +25,3 @@ Revision 1.1 2003/10/31 03:47:13 ajc * Initial CVS import - - diff --git a/ctdlphp/ctdlheader.php b/ctdlphp/ctdlheader.php index aa8eb4dc3..2bf55be69 100644 --- a/ctdlphp/ctdlheader.php +++ b/ctdlphp/ctdlheader.php @@ -1,5 +1,14 @@ +// This program is released under the terms of the GNU General Public License. + include "ctdlsession.php"; include "ctdlprotocol.php"; diff --git a/ctdlphp/ctdlsession.php b/ctdlphp/ctdlsession.php index 5683467ab..81e7c2829 100644 --- a/ctdlphp/ctdlsession.php +++ b/ctdlphp/ctdlsession.php @@ -1,7 +1,6 @@ +// This program is released under the terms of the GNU General Public License. +// + include "ctdlheader.php"; bbs_page_header(); diff --git a/ctdlphp/login.php b/ctdlphp/login.php index 2190447d2..ebf514e63 100644 --- a/ctdlphp/login.php +++ b/ctdlphp/login.php @@ -1,4 +1,13 @@ +// This program is released under the terms of the GNU General Public License. +// + include "ctdlheader.php"; bbs_page_header(); diff --git a/ctdlphp/logout.php b/ctdlphp/logout.php index 3d27c5ecd..66eb5c890 100644 --- a/ctdlphp/logout.php +++ b/ctdlphp/logout.php @@ -1,4 +1,13 @@ +// This program is released under the terms of the GNU General Public License. +// + include "ctdlheader.php"; bbs_page_header();