X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCore%2FBase.php;h=7999817fbd7f0c4696b2a1c36b7118209442668f;hb=83c6658a8aa7e98e4d24435631f8d20e9b511de7;hp=5d95e807ec2ed9dd8079739eb1c9e4c6c21065b3;hpb=af321125666c7444accea956adaad22395fcd4c9;p=civicrm-core.git diff --git a/CRM/Core/Base.php b/CRM/Core/Base.php index 5d95e807ec..7999817fbd 100644 --- a/CRM/Core/Base.php +++ b/CRM/Core/Base.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 | +--------------------------------------------------------------------+ -*/ + */ /** * The Base class of the CRM hierarchy. Currently does not provide @@ -31,7 +31,7 @@ * from this class. However it includes a few common files * * @package CRM - * @copyright CiviCRM LLC (c) 2004-2014 + * @copyright CiviCRM LLC (c) 2004-2015 * $Id$ * */ @@ -44,8 +44,9 @@ require_once 'CRM/Core/I18n.php'; class CRM_Core_Base { /** - * Constructor + * Constructor. */ public function __construct() { } + }