Merge pull request #8338 from JKingsnorth/CRM-18526
[civicrm-core.git] / sql / GenerateMailing.php
index eb0e6cbde64940f43d77d3853eb92426d1890edc..68bb79b9c1899eb18f6f15cf27f458b06bd97e5c 100644 (file)
@@ -3,7 +3,7 @@
  +--------------------------------------------------------------------+
  | CiviCRM version 4.7                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2015                                |
+ | Copyright CiviCRM LLC (c) 2004-2016                                |
  +--------------------------------------------------------------------+
  | 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-2015
+ * @copyright CiviCRM LLC (c) 2004-2016
  * $Id$
  *
  */
@@ -99,5 +99,5 @@ function generateRandomDate() {
 
   $date = sprintf("%4d%02d%02d", $year, $month, $day) . '000000';
   return $date;
-}
 
+}