From: Steve Brokenshire <sbrokenshire@xestia.co.uk>
Date: Fri, 26 Feb 2016 08:18:53 +0000 (+0000)
Subject: Inserted copyright and license header for CalDAV.cpp & CalDAV.h
X-Git-Tag: release-0.02~340
X-Git-Url: http://Server1/repobrowser/?a=commitdiff_plain;h=731991ccc529af88d8b90bedfbec2e3541bc46e1;p=xestiacalendar%2F.git

Inserted copyright and license header for CalDAV.cpp & CalDAV.h
---

diff --git a/source/objects/CalDAV/CalDAV.cpp b/source/objects/CalDAV/CalDAV.cpp
index 33c81b4..6a5c70b 100644
--- a/source/objects/CalDAV/CalDAV.cpp
+++ b/source/objects/CalDAV/CalDAV.cpp
@@ -1,3 +1,21 @@
+// CalDAV.cpp - CalDAV Connection Object.
+//
+// (c) 2016 Xestia Software Development.
+//
+// This file is part of Xestia Calendar.
+//
+// Xestia Address Book 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, version 3 of the license.
+//
+// Xestia Address Book is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License along
+// with Xestia Calendar. If not, see <http://www.gnu.org/licenses/>
+
 #include "CalDAV.h"
 
 bool CalDAVObjectValidSettings(CalDAVConnectionData *ConnData){
diff --git a/source/objects/CalDAV/CalDAV.h b/source/objects/CalDAV/CalDAV.h
index 8a9c06c..31e5c3b 100644
--- a/source/objects/CalDAV/CalDAV.h
+++ b/source/objects/CalDAV/CalDAV.h
@@ -1,3 +1,21 @@
+// CalDAV.h - CalDAV Connection Object header.
+//
+// (c) 2016 Xestia Software Development.
+//
+// This file is part of Xestia Calendar.
+//
+// Xestia Address Book 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, version 3 of the license.
+//
+// Xestia Address Book is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License along
+// with Xestia Calendar. If not, see <http://www.gnu.org/licenses/>
+
 #ifndef __OBJECTS_CALDAV_CALDAV_H__
 #define __OBJECTS_CALDAV_CALDAV_H__