From 43a59fb32c8db0cb6cf5f21320d0ac2fc268c417 Mon Sep 17 00:00:00 2001 From: Gunnar Wrobel Date: Tue, 17 Aug 2010 09:33:00 +0200 Subject: [PATCH] Fix copyright for the things that were paid and stuff that I did in my spare time. Hopefully Horde provides a legal entity soon so that the copyrights can be transferred. --- framework/Itip/lib/Horde/Itip/Event.php | 1 + framework/Itip/lib/Horde/Itip/Response/Options.php | 2 +- framework/Itip/lib/Horde/Itip/Response/Options/Base.php | 2 +- framework/Itip/lib/Horde/Itip/Response/Options/Horde.php | 2 +- framework/Itip/lib/Horde/Itip/Response/Options/Kolab.php | 2 +- framework/Itip/lib/Horde/Itip/Response/Type.php | 2 +- framework/Itip/lib/Horde/Itip/Response/Type/Accept.php | 2 +- framework/Itip/lib/Horde/Itip/Response/Type/Base.php | 2 +- framework/Itip/lib/Horde/Itip/Response/Type/Decline.php | 2 +- framework/Itip/lib/Horde/Itip/Response/Type/Tentative.php | 2 +- framework/Itip/test/Horde/Itip/Integration/ItipTest.php | 2 +- framework/Itip/test/Horde/Itip/Unit/Event/VeventTest.php | 2 +- 12 files changed, 12 insertions(+), 11 deletions(-) diff --git a/framework/Itip/lib/Horde/Itip/Event.php b/framework/Itip/lib/Horde/Itip/Event.php index b18d844e6..d431fe193 100644 --- a/framework/Itip/lib/Horde/Itip/Event.php +++ b/framework/Itip/lib/Horde/Itip/Event.php @@ -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 diff --git a/framework/Itip/lib/Horde/Itip/Response/Options.php b/framework/Itip/lib/Horde/Itip/Response/Options.php index 9fa8308ce..149ce1f92 100644 --- a/framework/Itip/lib/Horde/Itip/Response/Options.php +++ b/framework/Itip/lib/Horde/Itip/Response/Options.php @@ -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 diff --git a/framework/Itip/lib/Horde/Itip/Response/Options/Base.php b/framework/Itip/lib/Horde/Itip/Response/Options/Base.php index e2a759b72..d2a268560 100644 --- a/framework/Itip/lib/Horde/Itip/Response/Options/Base.php +++ b/framework/Itip/lib/Horde/Itip/Response/Options/Base.php @@ -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 diff --git a/framework/Itip/lib/Horde/Itip/Response/Options/Horde.php b/framework/Itip/lib/Horde/Itip/Response/Options/Horde.php index 340c4fdd1..abbfb63d0 100644 --- a/framework/Itip/lib/Horde/Itip/Response/Options/Horde.php +++ b/framework/Itip/lib/Horde/Itip/Response/Options/Horde.php @@ -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 diff --git a/framework/Itip/lib/Horde/Itip/Response/Options/Kolab.php b/framework/Itip/lib/Horde/Itip/Response/Options/Kolab.php index 90fe6270c..aae6976cb 100644 --- a/framework/Itip/lib/Horde/Itip/Response/Options/Kolab.php +++ b/framework/Itip/lib/Horde/Itip/Response/Options/Kolab.php @@ -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 diff --git a/framework/Itip/lib/Horde/Itip/Response/Type.php b/framework/Itip/lib/Horde/Itip/Response/Type.php index 73d53c308..293b7ba99 100644 --- a/framework/Itip/lib/Horde/Itip/Response/Type.php +++ b/framework/Itip/lib/Horde/Itip/Response/Type.php @@ -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 diff --git a/framework/Itip/lib/Horde/Itip/Response/Type/Accept.php b/framework/Itip/lib/Horde/Itip/Response/Type/Accept.php index 96a4c9283..b9b21f66c 100644 --- a/framework/Itip/lib/Horde/Itip/Response/Type/Accept.php +++ b/framework/Itip/lib/Horde/Itip/Response/Type/Accept.php @@ -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 diff --git a/framework/Itip/lib/Horde/Itip/Response/Type/Base.php b/framework/Itip/lib/Horde/Itip/Response/Type/Base.php index 2b61dad70..b8698859f 100644 --- a/framework/Itip/lib/Horde/Itip/Response/Type/Base.php +++ b/framework/Itip/lib/Horde/Itip/Response/Type/Base.php @@ -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 diff --git a/framework/Itip/lib/Horde/Itip/Response/Type/Decline.php b/framework/Itip/lib/Horde/Itip/Response/Type/Decline.php index 3e6b4298d..d687191ff 100644 --- a/framework/Itip/lib/Horde/Itip/Response/Type/Decline.php +++ b/framework/Itip/lib/Horde/Itip/Response/Type/Decline.php @@ -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 diff --git a/framework/Itip/lib/Horde/Itip/Response/Type/Tentative.php b/framework/Itip/lib/Horde/Itip/Response/Type/Tentative.php index 8da0b3f71..d508b2065 100644 --- a/framework/Itip/lib/Horde/Itip/Response/Type/Tentative.php +++ b/framework/Itip/lib/Horde/Itip/Response/Type/Tentative.php @@ -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 diff --git a/framework/Itip/test/Horde/Itip/Integration/ItipTest.php b/framework/Itip/test/Horde/Itip/Integration/ItipTest.php index bccf7b5fb..2e36aa020 100644 --- a/framework/Itip/test/Horde/Itip/Integration/ItipTest.php +++ b/framework/Itip/test/Horde/Itip/Integration/ItipTest.php @@ -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 diff --git a/framework/Itip/test/Horde/Itip/Unit/Event/VeventTest.php b/framework/Itip/test/Horde/Itip/Unit/Event/VeventTest.php index 4e9944ea0..2446d2f6a 100644 --- a/framework/Itip/test/Horde/Itip/Unit/Event/VeventTest.php +++ b/framework/Itip/test/Horde/Itip/Unit/Event/VeventTest.php @@ -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 -- 2.11.0