From: eileen Date: Thu, 23 Apr 2020 11:18:05 +0000 (+1200) Subject: [NFC] A bit less svn in our code X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=b0f06875baf28dc3917e34c4d35636c012f783f7;p=civicrm-core.git [NFC] A bit less svn in our code --- diff --git a/CRM/Api4/Page/AJAX.php b/CRM/Api4/Page/AJAX.php index f5042123ae..300fc33612 100644 --- a/CRM/Api4/Page/AJAX.php +++ b/CRM/Api4/Page/AJAX.php @@ -14,8 +14,6 @@ * * @package CRM * @copyright CiviCRM LLC https://civicrm.org/licensing - * $Id$ - * */ class CRM_Api4_Page_AJAX extends CRM_Core_Page { diff --git a/CRM/Api4/Page/Api4Explorer.php b/CRM/Api4/Page/Api4Explorer.php index 9460b617c9..73545ea22d 100644 --- a/CRM/Api4/Page/Api4Explorer.php +++ b/CRM/Api4/Page/Api4Explorer.php @@ -14,8 +14,6 @@ * * @package CRM * @copyright CiviCRM LLC https://civicrm.org/licensing - * $Id$ - * */ class CRM_Api4_Page_Api4Explorer extends CRM_Core_Page { diff --git a/CRM/Api4/Services.php b/CRM/Api4/Services.php index 35c24449e0..f7fc52befc 100644 --- a/CRM/Api4/Services.php +++ b/CRM/Api4/Services.php @@ -14,8 +14,6 @@ * * @package CRM * @copyright CiviCRM LLC https://civicrm.org/licensing - * $Id$ - * */ diff --git a/CRM/Core/BAO/Country.php b/CRM/Core/BAO/Country.php index a80fa997c3..10934d932c 100644 --- a/CRM/Core/BAO/Country.php +++ b/CRM/Core/BAO/Country.php @@ -13,8 +13,6 @@ * * @package CRM * @copyright CiviCRM LLC https://civicrm.org/licensing - * $Id$ - * */ /** diff --git a/CRM/Core/BAO/CustomOption.php b/CRM/Core/BAO/CustomOption.php index 343f9eb0ce..31c522bc77 100644 --- a/CRM/Core/BAO/CustomOption.php +++ b/CRM/Core/BAO/CustomOption.php @@ -13,8 +13,6 @@ * * @package CRM * @copyright CiviCRM LLC https://civicrm.org/licensing - * $Id$ - * */ /** diff --git a/CRM/Core/ClassLoader.php b/CRM/Core/ClassLoader.php index 34b770fd7e..18e608aca1 100644 --- a/CRM/Core/ClassLoader.php +++ b/CRM/Core/ClassLoader.php @@ -14,8 +14,6 @@ * * @package CRM * @copyright CiviCRM LLC https://civicrm.org/licensing - * $Id$ - * */ class CRM_Core_ClassLoader { diff --git a/CRM/Core/Resources.php b/CRM/Core/Resources.php index b4532ff26c..0d39eaae37 100644 --- a/CRM/Core/Resources.php +++ b/CRM/Core/Resources.php @@ -23,8 +23,6 @@ use Civi\Core\Event\GenericHookEvent; * * @package CRM * @copyright CiviCRM LLC https://civicrm.org/licensing - * $Id$ - * */ class CRM_Core_Resources { const DEFAULT_WEIGHT = 0; diff --git a/CRM/Core/Smarty/plugins/function.crmCrudLink.php b/CRM/Core/Smarty/plugins/function.crmCrudLink.php index 10911bfece..69c57aafc5 100644 --- a/CRM/Core/Smarty/plugins/function.crmCrudLink.php +++ b/CRM/Core/Smarty/plugins/function.crmCrudLink.php @@ -13,8 +13,6 @@ * * @package CRM * @copyright CiviCRM LLC - * $Id$ - * */ /** diff --git a/CRM/Dashlet/Page/AllCases.php b/CRM/Dashlet/Page/AllCases.php index b321c67c2c..3546ecd31f 100644 --- a/CRM/Dashlet/Page/AllCases.php +++ b/CRM/Dashlet/Page/AllCases.php @@ -13,8 +13,6 @@ * * @package CRM * @copyright CiviCRM LLC https://civicrm.org/licensing - * $Id$ - * */ /** diff --git a/CRM/Grant/Page/DashBoard.php b/CRM/Grant/Page/DashBoard.php index 15b727699e..3389c4abb9 100644 --- a/CRM/Grant/Page/DashBoard.php +++ b/CRM/Grant/Page/DashBoard.php @@ -13,8 +13,6 @@ * * @package CRM * @copyright CiviCRM LLC https://civicrm.org/licensing - * $Id$ - * */ /** diff --git a/CRM/Report/Utils/Report.php b/CRM/Report/Utils/Report.php index 1cc6cc7d18..192e107cbd 100644 --- a/CRM/Report/Utils/Report.php +++ b/CRM/Report/Utils/Report.php @@ -13,8 +13,6 @@ * * @package CRM * @copyright CiviCRM LLC https://civicrm.org/licensing - * $Id$ - * */ class CRM_Report_Utils_Report { diff --git a/Civi/Api4/ACL.php b/Civi/Api4/ACL.php index 8501391d8e..db5f774fde 100644 --- a/Civi/Api4/ACL.php +++ b/Civi/Api4/ACL.php @@ -14,8 +14,6 @@ * * @package CRM * @copyright CiviCRM LLC https://civicrm.org/licensing - * $Id$ - * */ diff --git a/Civi/Api4/Action/Address/AddressSaveTrait.php b/Civi/Api4/Action/Address/AddressSaveTrait.php index ce7bbbb7ef..af121c42b9 100644 --- a/Civi/Api4/Action/Address/AddressSaveTrait.php +++ b/Civi/Api4/Action/Address/AddressSaveTrait.php @@ -14,8 +14,6 @@ * * @package CRM * @copyright CiviCRM LLC https://civicrm.org/licensing - * $Id$ - * */ diff --git a/Civi/Api4/Action/Address/Create.php b/Civi/Api4/Action/Address/Create.php index 0c42f6c94b..0968990c22 100644 --- a/Civi/Api4/Action/Address/Create.php +++ b/Civi/Api4/Action/Address/Create.php @@ -14,8 +14,6 @@ * * @package CRM * @copyright CiviCRM LLC https://civicrm.org/licensing - * $Id$ - * */ diff --git a/Civi/Api4/Action/Address/Save.php b/Civi/Api4/Action/Address/Save.php index 51ba9ca028..d443614056 100644 --- a/Civi/Api4/Action/Address/Save.php +++ b/Civi/Api4/Action/Address/Save.php @@ -14,8 +14,6 @@ * * @package CRM * @copyright CiviCRM LLC https://civicrm.org/licensing - * $Id$ - * */ diff --git a/Civi/Api4/Action/Address/Update.php b/Civi/Api4/Action/Address/Update.php index 440e20cecc..ddd11ea1d8 100644 --- a/Civi/Api4/Action/Address/Update.php +++ b/Civi/Api4/Action/Address/Update.php @@ -14,8 +14,6 @@ * * @package CRM * @copyright CiviCRM LLC https://civicrm.org/licensing - * $Id$ - * */ diff --git a/Civi/Api4/Action/Contact/GetChecksum.php b/Civi/Api4/Action/Contact/GetChecksum.php index 628b7d5a70..be15c2ac7f 100644 --- a/Civi/Api4/Action/Contact/GetChecksum.php +++ b/Civi/Api4/Action/Contact/GetChecksum.php @@ -14,8 +14,6 @@ * * @package CRM * @copyright CiviCRM LLC https://civicrm.org/licensing - * $Id$ - * */ diff --git a/Civi/Api4/Action/Contact/GetFields.php b/Civi/Api4/Action/Contact/GetFields.php index da6fc33409..7c1431ab53 100644 --- a/Civi/Api4/Action/Contact/GetFields.php +++ b/Civi/Api4/Action/Contact/GetFields.php @@ -14,8 +14,6 @@ * * @package CRM * @copyright CiviCRM LLC https://civicrm.org/licensing - * $Id$ - * */ namespace Civi\Api4\Action\Contact; diff --git a/Civi/Api4/Action/Contact/ValidateChecksum.php b/Civi/Api4/Action/Contact/ValidateChecksum.php index b1b771af80..383575da3b 100644 --- a/Civi/Api4/Action/Contact/ValidateChecksum.php +++ b/Civi/Api4/Action/Contact/ValidateChecksum.php @@ -14,8 +14,6 @@ * * @package CRM * @copyright CiviCRM LLC https://civicrm.org/licensing - * $Id$ - * */ diff --git a/Civi/Api4/Action/CustomValue/Delete.php b/Civi/Api4/Action/CustomValue/Delete.php index 86cfb195a5..6cc5a8de56 100644 --- a/Civi/Api4/Action/CustomValue/Delete.php +++ b/Civi/Api4/Action/CustomValue/Delete.php @@ -14,8 +14,6 @@ * * @package CRM * @copyright CiviCRM LLC https://civicrm.org/licensing - * $Id$ - * */ diff --git a/Civi/Api4/Action/CustomValue/GetActions.php b/Civi/Api4/Action/CustomValue/GetActions.php index bd4ff25245..2101ac5884 100644 --- a/Civi/Api4/Action/CustomValue/GetActions.php +++ b/Civi/Api4/Action/CustomValue/GetActions.php @@ -14,8 +14,6 @@ * * @package CRM * @copyright CiviCRM LLC https://civicrm.org/licensing - * $Id$ - * */ diff --git a/Civi/Api4/Action/CustomValue/Replace.php b/Civi/Api4/Action/CustomValue/Replace.php index 1299445f36..618ae4ebcd 100644 --- a/Civi/Api4/Action/CustomValue/Replace.php +++ b/Civi/Api4/Action/CustomValue/Replace.php @@ -14,8 +14,6 @@ * * @package CRM * @copyright CiviCRM LLC https://civicrm.org/licensing - * $Id$ - * */ diff --git a/Civi/Api4/Action/CustomValue/Save.php b/Civi/Api4/Action/CustomValue/Save.php index 3942d52865..7a72c738b8 100644 --- a/Civi/Api4/Action/CustomValue/Save.php +++ b/Civi/Api4/Action/CustomValue/Save.php @@ -14,8 +14,6 @@ * * @package CRM * @copyright CiviCRM LLC https://civicrm.org/licensing - * $Id$ - * */ diff --git a/Civi/Api4/Action/CustomValue/Update.php b/Civi/Api4/Action/CustomValue/Update.php index 44cc1de2b6..636771d6fb 100644 --- a/Civi/Api4/Action/CustomValue/Update.php +++ b/Civi/Api4/Action/CustomValue/Update.php @@ -14,8 +14,6 @@ * * @package CRM * @copyright CiviCRM LLC https://civicrm.org/licensing - * $Id$ - * */ diff --git a/Civi/Api4/Action/Domain/Get.php b/Civi/Api4/Action/Domain/Get.php index 5365f4bd74..22fded735d 100644 --- a/Civi/Api4/Action/Domain/Get.php +++ b/Civi/Api4/Action/Domain/Get.php @@ -14,8 +14,6 @@ * * @package CRM * @copyright CiviCRM LLC https://civicrm.org/licensing - * $Id$ - * */ diff --git a/Civi/Api4/Action/Entity/Get.php b/Civi/Api4/Action/Entity/Get.php index 01980abde1..4ec56adbf8 100644 --- a/Civi/Api4/Action/Entity/Get.php +++ b/Civi/Api4/Action/Entity/Get.php @@ -14,8 +14,6 @@ * * @package CRM * @copyright CiviCRM LLC https://civicrm.org/licensing - * $Id$ - * */ diff --git a/Civi/Api4/Action/Entity/GetLinks.php b/Civi/Api4/Action/Entity/GetLinks.php index 40420e9344..a5c6c53fbd 100644 --- a/Civi/Api4/Action/Entity/GetLinks.php +++ b/Civi/Api4/Action/Entity/GetLinks.php @@ -14,8 +14,6 @@ * * @package CRM * @copyright CiviCRM LLC https://civicrm.org/licensing - * $Id$ - * */ diff --git a/Civi/Api4/Action/Event/Get.php b/Civi/Api4/Action/Event/Get.php index 09e46a5eb4..db21840488 100644 --- a/Civi/Api4/Action/Event/Get.php +++ b/Civi/Api4/Action/Event/Get.php @@ -14,8 +14,6 @@ * * @package CRM * @copyright CiviCRM LLC https://civicrm.org/licensing - * $Id$ - * */ namespace Civi\Api4\Action\Event; diff --git a/Civi/Api4/Action/GroupContact/Create.php b/Civi/Api4/Action/GroupContact/Create.php index c21afce0eb..1f55f76b2e 100644 --- a/Civi/Api4/Action/GroupContact/Create.php +++ b/Civi/Api4/Action/GroupContact/Create.php @@ -14,8 +14,6 @@ * * @package CRM * @copyright CiviCRM LLC https://civicrm.org/licensing - * $Id$ - * */ diff --git a/Civi/Api4/Action/GroupContact/GroupContactSaveTrait.php b/Civi/Api4/Action/GroupContact/GroupContactSaveTrait.php index d9d9e47cd1..85492afdb4 100644 --- a/Civi/Api4/Action/GroupContact/GroupContactSaveTrait.php +++ b/Civi/Api4/Action/GroupContact/GroupContactSaveTrait.php @@ -14,8 +14,6 @@ * * @package CRM * @copyright CiviCRM LLC https://civicrm.org/licensing - * $Id$ - * */ diff --git a/Civi/Api4/Action/GroupContact/Update.php b/Civi/Api4/Action/GroupContact/Update.php index 3d2961ae5a..4cf5c389cd 100644 --- a/Civi/Api4/Action/GroupContact/Update.php +++ b/Civi/Api4/Action/GroupContact/Update.php @@ -14,8 +14,6 @@ * * @package CRM * @copyright CiviCRM LLC https://civicrm.org/licensing - * $Id$ - * */ diff --git a/Civi/Api4/Activity.php b/Civi/Api4/Activity.php index c546502fc1..4b45829273 100644 --- a/Civi/Api4/Activity.php +++ b/Civi/Api4/Activity.php @@ -14,11 +14,8 @@ * * @package CRM * @copyright CiviCRM LLC https://civicrm.org/licensing - * $Id$ - * */ - namespace Civi\Api4; /** diff --git a/Civi/Api4/Event/Subscriber/Generic/PreCreationSubscriber.php b/Civi/Api4/Event/Subscriber/Generic/PreCreationSubscriber.php index dc8b3368f7..28be65ed1a 100644 --- a/Civi/Api4/Event/Subscriber/Generic/PreCreationSubscriber.php +++ b/Civi/Api4/Event/Subscriber/Generic/PreCreationSubscriber.php @@ -14,8 +14,6 @@ * * @package CRM * @copyright CiviCRM LLC https://civicrm.org/licensing - * $Id$ - * */ diff --git a/Civi/Api4/GroupOrganization.php b/Civi/Api4/GroupOrganization.php index e98654dcf4..d7229a22ff 100644 --- a/Civi/Api4/GroupOrganization.php +++ b/Civi/Api4/GroupOrganization.php @@ -14,8 +14,6 @@ * * @package CRM * @copyright CiviCRM LLC https://civicrm.org/licensing - * $Id$ - * */ namespace Civi\Api4; diff --git a/Civi/Api4/IM.php b/Civi/Api4/IM.php index 3f2ce39e8f..ff39fabeb7 100644 --- a/Civi/Api4/IM.php +++ b/Civi/Api4/IM.php @@ -14,8 +14,6 @@ * * @package CRM * @copyright CiviCRM LLC https://civicrm.org/licensing - * $Id$ - * */ diff --git a/Civi/Api4/Utils/SelectUtil.php b/Civi/Api4/Utils/SelectUtil.php index 00863f051c..781428e244 100644 --- a/Civi/Api4/Utils/SelectUtil.php +++ b/Civi/Api4/Utils/SelectUtil.php @@ -14,8 +14,6 @@ * * @package CRM * @copyright CiviCRM LLC https://civicrm.org/licensing - * $Id$ - * */ diff --git a/tests/phpunit/api/v4/Spec/SpecGathererTest.php b/tests/phpunit/api/v4/Spec/SpecGathererTest.php index 8129488186..dc8d1bf549 100644 --- a/tests/phpunit/api/v4/Spec/SpecGathererTest.php +++ b/tests/phpunit/api/v4/Spec/SpecGathererTest.php @@ -14,8 +14,6 @@ * * @package CRM * @copyright CiviCRM LLC https://civicrm.org/licensing - * $Id$ - * */