Skip to content

Commit 3c833a0

Browse files
dmaclachmarijnh
authored andcommitted
Change Google Inc. to Google LLC
(and added myself)
1 parent 98b3954 commit 3c833a0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

AUTHORS

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ darealshinji
179179
Darius Roberts
180180
databricks-david-lewis
181181
Dave Brondsema
182+
Dave MacLachlan
182183
Dave Myers
183184
David Barnett
184185
David H. Bronke
@@ -258,7 +259,7 @@ Glenn Jorde
258259
Glenn Ruehle
259260
goldsmcb
260261
Golevka
261-
Google Inc.
262+
Google LLC
262263
Gordon Smith
263264
Grant Skinner
264265
greengiant

bin/authors.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
tail --lines=+3 AUTHORS > AUTHORS.tmp
33
git log --format='%aN' | grep -v "Piët Delport" >> AUTHORS.tmp
44
echo -e "List of CodeMirror contributors. Updated before every release.\n" > AUTHORS
5-
sort -u AUTHORS.tmp >> AUTHORS
5+
sort -u AUTHORS.tmp | sed 's/Google Inc\./Google LLC/' >> AUTHORS
66
rm -f AUTHORS.tmp

0 commit comments

Comments
 (0)