From 73a890d6bed288aa18e64594c328f4d1863ad878 Mon Sep 17 00:00:00 2001 From: Marijn Haverbeke Date: Tue, 29 Jul 2014 15:18:59 +0200 Subject: [PATCH] More nuanced attribution in comment --- acorn.js | 7 ++++--- index.html | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) 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.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