From 3c77c79d195c71fd66038d5f728bb68277d326cc Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Tue, 17 Oct 2017 18:31:00 +0200 Subject: [PATCH] Update references to COPYING files. --- lib/Horde/Injector.php | 2 +- lib/Horde/Injector/Binder.php | 2 +- lib/Horde/Injector/Binder/AnnotatedSetters.php | 2 +- lib/Horde/Injector/Binder/Closure.php | 2 +- lib/Horde/Injector/Binder/Factory.php | 2 +- lib/Horde/Injector/Binder/Implementation.php | 2 +- lib/Horde/Injector/DependencyFinder.php | 2 +- lib/Horde/Injector/Exception.php | 2 +- lib/Horde/Injector/Scope.php | 2 +- lib/Horde/Injector/TopLevel.php | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/lib/Horde/Injector.php b/lib/Horde/Injector.php index e294ae4..897238e 100644 --- a/lib/Horde/Injector.php +++ b/lib/Horde/Injector.php @@ -2,7 +2,7 @@ /** * Copyright 2009-2017 Horde LLC (http://www.horde.org/) * - * See the enclosed file COPYING for license information (BSD). If you + * See the enclosed file LICENSE for license information (BSD). If you * did not receive this file, see http://www.horde.org/licenses/bsd. * * @category Horde diff --git a/lib/Horde/Injector/Binder.php b/lib/Horde/Injector/Binder.php index d22f8c3..eca687e 100644 --- a/lib/Horde/Injector/Binder.php +++ b/lib/Horde/Injector/Binder.php @@ -2,7 +2,7 @@ /** * Copyright 2009-2017 Horde LLC (http://www.horde.org/) * - * See the enclosed file COPYING for license information (BSD). If you + * See the enclosed file LICENSE for license information (BSD). If you * did not receive this file, see http://www.horde.org/licenses/bsd. * * @category Horde diff --git a/lib/Horde/Injector/Binder/AnnotatedSetters.php b/lib/Horde/Injector/Binder/AnnotatedSetters.php index 3fd1c9b..02c62f1 100644 --- a/lib/Horde/Injector/Binder/AnnotatedSetters.php +++ b/lib/Horde/Injector/Binder/AnnotatedSetters.php @@ -2,7 +2,7 @@ /** * Copyright 2009-2017 Horde LLC (http://www.horde.org/) * - * See the enclosed file COPYING for license information (BSD). If you + * See the enclosed file LICENSE for license information (BSD). If you * did not receive this file, see http://www.horde.org/licenses/bsd. * * @category Horde diff --git a/lib/Horde/Injector/Binder/Closure.php b/lib/Horde/Injector/Binder/Closure.php index 056f2e8..468366c 100644 --- a/lib/Horde/Injector/Binder/Closure.php +++ b/lib/Horde/Injector/Binder/Closure.php @@ -2,7 +2,7 @@ /** * Copyright 2009-2017 Horde LLC (http://www.horde.org/) * - * See the enclosed file COPYING for license information (BSD). If you + * See the enclosed file LICENSE for license information (BSD). If you * did not receive this file, see http://www.horde.org/licenses/bsd. * * @category Horde diff --git a/lib/Horde/Injector/Binder/Factory.php b/lib/Horde/Injector/Binder/Factory.php index 9c89397..e149757 100644 --- a/lib/Horde/Injector/Binder/Factory.php +++ b/lib/Horde/Injector/Binder/Factory.php @@ -2,7 +2,7 @@ /** * Copyright 2009-2017 Horde LLC (http://www.horde.org/) * - * See the enclosed file COPYING for license information (BSD). If you + * See the enclosed file LICENSE for license information (BSD). If you * did not receive this file, see http://www.horde.org/licenses/bsd. * * @category Horde diff --git a/lib/Horde/Injector/Binder/Implementation.php b/lib/Horde/Injector/Binder/Implementation.php index ee9af5e..d5aea8e 100644 --- a/lib/Horde/Injector/Binder/Implementation.php +++ b/lib/Horde/Injector/Binder/Implementation.php @@ -2,7 +2,7 @@ /** * Copyright 2009-2017 Horde LLC (http://www.horde.org/) * - * See the enclosed file COPYING for license information (BSD). If you + * See the enclosed file LICENSE for license information (BSD). If you * did not receive this file, see http://www.horde.org/licenses/bsd. * * @category Horde diff --git a/lib/Horde/Injector/DependencyFinder.php b/lib/Horde/Injector/DependencyFinder.php index 7fc90a4..4996167 100644 --- a/lib/Horde/Injector/DependencyFinder.php +++ b/lib/Horde/Injector/DependencyFinder.php @@ -2,7 +2,7 @@ /** * Copyright 2009-2017 Horde LLC (http://www.horde.org/) * - * See the enclosed file COPYING for license information (BSD). If you + * See the enclosed file LICENSE for license information (BSD). If you * did not receive this file, see http://www.horde.org/licenses/bsd. * * @category Horde diff --git a/lib/Horde/Injector/Exception.php b/lib/Horde/Injector/Exception.php index 0c863d5..16e1949 100644 --- a/lib/Horde/Injector/Exception.php +++ b/lib/Horde/Injector/Exception.php @@ -2,7 +2,7 @@ /** * Copyright 2009-2017 Horde LLC (http://www.horde.org/) * - * See the enclosed file COPYING for license information (BSD). If you + * See the enclosed file LICENSE for license information (BSD). If you * did not receive this file, see http://www.horde.org/licenses/bsd. * * @category Horde diff --git a/lib/Horde/Injector/Scope.php b/lib/Horde/Injector/Scope.php index 02e5fb9..57558aa 100644 --- a/lib/Horde/Injector/Scope.php +++ b/lib/Horde/Injector/Scope.php @@ -2,7 +2,7 @@ /** * Copyright 2009-2017 Horde LLC (http://www.horde.org/) * - * See the enclosed file COPYING for license information (BSD). If you + * See the enclosed file LICENSE for license information (BSD). If you * did not receive this file, see http://www.horde.org/licenses/bsd. * * @category Horde diff --git a/lib/Horde/Injector/TopLevel.php b/lib/Horde/Injector/TopLevel.php index 8b0148b..c118fb9 100644 --- a/lib/Horde/Injector/TopLevel.php +++ b/lib/Horde/Injector/TopLevel.php @@ -2,7 +2,7 @@ /** * Copyright 2009-2017 Horde LLC (http://www.horde.org/) * - * See the enclosed file COPYING for license information (BSD). If you + * See the enclosed file LICENSE for license information (BSD). If you * did not receive this file, see http://www.horde.org/licenses/bsd. * * @category Horde