]> code.citadel.org Git - citadel.git/blobdiff - ctdlphp/ctdlheader.php
* Added a proper CVS ID and Copyright disclaimer to every file. Other
[citadel.git] / ctdlphp / ctdlheader.php
index aa8eb4dc3b496670e4ae1c2ec42de1a14c91c14b..2bf55be696a76b0ecc30a164290c40aa80a932ea 100644 (file)
@@ -1,5 +1,14 @@
 <?PHP
 
+// $Id$
+//
+// Header and footer code to be included on every page.  Not only does it
+// contain some common markup, but it also includes some code glue that holds
+// the session together.
+//
+// Copyright (c) 2003 by Art Cancro <ajc@uncensored.citadel.org>
+// This program is released under the terms of the GNU General Public License.
+
 include "ctdlsession.php";
 include "ctdlprotocol.php";