From 0551f741702687e451e97dfe4a7007b3beac99d0 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Tue, 17 Oct 2017 18:31:09 +0200 Subject: [PATCH] Update references to COPYING files. --- lib/Horde/Push.php | 2 +- lib/Horde/Push/Cli.php | 2 +- lib/Horde/Push/Exception.php | 2 +- lib/Horde/Push/Factory/Push.php | 2 +- lib/Horde/Push/Factory/Recipients.php | 2 +- lib/Horde/Push/Recipient.php | 2 +- lib/Horde/Push/Recipient/Base.php | 2 +- lib/Horde/Push/Recipient/Blogger.php | 2 +- lib/Horde/Push/Recipient/Facebook.php | 2 +- lib/Horde/Push/Recipient/Mail.php | 2 +- lib/Horde/Push/Recipient/Mock.php | 2 +- lib/Horde/Push/Recipient/Twitter.php | 2 +- lib/Horde/Push/Translation.php | 2 +- test/Horde/Push/Autoload.php | 2 +- test/Horde/Push/TestCase.php | 2 +- test/Horde/Push/Unit/Push/CliTest.php | 2 +- test/Horde/Push/Unit/Push/Factory/PushTest.php | 2 +- test/Horde/Push/Unit/Push/Factory/RecipientTest.php | 2 +- test/Horde/Push/Unit/Push/Recipient/BloggerTest.php | 2 +- test/Horde/Push/Unit/Push/Recipient/MailTest.php | 2 +- test/Horde/Push/Unit/Push/Recipient/TwitterTest.php | 2 +- test/Horde/Push/Unit/PushTest.php | 2 +- 22 files changed, 22 insertions(+), 22 deletions(-) diff --git a/lib/Horde/Push.php b/lib/Horde/Push.php index 4e9da76..995624f 100644 --- a/lib/Horde/Push.php +++ b/lib/Horde/Push.php @@ -16,7 +16,7 @@ * * Copyright 2011-2017 Horde LLC (http://www.horde.org/) * - * See the enclosed file COPYING for license information (LGPL). If you did not + * See the enclosed file LICENSE for license information (LGPL). If you did not * receive this file, see http://www.horde.org/licenses/lgpl21. * * @category Horde diff --git a/lib/Horde/Push/Cli.php b/lib/Horde/Push/Cli.php index bb5e5db..d37c5ff 100644 --- a/lib/Horde/Push/Cli.php +++ b/lib/Horde/Push/Cli.php @@ -16,7 +16,7 @@ * * Copyright 2011-2017 Horde LLC (http://www.horde.org/) * - * See the enclosed file COPYING for license information (LGPL). If you did not + * See the enclosed file LICENSE for license information (LGPL). If you did not * receive this file, see http://www.horde.org/licenses/lgpl21. * * @category Horde diff --git a/lib/Horde/Push/Exception.php b/lib/Horde/Push/Exception.php index 2a33fce..16fadb2 100644 --- a/lib/Horde/Push/Exception.php +++ b/lib/Horde/Push/Exception.php @@ -16,7 +16,7 @@ * * Copyright 2011-2017 Horde LLC (http://www.horde.org/) * - * See the enclosed file COPYING for license information (LGPL). If you did not + * See the enclosed file LICENSE for license information (LGPL). If you did not * receive this file, see http://www.horde.org/licenses/lgpl21. * * @category Horde diff --git a/lib/Horde/Push/Factory/Push.php b/lib/Horde/Push/Factory/Push.php index 0f26185..a398f2a 100644 --- a/lib/Horde/Push/Factory/Push.php +++ b/lib/Horde/Push/Factory/Push.php @@ -16,7 +16,7 @@ * * Copyright 2011-2017 Horde LLC (http://www.horde.org/) * - * See the enclosed file COPYING for license information (LGPL). If you did not + * See the enclosed file LICENSE for license information (LGPL). If you did not * receive this file, see http://www.horde.org/licenses/lgpl21. * * @category Horde diff --git a/lib/Horde/Push/Factory/Recipients.php b/lib/Horde/Push/Factory/Recipients.php index e06bf81..eafb0a5 100644 --- a/lib/Horde/Push/Factory/Recipients.php +++ b/lib/Horde/Push/Factory/Recipients.php @@ -2,7 +2,7 @@ /** * Copyright 2011-2017 Horde LLC (http://www.horde.org/) * - * See the enclosed file COPYING for license information (LGPL). If you did not + * See the enclosed file LICENSE for license information (LGPL). If you did not * receive this file, see http://www.horde.org/licenses/lgpl21. * * @category Horde diff --git a/lib/Horde/Push/Recipient.php b/lib/Horde/Push/Recipient.php index 0135754..4bf454a 100644 --- a/lib/Horde/Push/Recipient.php +++ b/lib/Horde/Push/Recipient.php @@ -16,7 +16,7 @@ * * Copyright 2011-2017 Horde LLC (http://www.horde.org/) * - * See the enclosed file COPYING for license information (LGPL). If you did not + * See the enclosed file LICENSE for license information (LGPL). If you did not * receive this file, see http://www.horde.org/licenses/lgpl21. * * @category Horde diff --git a/lib/Horde/Push/Recipient/Base.php b/lib/Horde/Push/Recipient/Base.php index 459997c..b6c0770 100644 --- a/lib/Horde/Push/Recipient/Base.php +++ b/lib/Horde/Push/Recipient/Base.php @@ -16,7 +16,7 @@ * * Copyright 2011-2017 Horde LLC (http://www.horde.org/) * - * See the enclosed file COPYING for license information (LGPL). If you did not + * See the enclosed file LICENSE for license information (LGPL). If you did not * receive this file, see http://www.horde.org/licenses/lgpl21. * * @category Horde diff --git a/lib/Horde/Push/Recipient/Blogger.php b/lib/Horde/Push/Recipient/Blogger.php index fd2fac3..b0b163a 100644 --- a/lib/Horde/Push/Recipient/Blogger.php +++ b/lib/Horde/Push/Recipient/Blogger.php @@ -16,7 +16,7 @@ * * Copyright 2011-2017 Horde LLC (http://www.horde.org/) * - * See the enclosed file COPYING for license information (LGPL). If you did not + * See the enclosed file LICENSE for license information (LGPL). If you did not * receive this file, see http://www.horde.org/licenses/lgpl21. * * @category Horde diff --git a/lib/Horde/Push/Recipient/Facebook.php b/lib/Horde/Push/Recipient/Facebook.php index 59fa2c7..ab77cd2 100644 --- a/lib/Horde/Push/Recipient/Facebook.php +++ b/lib/Horde/Push/Recipient/Facebook.php @@ -16,7 +16,7 @@ * * Copyright 2011-2017 Horde LLC (http://www.horde.org/) * - * See the enclosed file COPYING for license information (LGPL). If you did not + * See the enclosed file LICENSE for license information (LGPL). If you did not * receive this file, see http://www.horde.org/licenses/lgpl21. * * @category Horde diff --git a/lib/Horde/Push/Recipient/Mail.php b/lib/Horde/Push/Recipient/Mail.php index 9ab0525..7666b73 100644 --- a/lib/Horde/Push/Recipient/Mail.php +++ b/lib/Horde/Push/Recipient/Mail.php @@ -16,7 +16,7 @@ * * Copyright 2011-2017 Horde LLC (http://www.horde.org/) * - * See the enclosed file COPYING for license information (LGPL). If you did not + * See the enclosed file LICENSE for license information (LGPL). If you did not * receive this file, see http://www.horde.org/licenses/lgpl21. * * @category Horde diff --git a/lib/Horde/Push/Recipient/Mock.php b/lib/Horde/Push/Recipient/Mock.php index 750a6d5..fc47409 100644 --- a/lib/Horde/Push/Recipient/Mock.php +++ b/lib/Horde/Push/Recipient/Mock.php @@ -16,7 +16,7 @@ * * Copyright 2011-2017 Horde LLC (http://www.horde.org/) * - * See the enclosed file COPYING for license information (LGPL). If you did not + * See the enclosed file LICENSE for license information (LGPL). If you did not * receive this file, see http://www.horde.org/licenses/lgpl21. * * @category Horde diff --git a/lib/Horde/Push/Recipient/Twitter.php b/lib/Horde/Push/Recipient/Twitter.php index 8d829db..5e6b427 100644 --- a/lib/Horde/Push/Recipient/Twitter.php +++ b/lib/Horde/Push/Recipient/Twitter.php @@ -16,7 +16,7 @@ * * Copyright 2011-2017 Horde LLC (http://www.horde.org/) * - * See the enclosed file COPYING for license information (LGPL). If you did not + * See the enclosed file LICENSE for license information (LGPL). If you did not * receive this file, see http://www.horde.org/licenses/lgpl21. * * @category Horde diff --git a/lib/Horde/Push/Translation.php b/lib/Horde/Push/Translation.php index 9726eea..8e7ebe3 100644 --- a/lib/Horde/Push/Translation.php +++ b/lib/Horde/Push/Translation.php @@ -16,7 +16,7 @@ * * Copyright 2011-2017 Horde LLC (http://www.horde.org/) * - * See the enclosed file COPYING for license information (LGPL). If you did not + * See the enclosed file LICENSE for license information (LGPL). If you did not * receive this file, see http://www.horde.org/licenses/lgpl21. * * @category Horde diff --git a/test/Horde/Push/Autoload.php b/test/Horde/Push/Autoload.php index c688e35..55ac447 100644 --- a/test/Horde/Push/Autoload.php +++ b/test/Horde/Push/Autoload.php @@ -6,7 +6,7 @@ * * Copyright 2011-2017 Horde LLC (http://www.horde.org/) * - * See the enclosed file COPYING for license information (LGPL). If you + * See the enclosed file LICENSE for license information (LGPL). If you * did not receive this file, see http://www.horde.org/licenses/lgpl21. * * @category Horde diff --git a/test/Horde/Push/TestCase.php b/test/Horde/Push/TestCase.php index 450b3d9..c6398e3 100644 --- a/test/Horde/Push/TestCase.php +++ b/test/Horde/Push/TestCase.php @@ -17,7 +17,7 @@ * * Copyright 2011-2017 Horde LLC (http://www.horde.org/) * - * See the enclosed file COPYING for license information (LGPL). If you + * See the enclosed file LICENSE for license information (LGPL). If you * did not receive this file, see http://www.horde.org/licenses/lgpl21. * * @category Horde diff --git a/test/Horde/Push/Unit/Push/CliTest.php b/test/Horde/Push/Unit/Push/CliTest.php index 0870d63..9c50686 100644 --- a/test/Horde/Push/Unit/Push/CliTest.php +++ b/test/Horde/Push/Unit/Push/CliTest.php @@ -17,7 +17,7 @@ * * Copyright 2011-2017 Horde LLC (http://www.horde.org/) * - * See the enclosed file COPYING for license information (LGPL). If you did not + * See the enclosed file LICENSE for license information (LGPL). If you did not * receive this file, see http://www.horde.org/licenses/lgpl21. * * @category Horde diff --git a/test/Horde/Push/Unit/Push/Factory/PushTest.php b/test/Horde/Push/Unit/Push/Factory/PushTest.php index 053e4b1..49bec91 100644 --- a/test/Horde/Push/Unit/Push/Factory/PushTest.php +++ b/test/Horde/Push/Unit/Push/Factory/PushTest.php @@ -17,7 +17,7 @@ * * Copyright 2011-2017 Horde LLC (http://www.horde.org/) * - * See the enclosed file COPYING for license information (LGPL). If you did not + * See the enclosed file LICENSE for license information (LGPL). If you did not * receive this file, see http://www.horde.org/licenses/lgpl21. * * @category Horde diff --git a/test/Horde/Push/Unit/Push/Factory/RecipientTest.php b/test/Horde/Push/Unit/Push/Factory/RecipientTest.php index 7ec147c..1c2772c 100644 --- a/test/Horde/Push/Unit/Push/Factory/RecipientTest.php +++ b/test/Horde/Push/Unit/Push/Factory/RecipientTest.php @@ -17,7 +17,7 @@ * * Copyright 2011-2017 Horde LLC (http://www.horde.org/) * - * See the enclosed file COPYING for license information (LGPL). If you did not + * See the enclosed file LICENSE for license information (LGPL). If you did not * receive this file, see http://www.horde.org/licenses/lgpl21. * * @category Horde diff --git a/test/Horde/Push/Unit/Push/Recipient/BloggerTest.php b/test/Horde/Push/Unit/Push/Recipient/BloggerTest.php index 1d54b58..97e058c 100644 --- a/test/Horde/Push/Unit/Push/Recipient/BloggerTest.php +++ b/test/Horde/Push/Unit/Push/Recipient/BloggerTest.php @@ -17,7 +17,7 @@ * * Copyright 2011-2017 Horde LLC (http://www.horde.org/) * - * See the enclosed file COPYING for license information (LGPL). If you did not + * See the enclosed file LICENSE for license information (LGPL). If you did not * receive this file, see http://www.horde.org/licenses/lgpl21. * * @category Horde diff --git a/test/Horde/Push/Unit/Push/Recipient/MailTest.php b/test/Horde/Push/Unit/Push/Recipient/MailTest.php index b2f377f..1426649 100644 --- a/test/Horde/Push/Unit/Push/Recipient/MailTest.php +++ b/test/Horde/Push/Unit/Push/Recipient/MailTest.php @@ -17,7 +17,7 @@ * * Copyright 2011-2017 Horde LLC (http://www.horde.org/) * - * See the enclosed file COPYING for license information (LGPL). If you did not + * See the enclosed file LICENSE for license information (LGPL). If you did not * receive this file, see http://www.horde.org/licenses/lgpl21. * * @category Horde diff --git a/test/Horde/Push/Unit/Push/Recipient/TwitterTest.php b/test/Horde/Push/Unit/Push/Recipient/TwitterTest.php index 1fc5cb8..b88a32b 100644 --- a/test/Horde/Push/Unit/Push/Recipient/TwitterTest.php +++ b/test/Horde/Push/Unit/Push/Recipient/TwitterTest.php @@ -17,7 +17,7 @@ * * Copyright 2011-2017 Horde LLC (http://www.horde.org/) * - * See the enclosed file COPYING for license information (LGPL). If you did not + * See the enclosed file LICENSE for license information (LGPL). If you did not * receive this file, see http://www.horde.org/licenses/lgpl21. * * @category Horde diff --git a/test/Horde/Push/Unit/PushTest.php b/test/Horde/Push/Unit/PushTest.php index a7ecbc6..b596d40 100644 --- a/test/Horde/Push/Unit/PushTest.php +++ b/test/Horde/Push/Unit/PushTest.php @@ -17,7 +17,7 @@ * * Copyright 2011-2017 Horde LLC (http://www.horde.org/) * - * See the enclosed file COPYING for license information (LGPL). If you did not + * See the enclosed file LICENSE for license information (LGPL). If you did not * receive this file, see http://www.horde.org/licenses/lgpl21. * * @category Horde