From c73475ea7bf18847224dedfa999044115afc7fe5 Mon Sep 17 00:00:00 2001 From: Web Access Date: Wed, 10 Jun 2015 16:28:55 +0530 Subject: [PATCH] CRM-16425 Added CiviCRM Licensing Exception in header --- CRM/Activity/Controller/Search.php | 5 +-- CRM/Activity/Form/Search.php | 5 +-- .../Form/Task/SearchTaskHookSample.php | 5 +-- CRM/Activity/Selector/Search.php | 5 +-- CRM/Activity/StateMachine/Search.php | 5 +-- CRM/Activity/Task.php | 5 +-- CRM/Admin/Form/Preferences/Contribute.php | 33 +++++++++++++++++++ CRM/Case/Form/Task/SearchTaskHookSample.php | 5 +-- CRM/Contact/Import/Form/DataSource.php | 2 +- CRM/Contact/Import/ImportJob.php | 2 +- CRM/Contact/Import/Importer.php | 2 +- .../Form/Task/SearchTaskHookSample.php | 5 +-- CRM/Core/Form/Search.php | 5 +-- CRM/Core/Payment/IATS.php | 2 +- CRM/Event/Form/Task/SearchTaskHookSample.php | 5 +-- CRM/Grant/Form/Task/SearchTaskHookSample.php | 5 +-- CRM/Import/DataSource.php | 2 +- CRM/Import/DataSource/CSV.php | 2 +- CRM/Mailing/BAO/Query.php | 5 +-- CRM/Member/Form/Task/SearchTaskHookSample.php | 5 +-- CRM/Pledge/Form/Task/SearchTaskHookSample.php | 5 +-- CRM/Report/Form/Event/IncomeCountSummary.php | 5 +-- CRM/Upgrade/Incremental/php/FourFive.php | 5 +-- CRM/Upgrade/Incremental/php/FourFour.php | 5 +-- CRM/Upgrade/Incremental/php/FourOne.php | 5 +-- CRM/Upgrade/Incremental/php/FourSix.php | 5 +-- CRM/Upgrade/Incremental/php/FourThree.php | 5 +-- CRM/Upgrade/Incremental/php/FourTwo.php | 5 +-- CRM/Upgrade/Incremental/php/FourZero.php | 5 +-- CRM/Upgrade/Incremental/php/ThreeFour.php | 5 +-- CRM/Upgrade/Incremental/php/ThreeThree.php | 5 +-- CRM/Upgrade/Incremental/php/ThreeTwo.php | 5 +-- bin/cli.class.php | 5 +-- bin/cli.php | 5 +-- bin/csv/delete.php | 5 +-- bin/csv/export.php | 5 +-- bin/csv/import.php | 5 +-- 37 files changed, 129 insertions(+), 66 deletions(-) diff --git a/CRM/Activity/Controller/Search.php b/CRM/Activity/Controller/Search.php index 061d60e834..04a8959170 100644 --- a/CRM/Activity/Controller/Search.php +++ b/CRM/Activity/Controller/Search.php @@ -9,7 +9,7 @@ | | | CiviCRM is free software; you can copy, modify, and distribute it | | under the terms of the GNU Affero General Public License | - | Version 3, 19 November 2007. | + | Version 3, 19 November 2007 and the CiviCRM Licensing Exception. | | | | CiviCRM is distributed in the hope that it will be useful, but | | WITHOUT ANY WARRANTY; without even the implied warranty of | @@ -17,7 +17,8 @@ | See the GNU Affero General Public License for more details. | | | | You should have received a copy of the GNU Affero General Public | - | License along with this program; if not, contact CiviCRM LLC | + | License and the CiviCRM Licensing Exception along | + | with this program; if not, contact CiviCRM LLC | | at info[AT]civicrm[DOT]org. If you have questions about the | | GNU Affero General Public License or the licensing of CiviCRM, | | see the CiviCRM license FAQ at http://civicrm.org/licensing | diff --git a/CRM/Activity/Form/Search.php b/CRM/Activity/Form/Search.php index 80324ef27a..8e2a4ba5d9 100644 --- a/CRM/Activity/Form/Search.php +++ b/CRM/Activity/Form/Search.php @@ -9,7 +9,7 @@ | | | CiviCRM is free software; you can copy, modify, and distribute it | | under the terms of the GNU Affero General Public License | - | Version 3, 19 November 2007. | + | Version 3, 19 November 2007 and the CiviCRM Licensing Exception. | | | | CiviCRM is distributed in the hope that it will be useful, but | | WITHOUT ANY WARRANTY; without even the implied warranty of | @@ -17,7 +17,8 @@ | See the GNU Affero General Public License for more details. | | | | You should have received a copy of the GNU Affero General Public | - | License along with this program; if not, contact CiviCRM LLC | + | License and the CiviCRM Licensing Exception along | + | with this program; if not, contact CiviCRM LLC | | at info[AT]civicrm[DOT]org. If you have questions about the | | GNU Affero General Public License or the licensing of CiviCRM, | | see the CiviCRM license FAQ at http://civicrm.org/licensing | diff --git a/CRM/Activity/Form/Task/SearchTaskHookSample.php b/CRM/Activity/Form/Task/SearchTaskHookSample.php index 60d0707af2..61963a6143 100644 --- a/CRM/Activity/Form/Task/SearchTaskHookSample.php +++ b/CRM/Activity/Form/Task/SearchTaskHookSample.php @@ -9,7 +9,7 @@ | | | CiviCRM is free software; you can copy, modify, and distribute it | | under the terms of the GNU Affero General Public License | - | Version 3, 19 November 2007. | + | Version 3, 19 November 2007 and the CiviCRM Licensing Exception. | | | | CiviCRM is distributed in the hope that it will be useful, but | | WITHOUT ANY WARRANTY; without even the implied warranty of | @@ -17,7 +17,8 @@ | See the GNU Affero General Public License for more details. | | | | You should have received a copy of the GNU Affero General Public | - | License along with this program; if not, contact CiviCRM LLC | + | License and the CiviCRM Licensing Exception along | + | with this program; if not, contact CiviCRM LLC | | at info[AT]civicrm[DOT]org. If you have questions about the | | GNU Affero General Public License or the licensing of CiviCRM, | | see the CiviCRM license FAQ at http://civicrm.org/licensing | diff --git a/CRM/Activity/Selector/Search.php b/CRM/Activity/Selector/Search.php index e71f38063e..2609ea2b58 100644 --- a/CRM/Activity/Selector/Search.php +++ b/CRM/Activity/Selector/Search.php @@ -9,7 +9,7 @@ | | | CiviCRM is free software; you can copy, modify, and distribute it | | under the terms of the GNU Affero General Public License | - | Version 3, 19 November 2007. | + | Version 3, 19 November 2007 and the CiviCRM Licensing Exception. | | | | CiviCRM is distributed in the hope that it will be useful, but | | WITHOUT ANY WARRANTY; without even the implied warranty of | @@ -17,7 +17,8 @@ | See the GNU Affero General Public License for more details. | | | | You should have received a copy of the GNU Affero General Public | - | License along with this program; if not, contact CiviCRM LLC | + | License and the CiviCRM Licensing Exception along | + | with this program; if not, contact CiviCRM LLC | | at info[AT]civicrm[DOT]org. If you have questions about the | | GNU Affero General Public License or the licensing of CiviCRM, | | see the CiviCRM license FAQ at http://civicrm.org/licensing | diff --git a/CRM/Activity/StateMachine/Search.php b/CRM/Activity/StateMachine/Search.php index c8432f655b..9c05848594 100644 --- a/CRM/Activity/StateMachine/Search.php +++ b/CRM/Activity/StateMachine/Search.php @@ -9,7 +9,7 @@ | | | CiviCRM is free software; you can copy, modify, and distribute it | | under the terms of the GNU Affero General Public License | - | Version 3, 19 November 2007. | + | Version 3, 19 November 2007 and the CiviCRM Licensing Exception. | | | | CiviCRM is distributed in the hope that it will be useful, but | | WITHOUT ANY WARRANTY; without even the implied warranty of | @@ -17,7 +17,8 @@ | See the GNU Affero General Public License for more details. | | | | You should have received a copy of the GNU Affero General Public | - | License along with this program; if not, contact CiviCRM LLC | + | License and the CiviCRM Licensing Exception along | + | with this program; if not, contact CiviCRM LLC | | at info[AT]civicrm[DOT]org. If you have questions about the | | GNU Affero General Public License or the licensing of CiviCRM, | | see the CiviCRM license FAQ at http://civicrm.org/licensing | diff --git a/CRM/Activity/Task.php b/CRM/Activity/Task.php index 6aa33fc163..1a07d53b15 100644 --- a/CRM/Activity/Task.php +++ b/CRM/Activity/Task.php @@ -9,7 +9,7 @@ | | | CiviCRM is free software; you can copy, modify, and distribute it | | under the terms of the GNU Affero General Public License | - | Version 3, 19 November 2007. | + | Version 3, 19 November 2007 and the CiviCRM Licensing Exception. | | | | CiviCRM is distributed in the hope that it will be useful, but | | WITHOUT ANY WARRANTY; without even the implied warranty of | @@ -17,7 +17,8 @@ | See the GNU Affero General Public License for more details. | | | | You should have received a copy of the GNU Affero General Public | - | License along with this program; if not, contact CiviCRM LLC | + | License and the CiviCRM Licensing Exception along | + | with this program; if not, contact CiviCRM LLC | | at info[AT]civicrm[DOT]org. If you have questions about the | | GNU Affero General Public License or the licensing of CiviCRM, | | see the CiviCRM license FAQ at http://civicrm.org/licensing | diff --git a/CRM/Admin/Form/Preferences/Contribute.php b/CRM/Admin/Form/Preferences/Contribute.php index 66f3892359..b54e9dd821 100644 --- a/CRM/Admin/Form/Preferences/Contribute.php +++ b/CRM/Admin/Form/Preferences/Contribute.php @@ -1,4 +1,37 @@