diff --git a/acorn.js b/acorn.js index c1acc83628..a57dc613ba 100644 --- a/acorn.js +++ b/acorn.js @@ -1,8 +1,9 @@ // Acorn is a tiny, fast JavaScript parser written in JavaScript. // -// Acorn was written by Marijn Haverbeke and released under an MIT -// license. The Unicode regexps (for identifiers and whitespace) were -// taken from [Esprima](http://esprima.org) by Ariya Hidayat. +// Acorn was written by Marijn Haverbeke and various contributors and +// released under an MIT license. The Unicode regexps (for identifiers +// and whitespace) were taken from [Esprima](http://esprima.org) by +// Ariya Hidayat. // // Git repositories for Acorn are available at // diff --git a/index.html b/index.html index eb69a8bd25..828a3622dc 100644 --- a/index.html +++ b/index.html @@ -1,8 +1,9 @@
acorn.js | |
|---|---|
| Acorn is a tiny, fast JavaScript parser written in JavaScript. -Acorn was written by Marijn Haverbeke and released under an MIT -license. The Unicode regexps (for identifiers and whitespace) were -taken from Esprima by Ariya Hidayat. +Acorn was written by Marijn Haverbeke and various contributors and +released under an MIT license. The Unicode regexps (for identifiers +and whitespace) were taken from Esprima by +Ariya Hidayat. Git repositories for Acorn are available at |