Change Google Inc. to Google LLC

(and added myself)
This commit is contained in:
Dave MacLachlan 2018-10-18 09:57:55 -07:00 committed by Marijn Haverbeke
parent 98b3954306
commit 3c833a033b
2 changed files with 3 additions and 2 deletions

View File

@ -179,6 +179,7 @@ darealshinji
Darius Roberts
databricks-david-lewis
Dave Brondsema
Dave MacLachlan
Dave Myers
David Barnett
David H. Bronke
@ -258,7 +259,7 @@ Glenn Jorde
Glenn Ruehle
goldsmcb
Golevka
Google Inc.
Google LLC
Gordon Smith
Grant Skinner
greengiant

View File

@ -2,5 +2,5 @@
tail --lines=+3 AUTHORS > AUTHORS.tmp
git log --format='%aN' | grep -v "Piët Delport" >> AUTHORS.tmp
echo -e "List of CodeMirror contributors. Updated before every release.\n" > AUTHORS
sort -u AUTHORS.tmp >> AUTHORS
sort -u AUTHORS.tmp | sed 's/Google Inc\./Google LLC/' >> AUTHORS
rm -f AUTHORS.tmp