diff options
author | skullydazed <skullydazed@users.noreply.github.com> | 2017-01-27 14:54:42 -0800 |
---|---|---|
committer | skullydazed <skullydazed@users.noreply.github.com> | 2017-01-27 14:54:42 -0800 |
commit | 5942b0f103f5424abd35bc397b3f4ee5d127ad68 (patch) | |
tree | f8fce7162786abe457cc6633aa6d6a0d51e134bd | |
parent | 0eebccb2832589b148651c47da252e15a42a9c35 (diff) |
Updated License Clarification (markdown)
-rw-r--r-- | License-Clarification.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/License-Clarification.md b/License-Clarification.md index 336769b0a9..27d77256ff 100644 --- a/License-Clarification.md +++ b/License-Clarification.md @@ -14,7 +14,9 @@ These are the single author files that still need to have their license clarifie # Multi Author Files -Each file listed below has more than one author and needs to have copyright resolved. The number of lines contributed by each author is shown. +Each file listed below has more than one author and needs to have copyright resolved. The number of lines contributed by each author is shown as determined by: + +```git blame <file> | cut -f 2 -d '(' | cut -f 1 -d '2' | sort | uniq -c | sed 's/^ */* /'``` ## quantum/config_common.h |