From 626f739fa9ec21ba3297e06dd679fb455467c64d Mon Sep 17 00:00:00 2001 From: yashodha Date: Mon, 2 Jan 2017 10:13:20 +0530 Subject: [PATCH] fix year in headers --- bin/ContributionProcessor.php | 4 ++-- bin/cron.php | 2 +- bin/encryptDB.php | 4 ++-- bin/migrate/export.php | 4 ++-- bin/migrate/exportJSON.php | 4 ++-- bin/migrate/import.php | 4 ++-- bin/migrate/importJSON.php | 4 ++-- bin/migrate/move.php | 4 ++-- header.sql | 2 +- header.tpl | 2 +- header.txt | 4 ++-- install/civicrm.php | 4 ++-- install/index.php | 2 +- 13 files changed, 22 insertions(+), 22 deletions(-) diff --git a/bin/ContributionProcessor.php b/bin/ContributionProcessor.php index 790f646bbd..2481fb2304 100644 --- a/bin/ContributionProcessor.php +++ b/bin/ContributionProcessor.php @@ -3,7 +3,7 @@ +--------------------------------------------------------------------+ | CiviCRM version 4.7 | +--------------------------------------------------------------------+ - | Copyright CiviCRM LLC (c) 2004-2016 | + | Copyright CiviCRM LLC (c) 2004-2017 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | @@ -28,7 +28,7 @@ /** * * @package CRM - * @copyright CiviCRM LLC (c) 2004-2016 + * @copyright CiviCRM LLC (c) 2004-2017 */ class CiviContributeProcessor { static $_paypalParamsMapper = array( diff --git a/bin/cron.php b/bin/cron.php index 7ba2df6bb6..fc273a836a 100644 --- a/bin/cron.php +++ b/bin/cron.php @@ -3,7 +3,7 @@ +--------------------------------------------------------------------+ | CiviCRM version 4.7 | +--------------------------------------------------------------------+ - | Copyright CiviCRM LLC (c) 2004-2016 | + | Copyright CiviCRM LLC (c) 2004-2017 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | diff --git a/bin/encryptDB.php b/bin/encryptDB.php index 30698d63e9..84bf1ce196 100644 --- a/bin/encryptDB.php +++ b/bin/encryptDB.php @@ -3,7 +3,7 @@ +--------------------------------------------------------------------+ | CiviCRM version 4.7 | +--------------------------------------------------------------------+ - | Copyright CiviCRM LLC (c) 2004-2016 | + | Copyright CiviCRM LLC (c) 2004-2017 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | @@ -35,7 +35,7 @@ die("This script is disabled because it is dangerous. If you need it, please dup /** * * @package CRM - * @copyright CiviCRM LLC (c) 2004-2016 + * @copyright CiviCRM LLC (c) 2004-2017 */ define('CRM_ENCRYPT', 1); diff --git a/bin/migrate/export.php b/bin/migrate/export.php index e91af7e16d..7d0b582e96 100644 --- a/bin/migrate/export.php +++ b/bin/migrate/export.php @@ -3,7 +3,7 @@ +--------------------------------------------------------------------+ | CiviCRM version 4.7 | +--------------------------------------------------------------------+ - | Copyright CiviCRM LLC (c) 2004-2016 | + | Copyright CiviCRM LLC (c) 2004-2017 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | @@ -28,7 +28,7 @@ /** * * @package CRM - * @copyright CiviCRM LLC (c) 2004-2016 + * @copyright CiviCRM LLC (c) 2004-2017 */ function run() { session_start(); diff --git a/bin/migrate/exportJSON.php b/bin/migrate/exportJSON.php index 9c49eb3f12..0865344318 100644 --- a/bin/migrate/exportJSON.php +++ b/bin/migrate/exportJSON.php @@ -3,7 +3,7 @@ +--------------------------------------------------------------------+ | CiviCRM version 4.7 | +--------------------------------------------------------------------+ - | Copyright CiviCRM LLC (c) 2004-2016 | + | Copyright CiviCRM LLC (c) 2004-2017 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | @@ -28,7 +28,7 @@ /** * * @package CRM - * @copyright CiviCRM LLC (c) 2004-2016 + * @copyright CiviCRM LLC (c) 2004-2017 */ function run() { session_start(); diff --git a/bin/migrate/import.php b/bin/migrate/import.php index 03fba67ab7..0c0ac0c995 100644 --- a/bin/migrate/import.php +++ b/bin/migrate/import.php @@ -3,7 +3,7 @@ +--------------------------------------------------------------------+ | CiviCRM version 4.7 | +--------------------------------------------------------------------+ - | Copyright CiviCRM LLC (c) 2004-2016 | + | Copyright CiviCRM LLC (c) 2004-2017 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | @@ -28,7 +28,7 @@ /** * * @package CRM - * @copyright CiviCRM LLC (c) 2004-2016 + * @copyright CiviCRM LLC (c) 2004-2017 */ function run() { session_start(); diff --git a/bin/migrate/importJSON.php b/bin/migrate/importJSON.php index ab13914022..60ffd49470 100644 --- a/bin/migrate/importJSON.php +++ b/bin/migrate/importJSON.php @@ -3,7 +3,7 @@ +--------------------------------------------------------------------+ | CiviCRM version 4.7 | +--------------------------------------------------------------------+ - | Copyright CiviCRM LLC (c) 2004-2016 | + | Copyright CiviCRM LLC (c) 2004-2017 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | @@ -28,7 +28,7 @@ /** * * @package CRM - * @copyright CiviCRM LLC (c) 2004-2016 + * @copyright CiviCRM LLC (c) 2004-2017 */ function run() { session_start(); diff --git a/bin/migrate/move.php b/bin/migrate/move.php index bef036a992..91ea24b45f 100644 --- a/bin/migrate/move.php +++ b/bin/migrate/move.php @@ -3,7 +3,7 @@ +--------------------------------------------------------------------+ | CiviCRM version 4.7 | +--------------------------------------------------------------------+ - | Copyright CiviCRM LLC (c) 2004-2016 | + | Copyright CiviCRM LLC (c) 2004-2017 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | @@ -28,7 +28,7 @@ /** * * @package CRM - * @copyright CiviCRM LLC (c) 2004-2016 + * @copyright CiviCRM LLC (c) 2004-2017 */ function run() { session_start(); diff --git a/header.sql b/header.sql index 061df99f0b..99f9c00e6c 100644 --- a/header.sql +++ b/header.sql @@ -1,7 +1,7 @@ -- +--------------------------------------------------------------------+ -- | CiviCRM version 4.7 | -- +--------------------------------------------------------------------+ --- | Copyright CiviCRM LLC (c) 2004-2016 | +-- | Copyright CiviCRM LLC (c) 2004-2017 | -- +--------------------------------------------------------------------+ -- | This file is a part of CiviCRM. | -- | | diff --git a/header.tpl b/header.tpl index c2e6e3723f..155e5ddab3 100644 --- a/header.tpl +++ b/header.tpl @@ -2,7 +2,7 @@ +--------------------------------------------------------------------+ | CiviCRM version 4.7 | +--------------------------------------------------------------------+ - | Copyright CiviCRM LLC (c) 2004-2016 | + | Copyright CiviCRM LLC (c) 2004-2017 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | diff --git a/header.txt b/header.txt index 244512a6b7..4116a1af8e 100644 --- a/header.txt +++ b/header.txt @@ -4,7 +4,7 @@ +--------------------------------------------------------------------+ | CiviCRM version 4.7 | +--------------------------------------------------------------------+ - | Copyright CiviCRM LLC (c) 2004-2016 | + | Copyright CiviCRM LLC (c) 2004-2017 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | @@ -29,7 +29,7 @@ /** * * @package CRM - * @copyright CiviCRM LLC (c) 2004-2016 + * @copyright CiviCRM LLC (c) 2004-2017 * $Id$ * */ diff --git a/install/civicrm.php b/install/civicrm.php index 1e6c0b2cdd..c724722714 100644 --- a/install/civicrm.php +++ b/install/civicrm.php @@ -3,7 +3,7 @@ +--------------------------------------------------------------------+ | CiviCRM version 4.7 | +--------------------------------------------------------------------+ - | Copyright CiviCRM LLC (c) 2004-2016 | + | Copyright CiviCRM LLC (c) 2004-2017 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | @@ -28,7 +28,7 @@ /** * * @package CRM - * @copyright CiviCRM LLC (c) 2004-2016 + * @copyright CiviCRM LLC (c) 2004-2017 * $Id$ * @param $filesDirectory */ diff --git a/install/index.php b/install/index.php index 4b685a3e01..03c4f05a50 100644 --- a/install/index.php +++ b/install/index.php @@ -36,7 +36,7 @@ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * Changes and modifications (c) 2007-2015 by CiviCRM LLC + * Changes and modifications (c) 2007-2017 by CiviCRM LLC * */ -- 2.25.1