From e4c34417f71d9b62fa548ef82f0d9aaaa589c181 Mon Sep 17 00:00:00 2001 From: colemanw Date: Thu, 13 Jul 2023 23:06:27 -0400 Subject: [PATCH] Replace nonstandard copyright headers with the standard one Our standard practice is to add contributors to the release notes rather than putting their name in the copyright header, as that would be impossible to maintain with so many people contributing to each file. --- CRM/Admin/Form/LabelFormats.php | 25 +++------------ CRM/Admin/Form/PdfFormats.php | 25 +++------------ CRM/Admin/Page/LabelFormats.php | 25 +++------------ CRM/Admin/Page/PdfFormats.php | 25 +++------------ CRM/Contact/BAO/GroupNesting.php | 25 +++------------ CRM/Core/BAO/LabelFormat.php | 25 +++------------ CRM/Core/BAO/PaperSize.php | 25 +++------------ CRM/Core/BAO/PdfFormat.php | 25 +++------------ CRM/Core/QuickForm/GroupMultiSelect.php | 25 +++------------ CRM/Core/QuickForm/NestedAdvMultiSelect.php | 25 +++------------ api/v3/SavedSearch.php | 31 +++++-------------- api/v3/SurveyRespondant.php | 24 +++----------- bin/cli.class.php | 23 +++----------- bin/cli.php | 23 +++----------- bin/csv/delete.php | 23 +++----------- bin/csv/export.php | 23 +++----------- bin/csv/import.php | 23 +++----------- .../lib/eWAY/eWAY_GatewayRequest.php | 23 +++----------- .../lib/eWAY/eWAY_GatewayResponse.php | 23 +++----------- tests/phpunit/api/v3/SavedSearchTest.php | 31 +++++-------------- 20 files changed, 86 insertions(+), 411 deletions(-) diff --git a/CRM/Admin/Form/LabelFormats.php b/CRM/Admin/Form/LabelFormats.php index e3936dbec3..ac6892f32d 100644 --- a/CRM/Admin/Form/LabelFormats.php +++ b/CRM/Admin/Form/LabelFormats.php @@ -1,28 +1,11 @@