diff --git a/htdocs/caldav.php b/htdocs/caldav.php
index 139ff1b5..873a746b 100644
--- a/htdocs/caldav.php
+++ b/htdocs/caldav.php
@@ -1,4 +1,13 @@
+* @copyright Catalyst .Net Ltd
+* @license http://gnu.org/copyleft/gpl.html GNU GPL v2
+*/
require_once("always.php");
dbg_error_log( "caldav", " User agent: %s", $_SERVER['HTTP_USER_AGENT'] );
require_once("BasicAuthSession.php");
diff --git a/inc/BasicAuthSession.php b/inc/BasicAuthSession.php
index dd58d007..1b02a1da 100644
--- a/inc/BasicAuthSession.php
+++ b/inc/BasicAuthSession.php
@@ -1,6 +1,6 @@
+* @copyright Catalyst .Net Ltd
+* @license http://gnu.org/copyleft/gpl.html GNU GPL v2
+*/
dbg_error_log("delete", "DELETE method handler");
/**
diff --git a/inc/caldav-GET.php b/inc/caldav-GET.php
index 521ebfc8..3b40757e 100644
--- a/inc/caldav-GET.php
+++ b/inc/caldav-GET.php
@@ -1,5 +1,13 @@
+* @copyright Catalyst .Net Ltd
+* @license http://gnu.org/copyleft/gpl.html GNU GPL v2
+*/
dbg_error_log("get", "GET method handler");
// The GET method is not sent with any wrapping XML so we simply fetch it
diff --git a/inc/caldav-MKCALENDAR.php b/inc/caldav-MKCALENDAR.php
index 7382aa84..eccb27b1 100644
--- a/inc/caldav-MKCALENDAR.php
+++ b/inc/caldav-MKCALENDAR.php
@@ -1,5 +1,13 @@
+* @copyright Catalyst .Net Ltd
+* @license http://gnu.org/copyleft/gpl.html GNU GPL v2
+*/
dbg_error_log("MKCALENDAR", "method handler");
dbg_log_array( "MKCOL", 'HEADERS', $raw_headers );
diff --git a/inc/caldav-MKCOL.php b/inc/caldav-MKCOL.php
index db2c6e38..3e76399a 100644
--- a/inc/caldav-MKCOL.php
+++ b/inc/caldav-MKCOL.php
@@ -1,5 +1,13 @@
+* @copyright Catalyst .Net Ltd
+* @license http://gnu.org/copyleft/gpl.html GNU GPL v2
+*/
dbg_error_log("MKCOL", "method handler");
dbg_log_array( "MKCOL", 'HEADERS', $raw_headers );
diff --git a/inc/caldav-OPTIONS.php b/inc/caldav-OPTIONS.php
index c35992e9..4ffad1df 100644
--- a/inc/caldav-OPTIONS.php
+++ b/inc/caldav-OPTIONS.php
@@ -1,4 +1,13 @@
+* @copyright Catalyst .Net Ltd
+* @license http://gnu.org/copyleft/gpl.html GNU GPL v2
+*/
dbg_error_log("OPTIONS", "method handler");
header( "Content-type: text/plain" );
diff --git a/inc/caldav-PROPFIND.php b/inc/caldav-PROPFIND.php
index 01c942ec..92dfb70a 100644
--- a/inc/caldav-PROPFIND.php
+++ b/inc/caldav-PROPFIND.php
@@ -1,4 +1,13 @@
+* @copyright Catalyst .Net Ltd
+* @license http://gnu.org/copyleft/gpl.html GNU GPL v2
+*/
dbg_error_log("PROPFIND", "method handler");
require_once("XMLElement.php");
diff --git a/inc/caldav-PUT.php b/inc/caldav-PUT.php
index eac8c57b..31930596 100644
--- a/inc/caldav-PUT.php
+++ b/inc/caldav-PUT.php
@@ -1,5 +1,13 @@
+* @copyright Catalyst .Net Ltd
+* @license http://gnu.org/copyleft/gpl.html GNU GPL v2
+*/
dbg_error_log("PUT", "method handler");
// The PUT method is not sent with any wrapping XML so we simply store it
diff --git a/inc/caldav-REPORT.php b/inc/caldav-REPORT.php
index 378de6a6..19c51953 100644
--- a/inc/caldav-REPORT.php
+++ b/inc/caldav-REPORT.php
@@ -1,5 +1,13 @@
+* @copyright Catalyst .Net Ltd
+* @license http://gnu.org/copyleft/gpl.html GNU GPL v2
+*/
dbg_error_log("REPORT", "method handler");
require_once("XMLElement.php");
diff --git a/rscds.webprj b/rscds.webprj
index 0797641a..35f54d3b 100644
--- a/rscds.webprj
+++ b/rscds.webprj
@@ -23,7 +23,6 @@
-