From 201f27ba1127f6ddb4c269bdd49abbdd32b7029d Mon Sep 17 00:00:00 2001 From: yashodha Date: Mon, 2 Jan 2017 10:06:05 +0530 Subject: [PATCH] fix year in headers --- sql/GenerateData.php | 4 ++-- sql/GenerateGroups.php | 4 ++-- sql/GenerateMailing.php | 4 ++-- sql/GenerateReportData.php | 4 ++-- tools/bin/scripts/replace.sh | 6 +++--- xml/templates/civicrm_acl.tpl | 2 +- xml/templates/civicrm_country.tpl | 2 +- xml/templates/civicrm_currency.tpl | 2 +- xml/templates/civicrm_data.tpl | 2 +- xml/templates/civicrm_msg_template.tpl | 2 +- xml/templates/civicrm_navigation.tpl | 2 +- xml/templates/civicrm_sample.tpl | 2 +- xml/templates/civicrm_state_province.tpl | 2 +- xml/templates/dao.tpl | 4 ++-- xml/templates/drop.tpl | 2 +- xml/templates/listAll.tpl | 2 +- xml/templates/schema.tpl | 2 +- xml/templates/schema_structure.tpl | 4 ++-- 18 files changed, 26 insertions(+), 26 deletions(-) diff --git a/sql/GenerateData.php b/sql/GenerateData.php index 301e584e42..75d02483be 100644 --- a/sql/GenerateData.php +++ b/sql/GenerateData.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$ * */ diff --git a/sql/GenerateGroups.php b/sql/GenerateGroups.php index f8a5e5a01a..10be31b575 100644 --- a/sql/GenerateGroups.php +++ b/sql/GenerateGroups.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$ * */ diff --git a/sql/GenerateMailing.php b/sql/GenerateMailing.php index d3c2d7ecd6..f1dc5b948c 100644 --- a/sql/GenerateMailing.php +++ b/sql/GenerateMailing.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$ * */ diff --git a/sql/GenerateReportData.php b/sql/GenerateReportData.php index fe5fbe3d7d..f5eafbc276 100644 --- a/sql/GenerateReportData.php +++ b/sql/GenerateReportData.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$ * */ diff --git a/tools/bin/scripts/replace.sh b/tools/bin/scripts/replace.sh index bb7a2bbef6..9b5d6ef2a6 100755 --- a/tools/bin/scripts/replace.sh +++ b/tools/bin/scripts/replace.sh @@ -1,7 +1,7 @@ #!/bin/sh for i in `find . -name '*.js' -or -name '*.module' -or -name '*.php' -or -name '*.po*' -or -name '*.tpl' -or -name '*.hlp' -or -name '*.txt' -or -name '*.install' -or -name '*.inc' -or -name '*.test'`; do echo $i; - perl -pi -e 's/CiviCRM version .\../CiviCRM version 4.6/' $i; - perl -pi -e 's/Copyright CiviCRM LLC \(c\) 2004-20../Copyright CiviCRM LLC (c) 2004-2015/' $i; - perl -pi -e 's/CiviCRM LLC \(c\) 2004-20../CiviCRM LLC (c) 2004-2015/' $i; + perl -pi -e 's/CiviCRM version .\../CiviCRM version 4.7/' $i; + perl -pi -e 's/Copyright CiviCRM LLC \(c\) 2004-20../Copyright CiviCRM LLC (c) 2004-2017/' $i; + perl -pi -e 's/CiviCRM LLC \(c\) 2004-20../CiviCRM LLC (c) 2004-2017/' $i; done diff --git a/xml/templates/civicrm_acl.tpl b/xml/templates/civicrm_acl.tpl index a5210e5b29..bf109c3d9c 100644 --- a/xml/templates/civicrm_acl.tpl +++ b/xml/templates/civicrm_acl.tpl @@ -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/xml/templates/civicrm_country.tpl b/xml/templates/civicrm_country.tpl index 4e72bd03a8..706442608c 100644 --- a/xml/templates/civicrm_country.tpl +++ b/xml/templates/civicrm_country.tpl @@ -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/xml/templates/civicrm_currency.tpl b/xml/templates/civicrm_currency.tpl index 67b4e4c89d..c923efc038 100644 --- a/xml/templates/civicrm_currency.tpl +++ b/xml/templates/civicrm_currency.tpl @@ -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/xml/templates/civicrm_data.tpl b/xml/templates/civicrm_data.tpl index 109c14614c..524081734c 100644 --- a/xml/templates/civicrm_data.tpl +++ b/xml/templates/civicrm_data.tpl @@ -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/xml/templates/civicrm_msg_template.tpl b/xml/templates/civicrm_msg_template.tpl index b76d9aed67..ffaa862774 100644 --- a/xml/templates/civicrm_msg_template.tpl +++ b/xml/templates/civicrm_msg_template.tpl @@ -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/xml/templates/civicrm_navigation.tpl b/xml/templates/civicrm_navigation.tpl index 38fd1f8e12..30c8565230 100644 --- a/xml/templates/civicrm_navigation.tpl +++ b/xml/templates/civicrm_navigation.tpl @@ -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/xml/templates/civicrm_sample.tpl b/xml/templates/civicrm_sample.tpl index 186b686213..0da80f2b01 100644 --- a/xml/templates/civicrm_sample.tpl +++ b/xml/templates/civicrm_sample.tpl @@ -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/xml/templates/civicrm_state_province.tpl b/xml/templates/civicrm_state_province.tpl index ba15412861..bb59d618bb 100644 --- a/xml/templates/civicrm_state_province.tpl +++ b/xml/templates/civicrm_state_province.tpl @@ -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/xml/templates/dao.tpl b/xml/templates/dao.tpl index fe5e9f8707..906b9c9e17 100644 --- a/xml/templates/dao.tpl +++ b/xml/templates/dao.tpl @@ -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. | | | @@ -27,7 +27,7 @@ /** * @package CRM - * @copyright CiviCRM LLC (c) 2004-2016 + * @copyright CiviCRM LLC (c) 2004-2017 * * Generated from {$table.sourceFile} * {$generated} diff --git a/xml/templates/drop.tpl b/xml/templates/drop.tpl index ce1f55dedc..485aeb5f3c 100644 --- a/xml/templates/drop.tpl +++ b/xml/templates/drop.tpl @@ -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/xml/templates/listAll.tpl b/xml/templates/listAll.tpl index acc0353bde..3b0c8c74e2 100644 --- a/xml/templates/listAll.tpl +++ b/xml/templates/listAll.tpl @@ -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. | | | diff --git a/xml/templates/schema.tpl b/xml/templates/schema.tpl index bbaa34e253..7faeb14782 100644 --- a/xml/templates/schema.tpl +++ b/xml/templates/schema.tpl @@ -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/xml/templates/schema_structure.tpl b/xml/templates/schema_structure.tpl index ea6a859de5..353b004ecf 100644 --- a/xml/templates/schema_structure.tpl +++ b/xml/templates/schema_structure.tpl @@ -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 * * Generated from {$smarty.template} * {$generated} -- 2.25.1