Commit 0198397
committed
Merge #179: scripted-diff: Remove copyright year (ranges)
fa2ff9a scripted-diff: Remove copyright year (ranges) (marco)
Pull request description:
The years are problematic, because they can mean different things to different people, they are not needed, inconsistent and redundant.
So just remove them with a scripted-diff, which can be checked via a script from the Bitcoin Core repo: `../bitcoin-core/test/lint/commit-script-check.sh HEAD~..HEAD`
To give some more context:
* Anyone who wants to find the initial file creation date, or file history, can use `git log` or `git blame` to get more accurate results.
* Some files use stale ranges (`src/mp/util.cpp`), others do not, so it is unclear if ranges need to be added or updated, and when.
So just remove the years (or ranges) in this project with an easy scripted-diff.
ACKs for top commit:
ryanofsky:
Code review ACK fa2ff9a. Makes sense to get rid of these instead of bumping them.
Tree-SHA512: ba977597032fbf9a6e9225ea1c85d76b0c72e8755a904d7b08ce0dc0a83440815f20f1848cd663499c4e0be46e6526d3c39a848039d96e6c464bedaa6eae5ba6File tree
50 files changed
+50
-50
lines changed- cmake
- example
- include/mp
- src/mp
- test
- mp/test
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
50 files changed
+50
-50
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
0 commit comments