Skip to content

Commit

Permalink
Merge pull request #13271 from seamuslee001/header_whitespace_fixes
Browse files Browse the repository at this point in the history
(NFC) whitespace header fixes
  • Loading branch information
monishdeb authored Dec 13, 2018
2 parents a65f52b + 775788c commit 0c7913c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CRM/Core/Form/EntityFormTrait.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
+--------------------------------------------------------------------+
| CiviCRM version 5 |
| CiviCRM version 5 |
+--------------------------------------------------------------------+
| Copyright CiviCRM LLC (c) 2004-2019 |
+--------------------------------------------------------------------+
Expand Down
2 changes: 1 addition & 1 deletion CRM/Core/Payment/eWAY.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

/*
+--------------------------------------------------------------------+
| eWAY Core Payment Module for CiviCRM version 5 & 1.9 |
| eWAY Core Payment Module for CiviCRM version 5 & 1.9 |
+--------------------------------------------------------------------+
| Licensed to CiviCRM under the Academic Free License version 3.0 |
| |
Expand Down
2 changes: 1 addition & 1 deletion CRM/Financial/Form/SalesTaxTrait.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
+--------------------------------------------------------------------+
| CiviCRM version 5 |
| CiviCRM version 5 |
+--------------------------------------------------------------------+
| Copyright CiviCRM LLC (c) 2004-2019 |
+--------------------------------------------------------------------+
Expand Down
2 changes: 1 addition & 1 deletion tests/phpunit/CRM/Mailing/BAO/MailingJobTest.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
+--------------------------------------------------------------------+
| CiviCRM version 5 |
| CiviCRM version 5 |
+--------------------------------------------------------------------+
| Copyright CiviCRM LLC (c) 2004-2019 |
+--------------------------------------------------------------------+
Expand Down
2 changes: 1 addition & 1 deletion tests/phpunit/CiviTest/CiviTestSMSProvider.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
+--------------------------------------------------------------------+
| CiviCRM version 5 |
| CiviCRM version 5 |
+--------------------------------------------------------------------+
| Copyright CiviCRM LLC (c) 2004-2019 |
+--------------------------------------------------------------------+
Expand Down
2 changes: 1 addition & 1 deletion tools/bin/scripts/replace.sh
Original file line number Diff line number Diff line change
@@ -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 5/' $i;
perl -pi -e 's/CiviCRM version .\../CiviCRM version 5 /' $i;
perl -pi -e 's/Copyright CiviCRM LLC \(c\) 2004-20../Copyright CiviCRM LLC (c) 2004-2019/' $i;
perl -pi -e 's/CiviCRM LLC \(c\) 2004-20../CiviCRM LLC (c) 2004-2019/' $i;
done

0 comments on commit 0c7913c

Please sign in to comment.