From 035166af49db70c098e45e6118d140e16ccbd377 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Tue, 17 Oct 2017 18:31:08 +0200 Subject: [PATCH] Update references to COPYING files. --- README.rst | 8 ++++---- index.php | 2 +- js/passwd.js | 2 +- lib/Application.php | 2 +- lib/Basic.php | 2 +- lib/Driver.php | 2 +- lib/Driver/Adsi.php | 2 +- lib/Driver/Composite.php | 2 +- lib/Driver/Expect.php | 2 +- lib/Driver/Expectpecl.php | 4 ++-- lib/Driver/Horde.php | 2 +- lib/Driver/Http.php | 2 +- lib/Driver/Ispconfig.php | 2 +- lib/Driver/Kolab.php | 2 +- lib/Driver/Ldap.php | 2 +- lib/Driver/Null.php | 2 +- lib/Driver/Pine.php | 2 +- lib/Driver/Poppassd.php | 2 +- lib/Driver/Procopen.php | 2 +- lib/Driver/Pspasswd.php | 2 +- lib/Driver/Servuftp.php | 2 +- lib/Driver/Smbldap.php | 2 +- lib/Driver/Smbpasswd.php | 2 +- lib/Driver/Soap.php | 2 +- lib/Driver/Sql.php | 2 +- lib/Driver/Vmailmgr.php | 2 +- lib/Driver/Vpopmail.php | 2 +- lib/Exception.php | 2 +- lib/Factory/Driver.php | 2 +- lib/Test.php | 2 +- 30 files changed, 34 insertions(+), 34 deletions(-) diff --git a/README.rst b/README.rst index afea374..9435dda 100644 --- a/README.rst +++ b/README.rst @@ -31,8 +31,8 @@ Documentation The following documentation is available in the Passwd distribution: -:README_: This file -:COPYING_: Copyright and license information +:README_: This file +:LICENSE_: Copyright and license information :`doc/CHANGES`_: Changes by release :`doc/CREDITS`_: Project developers :`doc/INSTALL`_: Installation instructions and notes @@ -69,7 +69,7 @@ appearances on IRC, on the channel #horde on the Freenode Network Licensing ========= -For licensing and copyright information, please see the file COPYING_ in the +For licensing and copyright information, please see the file LICENSE_ in the Passwd distribution. Thanks, @@ -78,7 +78,7 @@ The Passwd team .. _README: README -.. _COPYING: http://www.horde.org/licenses/gpl +.. _LICENSE: http://www.horde.org/licenses/gpl .. _doc/CHANGES: CHANGES .. _doc/CREDITS: CREDITS .. _INSTALL: diff --git a/index.php b/index.php index d2d88a5..eeeb351 100644 --- a/index.php +++ b/index.php @@ -4,7 +4,7 @@ * * Copyright 2013-2017 Horde LLC (http://www.horde.org/) * - * See the enclosed file COPYING for license information (GPL). If you + * See the enclosed file LICENSE for license information (GPL). If you * did not receive this file, see http://www.horde.org/licenses/gpl. * * @author Michael Slusarz diff --git a/js/passwd.js b/js/passwd.js index ff958a7..6a25005 100644 --- a/js/passwd.js +++ b/js/passwd.js @@ -1,7 +1,7 @@ /** * Provides javascript support for the main passwd page. * - * See the enclosed file COPYING for license information (GPL). If you + * See the enclosed file LICENSE for license information (GPL). If you * did not receive this file, see http://www.horde.org/licenses/gpl. */ diff --git a/lib/Application.php b/lib/Application.php index 298385e..25e0c93 100644 --- a/lib/Application.php +++ b/lib/Application.php @@ -2,7 +2,7 @@ /** * Copyright 2002-2017 Horde LLC (http://www.horde.org/) * - * See the enclosed file COPYING for license information (GPL). If you + * See the enclosed file LICENSE for license information (GPL). If you * did not receive this file, see http://www.horde.org/licenses/gpl. * * @category Horde diff --git a/lib/Basic.php b/lib/Basic.php index 681be13..2ab5a41 100644 --- a/lib/Basic.php +++ b/lib/Basic.php @@ -2,7 +2,7 @@ /** * Copyright 2000-2017 Horde LLC (http://www.horde.org/) * - * See the enclosed file COPYING for license information (GPL). If you + * See the enclosed file LICENSE for license information (GPL). If you * did not receive this file, see http://www.horde.org/licenses/gpl. * * @category Horde diff --git a/lib/Driver.php b/lib/Driver.php index 67c4866..2b55ddc 100644 --- a/lib/Driver.php +++ b/lib/Driver.php @@ -2,7 +2,7 @@ /** * Copyright 2000-2017 Horde LLC (http://www.horde.org/) * - * See the enclosed file COPYING for license information (GPL). If you + * See the enclosed file LICENSE for license information (GPL). If you * did not receive this file, see http://www.horde.org/licenses/gpl. * * @category Horde diff --git a/lib/Driver/Adsi.php b/lib/Driver/Adsi.php index 96568b6..10cb685 100644 --- a/lib/Driver/Adsi.php +++ b/lib/Driver/Adsi.php @@ -2,7 +2,7 @@ /** * Copyright 2004-2017 Horde LLC (http://www.horde.org/) * - * See the enclosed file COPYING for license information (GPL). If you + * See the enclosed file LICENSE for license information (GPL). If you * did not receive this file, see http://www.horde.org/licenses/gpl. * * @category Horde diff --git a/lib/Driver/Composite.php b/lib/Driver/Composite.php index 1bd9a27..97b3af4 100644 --- a/lib/Driver/Composite.php +++ b/lib/Driver/Composite.php @@ -2,7 +2,7 @@ /** * Copyright 2003-2017 Horde LLC (http://www.horde.org/) * - * See the enclosed file COPYING for license information (GPL). If you + * See the enclosed file LICENSE for license information (GPL). If you * did not receive this file, see http://www.horde.org/licenses/gpl. * * @category Horde diff --git a/lib/Driver/Expect.php b/lib/Driver/Expect.php index 5ca0c4f..7771c94 100644 --- a/lib/Driver/Expect.php +++ b/lib/Driver/Expect.php @@ -2,7 +2,7 @@ /** * Copyright 2000-2017 Horde LLC (http://www.horde.org/) * - * See the enclosed file COPYING for license information (GPL). If you + * See the enclosed file LICENSE for license information (GPL). If you * did not receive this file, see http://www.horde.org/licenses/gpl. * * @category Horde diff --git a/lib/Driver/Expectpecl.php b/lib/Driver/Expectpecl.php index abd413c..9a4ed3e 100644 --- a/lib/Driver/Expectpecl.php +++ b/lib/Driver/Expectpecl.php @@ -2,7 +2,7 @@ /** * Copyright 2006-2017 Horde LLC (http://www.horde.org/) * - * See the enclosed file COPYING for license information (GPL). If you + * See the enclosed file LICENSE for license information (GPL). If you * did not receive this file, see http://www.horde.org/licenses/gpl. * * @category Horde @@ -16,7 +16,7 @@ * * Copyright 2006-2017 Horde LLC (http://www.horde.org/) * - * See the enclosed file COPYING for license information (GPL). If you + * See the enclosed file LICENSE for license information (GPL). If you * did not receive this file, see http://www.horde.org/licenses/gpl. * * @author Duck diff --git a/lib/Driver/Horde.php b/lib/Driver/Horde.php index 71ce649..9157828 100644 --- a/lib/Driver/Horde.php +++ b/lib/Driver/Horde.php @@ -2,7 +2,7 @@ /** * Copyright 2011-2017 Horde LLC (http://www.horde.org/) * - * See the enclosed file COPYING for license information (GPL). If you + * See the enclosed file LICENSE for license information (GPL). If you * did not receive this file, see http://www.horde.org/licenses/gpl. * * @category Horde diff --git a/lib/Driver/Http.php b/lib/Driver/Http.php index f758a05..a7e285a 100644 --- a/lib/Driver/Http.php +++ b/lib/Driver/Http.php @@ -2,7 +2,7 @@ /** * Copyright 2000-2017 Horde LLC (http://www.horde.org/) * - * See the enclosed file COPYING for license information (GPL). If you + * See the enclosed file LICENSE for license information (GPL). If you * did not receive this file, see http://www.horde.org/licenses/gpl. * * @category Horde diff --git a/lib/Driver/Ispconfig.php b/lib/Driver/Ispconfig.php index 2d34255..ff85ce7 100644 --- a/lib/Driver/Ispconfig.php +++ b/lib/Driver/Ispconfig.php @@ -2,7 +2,7 @@ /** * Copyright 2016-2017 Horde LLC (http://www.horde.org/) * - * See the enclosed file COPYING for license information (GPL). If you + * See the enclosed file LICENSE for license information (GPL). If you * did not receive this file, see http://www.horde.org/licenses/gpl. * * @category Horde diff --git a/lib/Driver/Kolab.php b/lib/Driver/Kolab.php index 23dbffc..ea0f8a4 100644 --- a/lib/Driver/Kolab.php +++ b/lib/Driver/Kolab.php @@ -2,7 +2,7 @@ /** * Copyright 2005-2017 Horde LLC (http://www.horde.org/) * - * See the enclosed file COPYING for license information (GPL). If you + * See the enclosed file LICENSE for license information (GPL). If you * did not receive this file, see http://www.horde.org/licenses/gpl. * * @category Horde diff --git a/lib/Driver/Ldap.php b/lib/Driver/Ldap.php index 1d1ad97..5b9cd9a 100644 --- a/lib/Driver/Ldap.php +++ b/lib/Driver/Ldap.php @@ -2,7 +2,7 @@ /** * Copyright 2000-2017 Horde LLC (http://www.horde.org/) * - * See the enclosed file COPYING for license information (GPL). If you + * See the enclosed file LICENSE for license information (GPL). If you * did not receive this file, see http://www.horde.org/licenses/gpl. * * @category Horde diff --git a/lib/Driver/Null.php b/lib/Driver/Null.php index 0eb6d40..b515126 100644 --- a/lib/Driver/Null.php +++ b/lib/Driver/Null.php @@ -2,7 +2,7 @@ /** * Copyright 2013-2017 Horde LLC (http://www.horde.org/) * - * See the enclosed file COPYING for license information (GPL). If you + * See the enclosed file LICENSE for license information (GPL). If you * did not receive this file, see http://www.horde.org/licenses/gpl. * * @category Horde diff --git a/lib/Driver/Pine.php b/lib/Driver/Pine.php index 6b1df82..7243a3d 100644 --- a/lib/Driver/Pine.php +++ b/lib/Driver/Pine.php @@ -2,7 +2,7 @@ /** * Copyright 2003-2017 Horde LLC (http://www.horde.org/) * - * See the enclosed file COPYING for license information (GPL). If you + * See the enclosed file LICENSE for license information (GPL). If you * did not receive this file, see http://www.horde.org/licenses/gpl. * * @category Horde diff --git a/lib/Driver/Poppassd.php b/lib/Driver/Poppassd.php index 19463cf..3372f17 100644 --- a/lib/Driver/Poppassd.php +++ b/lib/Driver/Poppassd.php @@ -2,7 +2,7 @@ /** * Copyright 2000-2017 Horde LLC (http://www.horde.org/) * - * See the enclosed file COPYING for license information (GPL). If you + * See the enclosed file LICENSE for license information (GPL). If you * did not receive this file, see http://www.horde.org/licenses/gpl. * * @category Horde diff --git a/lib/Driver/Procopen.php b/lib/Driver/Procopen.php index f39a1b5..6b1b329 100644 --- a/lib/Driver/Procopen.php +++ b/lib/Driver/Procopen.php @@ -2,7 +2,7 @@ /** * Copyright 2004-2017 Horde LLC (http://www.horde.org/) * - * See the enclosed file COPYING for license information (GPL). If you + * See the enclosed file LICENSE for license information (GPL). If you * did not receive this file, see http://www.horde.org/licenses/gpl. * * @category Horde diff --git a/lib/Driver/Pspasswd.php b/lib/Driver/Pspasswd.php index dc59dea..8b53cf2 100644 --- a/lib/Driver/Pspasswd.php +++ b/lib/Driver/Pspasswd.php @@ -2,7 +2,7 @@ /** * Copyright 2004-2017 Horde LLC (http://www.horde.org/) * - * See the enclosed file COPYING for license information (GPL). If you + * See the enclosed file LICENSE for license information (GPL). If you * did not receive this file, see http://www.horde.org/licenses/gpl. * * @category Horde diff --git a/lib/Driver/Servuftp.php b/lib/Driver/Servuftp.php index 4d06af6..772d6bd 100644 --- a/lib/Driver/Servuftp.php +++ b/lib/Driver/Servuftp.php @@ -2,7 +2,7 @@ /** * Copyright 2000-2017 Horde LLC (http://www.horde.org/) * - * See the enclosed file COPYING for license information (GPL). If you + * See the enclosed file LICENSE for license information (GPL). If you * did not receive this file, see http://www.horde.org/licenses/gpl. * * @category Horde diff --git a/lib/Driver/Smbldap.php b/lib/Driver/Smbldap.php index dd6665a..4acc5fe 100644 --- a/lib/Driver/Smbldap.php +++ b/lib/Driver/Smbldap.php @@ -2,7 +2,7 @@ /** * Copyright 2004-2017 Horde LLC (http://www.horde.org/) * - * See the enclosed file COPYING for license information (GPL). If you + * See the enclosed file LICENSE for license information (GPL). If you * did not receive this file, see http://www.horde.org/licenses/gpl. * * @category Horde diff --git a/lib/Driver/Smbpasswd.php b/lib/Driver/Smbpasswd.php index 97a353a..8b4c2f3 100644 --- a/lib/Driver/Smbpasswd.php +++ b/lib/Driver/Smbpasswd.php @@ -2,7 +2,7 @@ /** * Copyright 2000-2017 Horde LLC (http://www.horde.org/) * - * See the enclosed file COPYING for license information (GPL). If you + * See the enclosed file LICENSE for license information (GPL). If you * did not receive this file, see http://www.horde.org/licenses/gpl. * * @category Horde diff --git a/lib/Driver/Soap.php b/lib/Driver/Soap.php index 025e4af..1c225b8 100644 --- a/lib/Driver/Soap.php +++ b/lib/Driver/Soap.php @@ -2,7 +2,7 @@ /** * Copyright 2009-2017 Horde LLC (http://www.horde.org/) * - * See the enclosed file COPYING for license information (GPL). If you + * See the enclosed file LICENSE for license information (GPL). If you * did not receive this file, see http://www.horde.org/licenses/gpl. * * @category Horde diff --git a/lib/Driver/Sql.php b/lib/Driver/Sql.php index ad98034..1ddbdcb 100644 --- a/lib/Driver/Sql.php +++ b/lib/Driver/Sql.php @@ -2,7 +2,7 @@ /** * Copyright 2000-2017 Horde LLC (http://www.horde.org/) * - * See the enclosed file COPYING for license information (GPL). If you + * See the enclosed file LICENSE for license information (GPL). If you * did not receive this file, see http://www.horde.org/licenses/gpl. * * @category Horde diff --git a/lib/Driver/Vmailmgr.php b/lib/Driver/Vmailmgr.php index 03bffdc..10c63e1 100644 --- a/lib/Driver/Vmailmgr.php +++ b/lib/Driver/Vmailmgr.php @@ -2,7 +2,7 @@ /** * Copyright 2002-2017 Horde LLC (http://www.horde.org/) * - * See the enclosed file COPYING for license information (GPL). If you + * See the enclosed file LICENSE for license information (GPL). If you * did not receive this file, see http://www.horde.org/licenses/gpl. * * @category Horde diff --git a/lib/Driver/Vpopmail.php b/lib/Driver/Vpopmail.php index 2d56d0b..9cf4058 100644 --- a/lib/Driver/Vpopmail.php +++ b/lib/Driver/Vpopmail.php @@ -2,7 +2,7 @@ /** * Copyright 2002-2017 Horde LLC (http://www.horde.org/) * - * See the enclosed file COPYING for license information (GPL). If you + * See the enclosed file LICENSE for license information (GPL). If you * did not receive this file, see http://www.horde.org/licenses/gpl. * * @category Horde diff --git a/lib/Exception.php b/lib/Exception.php index 3527113..edd0d4d 100644 --- a/lib/Exception.php +++ b/lib/Exception.php @@ -2,7 +2,7 @@ /** * Copyright 2011-2017 Horde LLC (http://www.horde.org/) * - * See the enclosed file COPYING for license information (GPL). If you + * See the enclosed file LICENSE for license information (GPL). If you * did not receive this file, see http://www.horde.org/licenses/gpl. * * @category Horde diff --git a/lib/Factory/Driver.php b/lib/Factory/Driver.php index b78db0b..c30cb60 100644 --- a/lib/Factory/Driver.php +++ b/lib/Factory/Driver.php @@ -2,7 +2,7 @@ /** * Copyright 2011-2017 Horde LLC (http://www.horde.org/) * - * See the enclosed file COPYING for license information (GPL). If you + * See the enclosed file LICENSE for license information (GPL). If you * did not receive this file, see http://www.horde.org/licenses/gpl.php. * * @category Horde diff --git a/lib/Test.php b/lib/Test.php index 6145fb0..488589f 100644 --- a/lib/Test.php +++ b/lib/Test.php @@ -2,7 +2,7 @@ /** * Copyright 2005-2017 Horde LLC (http://www.horde.org/) * - * See the enclosed file COPYING for license information (GPL). If you + * See the enclosed file LICENSE for license information (GPL). If you * did not receive this file, see http://www.horde.org/licenses/gpl. * * @category Horde