We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98b3954 commit 3c833a0Copy full SHA for 3c833a0
AUTHORS
@@ -179,6 +179,7 @@ darealshinji
179
Darius Roberts
180
databricks-david-lewis
181
Dave Brondsema
182
+Dave MacLachlan
183
Dave Myers
184
David Barnett
185
David H. Bronke
@@ -258,7 +259,7 @@ Glenn Jorde
258
259
Glenn Ruehle
260
goldsmcb
261
Golevka
-Google Inc.
262
+Google LLC
263
Gordon Smith
264
Grant Skinner
265
greengiant
bin/authors.sh
@@ -2,5 +2,5 @@
2
tail --lines=+3 AUTHORS > AUTHORS.tmp
3
git log --format='%aN' | grep -v "Piët Delport" >> AUTHORS.tmp
4
echo -e "List of CodeMirror contributors. Updated before every release.\n" > AUTHORS
5
-sort -u AUTHORS.tmp >> AUTHORS
+sort -u AUTHORS.tmp | sed 's/Google Inc\./Google LLC/' >> AUTHORS
6
rm -f AUTHORS.tmp
0 commit comments