[Pkg-javascript-commits] [node-acorn-jsx] 260/484: More nuanced attribution in comment

Bastien Roucariès rouca at moszumanska.debian.org
Sat Aug 19 14:20:41 UTC 2017


This is an automated email from the git hooks/post-receive script.

rouca pushed a commit to branch master
in repository node-acorn-jsx.

commit 73a890d6bed288aa18e64594c328f4d1863ad878
Author: Marijn Haverbeke <marijnh at gmail.com>
Date:   Tue Jul 29 15:18:59 2014 +0200

    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 c1acc83..a57dc61 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 eb69a8b..828a362 100644
--- a/index.html
+++ b/index.html
@@ -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>    [...]
 
-<p>Acorn was written by Marijn Haverbeke and released under an MIT
-license. The Unicode regexps (for identifiers and whitespace) were
-taken from <a href="http://esprima.org">Esprima</a> by Ariya Hidayat.</p>
+<p>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 <a href="http://esprima.org">Esprima</a> by
+Ariya Hidayat.</p>
 
 <p>Git repositories for Acorn are available at</p>
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-acorn-jsx.git



More information about the Pkg-javascript-commits mailing list