X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCore%2FBase.php;h=7999817fbd7f0c4696b2a1c36b7118209442668f;hb=4cc3a97e0eb464ef3182f28f1d7fe94606b5b056;hp=f351cb1fa7c16fa8e468bded5086cd2f8d048904;hpb=d25dd0ee5e47188c3ea9ad2918f627cfac97ddbd;p=civicrm-core.git diff --git a/CRM/Core/Base.php b/CRM/Core/Base.php index f351cb1fa7..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. | | | @@ -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,7 +44,7 @@ require_once 'CRM/Core/I18n.php'; class CRM_Core_Base { /** - * Constructor + * Constructor. */ public function __construct() { }