Fix copyright for the things that were paid and stuff that I did in my spare time.
authorGunnar Wrobel <p@rdus.de>
Tue, 17 Aug 2010 07:33:00 +0000 (09:33 +0200)
committerGunnar Wrobel <p@rdus.de>
Wed, 25 Aug 2010 17:21:41 +0000 (19:21 +0200)
Hopefully Horde provides a legal entity soon so that the copyrights can be transferred.

12 files changed:
framework/Itip/lib/Horde/Itip/Event.php
framework/Itip/lib/Horde/Itip/Response/Options.php
framework/Itip/lib/Horde/Itip/Response/Options/Base.php
framework/Itip/lib/Horde/Itip/Response/Options/Horde.php
framework/Itip/lib/Horde/Itip/Response/Options/Kolab.php
framework/Itip/lib/Horde/Itip/Response/Type.php
framework/Itip/lib/Horde/Itip/Response/Type/Accept.php
framework/Itip/lib/Horde/Itip/Response/Type/Base.php
framework/Itip/lib/Horde/Itip/Response/Type/Decline.php
framework/Itip/lib/Horde/Itip/Response/Type/Tentative.php
framework/Itip/test/Horde/Itip/Integration/ItipTest.php
framework/Itip/test/Horde/Itip/Unit/Event/VeventTest.php

index b18d844..d431fe1 100644 (file)
@@ -15,6 +15,7 @@
  * Defines the event interface required for iTip-Handling / resource booking.
  *
  * Copyright 2010 Klarälvdalens Datakonsult AB
+ * Copyright 2010 The Horde Project (http://www.horde.org/)
  *
  * See the enclosed file COPYING for license information (LGPL). If you did not
  * receive this file, see
index 9fa8308..149ce1f 100644 (file)
@@ -14,7 +14,7 @@
 /**
  * Holds iTip response options.
  *
- * Copyright 2010 Kolab Systems AG
+ * Copyright 2010 The Horde Project (http://www.horde.org/)
  *
  * See the enclosed file COPYING for license information (LGPL). If you did not
  * receive this file, see
index e2a759b..d2a2685 100644 (file)
@@ -14,7 +14,7 @@
 /**
  * Holds iTip response options.
  *
- * Copyright 2010 Kolab Systems AG
+ * Copyright 2010 The Horde Project (http://www.horde.org/)
  *
  * See the enclosed file COPYING for license information (LGPL). If you did not
  * receive this file, see
index 340c4fd..abbfb63 100644 (file)
@@ -14,7 +14,7 @@
 /**
  * Handles iTip response options for Horde iTip responses.
  *
- * Copyright 2010 Kolab Systems AG
+ * Copyright 2010 The Horde Project (http://www.horde.org/)
  *
  * See the enclosed file COPYING for license information (LGPL). If you did not
  * receive this file, see
index 90fe627..aae6976 100644 (file)
@@ -14,7 +14,7 @@
 /**
  * Handles iTip response options for Kolab iTip responses.
  *
- * Copyright 2010 Kolab Systems AG
+ * Copyright 2010 The Horde Project (http://www.horde.org/)
  *
  * See the enclosed file COPYING for license information (LGPL). If you did not
  * receive this file, see
index 73d53c3..293b7ba 100644 (file)
@@ -14,7 +14,7 @@
 /**
  * Marks the response type.
  *
- * Copyright 2010 Klarälvdalens Datakonsult AB
+ * Copyright 2010 Kolab Systems AG
  *
  * See the enclosed file COPYING for license information (LGPL). If you did not
  * receive this file, see
index 96a4c92..b9b21f6 100644 (file)
@@ -14,7 +14,7 @@
 /**
  * Indicates an accepted invitation.
  *
- * Copyright 2010 Klarälvdalens Datakonsult AB
+ * Copyright 2010 Kolab Systems AG
  *
  * See the enclosed file COPYING for license information (LGPL). If you did not
  * receive this file, see
index 2b61dad..b869885 100644 (file)
@@ -14,7 +14,7 @@
 /**
  * Basic iTip response type definition.
  *
- * Copyright 2010 Klarälvdalens Datakonsult AB
+ * Copyright 2010 Kolab Systems AG
  *
  * See the enclosed file COPYING for license information (LGPL). If you did not
  * receive this file, see
index 3e6b429..d687191 100644 (file)
@@ -14,7 +14,7 @@
 /**
  * Indicates a declined invitation.
  *
- * Copyright 2010 Klarälvdalens Datakonsult AB
+ * Copyright 2010 Kolab Systems AG
  *
  * See the enclosed file COPYING for license information (LGPL). If you did not
  * receive this file, see
index 8da0b3f..d508b20 100644 (file)
@@ -14,7 +14,7 @@
 /**
  * Indicates a tentatively accepted invitation.
  *
- * Copyright 2010 Klarälvdalens Datakonsult AB
+ * Copyright 2010 Kolab Systems AG
  *
  * See the enclosed file COPYING for license information (LGPL). If you did not
  * receive this file, see
index bccf7b5..2e36aa0 100644 (file)
@@ -20,7 +20,7 @@ require_once dirname(__FILE__) . '/../Autoload.php';
 /**
  * Test the itip response handling.
  *
- * Copyright 2010 Klarälvdalens Datakonsult AB
+ * Copyright 2010 Kolab Systems AG
  *
  * See the enclosed file COPYING for license information (LGPL). If you did not
  * receive this file, see
index 4e9944e..2446d2f 100644 (file)
@@ -20,7 +20,7 @@ require_once dirname(__FILE__) . '/../../Autoload.php';
 /**
  * Test the vEvent iCal handling.
  *
- * Copyright 2010 Klarälvdalens Datakonsult AB
+ * Copyright 2010 Kolab Systems AG
  *
  * See the enclosed file COPYING for license information (LGPL). If you did not
  * receive this file, see