X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FPledge%2FConfig.php;h=b1b1735cf4bb7bf5f16032699af6a3ccde62a0f2;hb=983e1d49683ef0403892cdd50ed6772c80d934d6;hp=7dbb7dced4953d409216d6fdb3d59ef12b681cac;hpb=e7f7aef7265627c99d27b5e9cecdfe5d3e50f7de;p=civicrm-core.git diff --git a/CRM/Pledge/Config.php b/CRM/Pledge/Config.php index 7dbb7dced4..b1b1735cf4 100644 --- a/CRM/Pledge/Config.php +++ b/CRM/Pledge/Config.php @@ -3,7 +3,7 @@ +--------------------------------------------------------------------+ | CiviCRM version 4.6 | +--------------------------------------------------------------------+ - | Copyright CiviCRM LLC (c) 2004-2014 | + | Copyright CiviCRM LLC (c) 2004-2015 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | @@ -23,7 +23,7 @@ | GNU Affero General Public License or the licensing of CiviCRM, | | see the CiviCRM license FAQ at http://civicrm.org/licensing | +--------------------------------------------------------------------+ -*/ + */ /** * Config handles all the run time configuration changes that the system needs to deal with. @@ -31,9 +31,9 @@ * The default values in general, should reflect production values (minimizes chances of screwing up) * * @package CRM - * @copyright CiviCRM LLC (c) 2004-2014 + * @copyright CiviCRM LLC (c) 2004-2015 * $Id$ * */ -class CRM_Pledge_Config extends CRM_Core_Component_Config {} - +class CRM_Pledge_Config extends CRM_Core_Component_Config { +}