diff options
-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 |