Skip to content

Commit

Permalink
(NFC) Update version in header
Browse files Browse the repository at this point in the history
This is a simple administrative update to the headers. It was generated with the command:

```
rgrep '| CiviCRM version 4.7' CRM/ Civi ang api bin extern install/ settings/ templates -l \
  | xargs sed -i'' "s/| CiviCRM version 4.7/| CiviCRM version 5  /g"
```

Tthe inclusion of `|` aimed to avoid matching any non-header text (e.g. inline docs that
mentioned the version incidentally). But then I did a looser search and for just

```
rgrep 'CiviCRM version 4.7'
````

and manually patched the remainder.

Note: I'm not really keen on doing this every month, so I relaxed the header
statement -- instead of `CiviCRM version 5.0`, it's just `CiviCRM version 5`.
  • Loading branch information
totten committed Apr 19, 2018
1 parent 9b6f5e6 commit fee1419
Show file tree
Hide file tree
Showing 2,467 changed files with 2,467 additions and 2,467 deletions.
2 changes: 1 addition & 1 deletion CRM/ACL/API.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
+--------------------------------------------------------------------+
| CiviCRM version 4.7 |
| CiviCRM version 5 |
+--------------------------------------------------------------------+
| Copyright CiviCRM LLC (c) 2004-2018 |
+--------------------------------------------------------------------+
Expand Down
2 changes: 1 addition & 1 deletion CRM/ACL/BAO/ACL.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
+--------------------------------------------------------------------+
| CiviCRM version 4.7 |
| CiviCRM version 5 |
+--------------------------------------------------------------------+
| Copyright CiviCRM LLC (c) 2004-2018 |
+--------------------------------------------------------------------+
Expand Down
2 changes: 1 addition & 1 deletion CRM/ACL/BAO/Cache.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
+--------------------------------------------------------------------+
| CiviCRM version 4.7 |
| CiviCRM version 5 |
+--------------------------------------------------------------------+
| Copyright CiviCRM LLC (c) 2004-2018 |
+--------------------------------------------------------------------+
Expand Down
2 changes: 1 addition & 1 deletion CRM/ACL/BAO/EntityRole.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
+--------------------------------------------------------------------+
| CiviCRM version 4.7 |
| CiviCRM version 5 |
+--------------------------------------------------------------------+
| Copyright CiviCRM LLC (c) 2004-2018 |
+--------------------------------------------------------------------+
Expand Down
2 changes: 1 addition & 1 deletion CRM/ACL/Form/ACL.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
+--------------------------------------------------------------------+
| CiviCRM version 4.7 |
| CiviCRM version 5 |
+--------------------------------------------------------------------+
| Copyright CiviCRM LLC (c) 2004-2018 |
+--------------------------------------------------------------------+
Expand Down
2 changes: 1 addition & 1 deletion CRM/ACL/Form/ACLBasic.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
+--------------------------------------------------------------------+
| CiviCRM version 4.7 |
| CiviCRM version 5 |
+--------------------------------------------------------------------+
| Copyright CiviCRM LLC (c) 2004-2018 |
+--------------------------------------------------------------------+
Expand Down
2 changes: 1 addition & 1 deletion CRM/ACL/Form/EntityRole.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
+--------------------------------------------------------------------+
| CiviCRM version 4.7 |
| CiviCRM version 5 |
+--------------------------------------------------------------------+
| Copyright CiviCRM LLC (c) 2004-2018 |
+--------------------------------------------------------------------+
Expand Down
2 changes: 1 addition & 1 deletion CRM/ACL/Form/WordPress/Permissions.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
+--------------------------------------------------------------------+
| CiviCRM version 4.7 |
| CiviCRM version 5 |
+--------------------------------------------------------------------+
| Copyright CiviCRM LLC (c) 2004-2018 |
+--------------------------------------------------------------------+
Expand Down
2 changes: 1 addition & 1 deletion CRM/ACL/Page/ACL.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
+--------------------------------------------------------------------+
| CiviCRM version 4.7 |
| CiviCRM version 5 |
+--------------------------------------------------------------------+
| Copyright CiviCRM LLC (c) 2004-2018 |
+--------------------------------------------------------------------+
Expand Down
2 changes: 1 addition & 1 deletion CRM/ACL/Page/ACLBasic.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
+--------------------------------------------------------------------+
| CiviCRM version 4.7 |
| CiviCRM version 5 |
+--------------------------------------------------------------------+
| Copyright CiviCRM LLC (c) 2004-2018 |
+--------------------------------------------------------------------+
Expand Down
2 changes: 1 addition & 1 deletion CRM/ACL/Page/EntityRole.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
+--------------------------------------------------------------------+
| CiviCRM version 4.7 |
| CiviCRM version 5 |
+--------------------------------------------------------------------+
| Copyright CiviCRM LLC (c) 2004-2018 |
+--------------------------------------------------------------------+
Expand Down
2 changes: 1 addition & 1 deletion CRM/Activity/ActionMapping.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
+--------------------------------------------------------------------+
| CiviCRM version 4.7 |
| CiviCRM version 5 |
+--------------------------------------------------------------------+
| Copyright CiviCRM LLC (c) 2004-2018 |
+--------------------------------------------------------------------+
Expand Down
2 changes: 1 addition & 1 deletion CRM/Activity/BAO/Activity.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
+--------------------------------------------------------------------+
| CiviCRM version 4.7 |
| CiviCRM version 5 |
+--------------------------------------------------------------------+
| Copyright CiviCRM LLC (c) 2004-2018 |
+--------------------------------------------------------------------+
Expand Down
2 changes: 1 addition & 1 deletion CRM/Activity/BAO/ActivityAssignment.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
+--------------------------------------------------------------------+
| CiviCRM version 4.7 |
| CiviCRM version 5 |
+--------------------------------------------------------------------+
| Copyright CiviCRM LLC (c) 2004-2018 |
+--------------------------------------------------------------------+
Expand Down
2 changes: 1 addition & 1 deletion CRM/Activity/BAO/ActivityContact.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
+--------------------------------------------------------------------+
| CiviCRM version 4.7 |
| CiviCRM version 5 |
+--------------------------------------------------------------------+
| Copyright CiviCRM LLC (c) 2004-2018 |
+--------------------------------------------------------------------+
Expand Down
2 changes: 1 addition & 1 deletion CRM/Activity/BAO/ActivityTarget.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
+--------------------------------------------------------------------+
| CiviCRM version 4.7 |
| CiviCRM version 5 |
+--------------------------------------------------------------------+
| Copyright CiviCRM LLC (c) 2004-2018 |
+--------------------------------------------------------------------+
Expand Down
2 changes: 1 addition & 1 deletion CRM/Activity/BAO/ICalendar.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
+--------------------------------------------------------------------+
| CiviCRM version 4.7 |
| CiviCRM version 5 |
+--------------------------------------------------------------------+
| Copyright CiviCRM LLC (c) 2004-2018 |
+--------------------------------------------------------------------+
Expand Down
2 changes: 1 addition & 1 deletion CRM/Activity/BAO/Query.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
+--------------------------------------------------------------------+
| CiviCRM version 4.7 |
| CiviCRM version 5 |
+--------------------------------------------------------------------+
| Copyright CiviCRM LLC (c) 2004-2018 |
+--------------------------------------------------------------------+
Expand Down
2 changes: 1 addition & 1 deletion CRM/Activity/Controller/Search.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
+--------------------------------------------------------------------+
| CiviCRM version 4.7 |
| CiviCRM version 5 |
+--------------------------------------------------------------------+
| Copyright CiviCRM LLC (c) 2004-2018 |
+--------------------------------------------------------------------+
Expand Down
2 changes: 1 addition & 1 deletion CRM/Activity/Form/Activity.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
+--------------------------------------------------------------------+
| CiviCRM version 4.7 |
| CiviCRM version 5 |
+--------------------------------------------------------------------+
| Copyright CiviCRM LLC (c) 2004-2018 |
+--------------------------------------------------------------------+
Expand Down
2 changes: 1 addition & 1 deletion CRM/Activity/Form/ActivityFilter.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
+--------------------------------------------------------------------+
| CiviCRM version 4.7 |
| CiviCRM version 5 |
+--------------------------------------------------------------------+
| Copyright CiviCRM LLC (c) 2004-2018 |
+--------------------------------------------------------------------+
Expand Down
2 changes: 1 addition & 1 deletion CRM/Activity/Form/ActivityLinks.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
+--------------------------------------------------------------------+
| CiviCRM version 4.7 |
| CiviCRM version 5 |
+--------------------------------------------------------------------+
| Copyright CiviCRM LLC (c) 2004-2018 |
+--------------------------------------------------------------------+
Expand Down
2 changes: 1 addition & 1 deletion CRM/Activity/Form/ActivityView.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
+--------------------------------------------------------------------+
| CiviCRM version 4.7 |
| CiviCRM version 5 |
+--------------------------------------------------------------------+
| Copyright CiviCRM LLC (c) 2004-2018 |
+--------------------------------------------------------------------+
Expand Down
2 changes: 1 addition & 1 deletion CRM/Activity/Form/Search.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
+--------------------------------------------------------------------+
| CiviCRM version 4.7 |
| CiviCRM version 5 |
+--------------------------------------------------------------------+
| Copyright CiviCRM LLC (c) 2004-2018 |
+--------------------------------------------------------------------+
Expand Down
2 changes: 1 addition & 1 deletion CRM/Activity/Form/Task.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
+--------------------------------------------------------------------+
| CiviCRM version 4.7 |
| CiviCRM version 5 |
+--------------------------------------------------------------------+
| Copyright CiviCRM LLC (c) 2004-2018 |
+--------------------------------------------------------------------+
Expand Down
2 changes: 1 addition & 1 deletion CRM/Activity/Form/Task/AddToTag.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
+--------------------------------------------------------------------+
| CiviCRM version 4.7 |
| CiviCRM version 5 |
+--------------------------------------------------------------------+
| Copyright CiviCRM LLC (c) 2004-2018 |
+--------------------------------------------------------------------+
Expand Down
2 changes: 1 addition & 1 deletion CRM/Activity/Form/Task/Batch.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
+--------------------------------------------------------------------+
| CiviCRM version 4.7 |
| CiviCRM version 5 |
+--------------------------------------------------------------------+
| Copyright CiviCRM LLC (c) 2004-2018 |
+--------------------------------------------------------------------+
Expand Down
2 changes: 1 addition & 1 deletion CRM/Activity/Form/Task/Delete.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
+--------------------------------------------------------------------+
| CiviCRM version 4.7 |
| CiviCRM version 5 |
+--------------------------------------------------------------------+
| Copyright CiviCRM LLC (c) 2004-2018 |
+--------------------------------------------------------------------+
Expand Down
2 changes: 1 addition & 1 deletion CRM/Activity/Form/Task/Email.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
+--------------------------------------------------------------------+
| CiviCRM version 4.7 |
| CiviCRM version 5 |
+--------------------------------------------------------------------+
| Copyright CiviCRM LLC (c) 2004-2018 |
+--------------------------------------------------------------------+
Expand Down
2 changes: 1 addition & 1 deletion CRM/Activity/Form/Task/FileOnCase.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
+--------------------------------------------------------------------+
| CiviCRM version 4.7 |
| CiviCRM version 5 |
+--------------------------------------------------------------------+
| Copyright CiviCRM LLC (c) 2004-2018 |
+--------------------------------------------------------------------+
Expand Down
2 changes: 1 addition & 1 deletion CRM/Activity/Form/Task/PickOption.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
+--------------------------------------------------------------------+
| CiviCRM version 4.7 |
| CiviCRM version 5 |
+--------------------------------------------------------------------+
| Copyright CiviCRM LLC (c) 2004-2018 |
+--------------------------------------------------------------------+
Expand Down
2 changes: 1 addition & 1 deletion CRM/Activity/Form/Task/PickProfile.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
+--------------------------------------------------------------------+
| CiviCRM version 4.7 |
| CiviCRM version 5 |
+--------------------------------------------------------------------+
| Copyright CiviCRM LLC (c) 2004-2018 |
+--------------------------------------------------------------------+
Expand Down
2 changes: 1 addition & 1 deletion CRM/Activity/Form/Task/Print.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
+--------------------------------------------------------------------+
| CiviCRM version 4.7 |
| CiviCRM version 5 |
+--------------------------------------------------------------------+
| Copyright CiviCRM LLC (c) 2004-2018 |
+--------------------------------------------------------------------+
Expand Down
2 changes: 1 addition & 1 deletion CRM/Activity/Form/Task/RemoveFromTag.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
+--------------------------------------------------------------------+
| CiviCRM version 4.7 |
| CiviCRM version 5 |
+--------------------------------------------------------------------+
| Copyright CiviCRM LLC (c) 2004-2018 |
+--------------------------------------------------------------------+
Expand Down
2 changes: 1 addition & 1 deletion CRM/Activity/Form/Task/SMS.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
+--------------------------------------------------------------------+
| CiviCRM version 4.7 |
| CiviCRM version 5 |
+--------------------------------------------------------------------+
| Copyright CiviCRM LLC (c) 2004-2018 |
+--------------------------------------------------------------------+
Expand Down
2 changes: 1 addition & 1 deletion CRM/Activity/Form/Task/SearchTaskHookSample.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
+--------------------------------------------------------------------+
| CiviCRM version 4.7 |
| CiviCRM version 5 |
+--------------------------------------------------------------------+
| Copyright CiviCRM LLC (c) 2004-2018 |
+--------------------------------------------------------------------+
Expand Down
2 changes: 1 addition & 1 deletion CRM/Activity/Import/Controller.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
+--------------------------------------------------------------------+
| CiviCRM version 4.7 |
| CiviCRM version 5 |
+--------------------------------------------------------------------+
| Copyright CiviCRM LLC (c) 2004-2018 |
+--------------------------------------------------------------------+
Expand Down
2 changes: 1 addition & 1 deletion CRM/Activity/Import/Field.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
+--------------------------------------------------------------------+
| CiviCRM version 4.7 |
| CiviCRM version 5 |
+--------------------------------------------------------------------+
| Copyright CiviCRM LLC (c) 2004-2018 |
+--------------------------------------------------------------------+
Expand Down
2 changes: 1 addition & 1 deletion CRM/Activity/Import/Form/DataSource.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
+--------------------------------------------------------------------+
| CiviCRM version 4.7 |
| CiviCRM version 5 |
+--------------------------------------------------------------------+
| Copyright CiviCRM LLC (c) 2004-2018 |
+--------------------------------------------------------------------+
Expand Down
2 changes: 1 addition & 1 deletion CRM/Activity/Import/Form/MapField.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
+--------------------------------------------------------------------+
| CiviCRM version 4.7 |
| CiviCRM version 5 |
+--------------------------------------------------------------------+
| Copyright CiviCRM LLC (c) 2004-2018 |
+--------------------------------------------------------------------+
Expand Down
2 changes: 1 addition & 1 deletion CRM/Activity/Import/Form/Preview.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
+--------------------------------------------------------------------+
| CiviCRM version 4.7 |
| CiviCRM version 5 |
+--------------------------------------------------------------------+
| Copyright CiviCRM LLC (c) 2004-2018 |
+--------------------------------------------------------------------+
Expand Down
2 changes: 1 addition & 1 deletion CRM/Activity/Import/Form/Summary.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
+--------------------------------------------------------------------+
| CiviCRM version 4.7 |
| CiviCRM version 5 |
+--------------------------------------------------------------------+
| Copyright CiviCRM LLC (c) 2004-2018 |
+--------------------------------------------------------------------+
Expand Down
2 changes: 1 addition & 1 deletion CRM/Activity/Import/Parser.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
+--------------------------------------------------------------------+
| CiviCRM version 4.7 |
| CiviCRM version 5 |
+--------------------------------------------------------------------+
| Copyright CiviCRM LLC (c) 2004-2018 |
+--------------------------------------------------------------------+
Expand Down
2 changes: 1 addition & 1 deletion CRM/Activity/Import/Parser/Activity.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
+--------------------------------------------------------------------+
| CiviCRM version 4.7 |
| CiviCRM version 5 |
+--------------------------------------------------------------------+
| Copyright CiviCRM LLC (c) 2004-2018 |
+--------------------------------------------------------------------+
Expand Down
Loading

0 comments on commit fee1419

Please sign in to comment.