More nuanced attribution in comment

This commit is contained in:
Marijn Haverbeke 2014-07-29 15:18:59 +02:00
parent 292f8ece64
commit 73a890d6be
2 changed files with 8 additions and 6 deletions

View File

@ -1,8 +1,9 @@
// Acorn is a tiny, fast JavaScript parser written in JavaScript. // Acorn is a tiny, fast JavaScript parser written in JavaScript.
// //
// Acorn was written by Marijn Haverbeke and released under an MIT // Acorn was written by Marijn Haverbeke and various contributors and
// license. The Unicode regexps (for identifiers and whitespace) were // released under an MIT license. The Unicode regexps (for identifiers
// taken from [Esprima](http://esprima.org) by Ariya Hidayat. // and whitespace) were taken from [Esprima](http://esprima.org) by
// Ariya Hidayat.
// //
// Git repositories for Acorn are available at // Git repositories for Acorn are available at
// //

View File

@ -1,8 +1,9 @@
<!DOCTYPE html> <html> <head> <title>acorn.js</title> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <link rel="stylesheet" media="all" href="docco.css" /> </head> <body> <div id="container"> <div id="background"></div> <table cellpadding="0" cellspacing="0"> <thead> <tr> <th class="docs"> <h1> acorn.js </h1> </th> <th class="code"> </th> </tr> </thead> <tbody> <tr id="section-1"> <td class="docs"> <div class="pilwrap"> <a class="pilcrow" href="#section-1">&#182;</a> </div> <p>Acorn is a tiny, fast JavaScript parser written in JavaScript.</p> <!DOCTYPE html> <html> <head> <title>acorn.js</title> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <link rel="stylesheet" media="all" href="docco.css" /> </head> <body> <div id="container"> <div id="background"></div> <table cellpadding="0" cellspacing="0"> <thead> <tr> <th class="docs"> <h1> acorn.js </h1> </th> <th class="code"> </th> </tr> </thead> <tbody> <tr id="section-1"> <td class="docs"> <div class="pilwrap"> <a class="pilcrow" href="#section-1">&#182;</a> </div> <p>Acorn is a tiny, fast JavaScript parser written in JavaScript.</p>
<p>Acorn was written by Marijn Haverbeke and released under an MIT <p>Acorn was written by Marijn Haverbeke and various contributors and
license. The Unicode regexps (for identifiers and whitespace) were released under an MIT license. The Unicode regexps (for identifiers
taken from <a href="http://esprima.org">Esprima</a> by Ariya Hidayat.</p> and whitespace) were taken from <a href="http://esprima.org">Esprima</a> by
Ariya Hidayat.</p>
<p>Git repositories for Acorn are available at</p> <p>Git repositories for Acorn are available at</p>