Merge pull request #6500 from LevityNL/master
[civicrm-core.git] / CRM / Contact / Page / Dashlet.php
index 50254938753a6a41024a59811c885d334bc4b5ae..deae061a2bfe9687b6544b58d0f2ec2275cd9703 100644 (file)
@@ -1,9 +1,9 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.6                                                |
+ | CiviCRM version 4.7                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2014                                |
+ | Copyright CiviCRM LLC (c) 2004-2015                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
  | GNU Affero General Public License or the licensing of CiviCRM,     |
  | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *
  * @package CRM
- * @copyright CiviCRM LLC (c) 2004-2014
+ * @copyright CiviCRM LLC (c) 2004-2015
  * $Id$
  *
  */
@@ -40,7 +40,7 @@
 class CRM_Contact_Page_Dashlet extends CRM_Core_Page {
 
   /**
-   * Run dashboard
+   * Run dashboard.
    *
    * @return void
    */
@@ -81,4 +81,5 @@ class CRM_Contact_Page_Dashlet extends CRM_Core_Page {
 
     return parent::run();
   }
+
 }