[Pkg-javascript-commits] [node-acorn-jsx] 483/484: Fix lintian warning

Bastien Roucariès rouca at moszumanska.debian.org
Sat Aug 19 14:21:13 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 c89a7a360d23e44f2c015211af76a5000d15e12e
Author: Bastien ROUCARIÈS <roucaries.bastien at gmail.com>
Date:   Fri Aug 18 21:57:33 2017 +0200

    Fix lintian warning
---
 debian/control   |  7 +++++--
 debian/copyright | 22 +++++++++++++++++++++-
 2 files changed, 26 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index da0ea8d..c2f26f8 100644
--- a/debian/control
+++ b/debian/control
@@ -20,10 +20,13 @@ Depends:
  ${misc:Depends}
  , nodejs (>= 4.7)
  , node-acorn (>= 5.0.3)
-Description: node-acorn-jsx
+Description: JSX parser based on node-acorn
  This pure javascript module based on node-acorn parses JSX file.
  .
  JSX, a JavaScript extension syntax allowing quoting of HTML
- and using HTML tag syntax to render subcomponents.
+ and using HTML tag syntax to render subcomponents. This new
+ syntax is intended to be used by preprocessors (i.e., transpilers like Babel)
+ to transform HTML-like text found in JavaScript files
+ into standard JavaScript objects that a JavaScript engine will parse.
  .
  Node.js is an event-based server-side JavaScript engine.
diff --git a/debian/copyright b/debian/copyright
index 9b713cd..4e029be 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -8,7 +8,7 @@ Copyright: 2012-2017 Ingvar Stepanyan
 License: Expat
 
 Files: test/tests-jsx.js
-Copyright: 
+Copyright: 2012-2O17, Ariya Hidayat
 License: BSD-2
 Comment: Taken and adapted from esprima-fb/fbtest.js
 
@@ -37,3 +37,23 @@ License: Expat
  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  SOFTWARE.
 
+License: BSD-2
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ .
+  * Redistributions of source code must retain the above copyright
+    notice, this list of conditions and the following disclaimer.
+  * Redistributions in binary form must reproduce the above copyright
+    notice, this list of conditions and the following disclaimer in the
+    documentation and/or other materials provided with the distribution.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ ARE DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
+ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
\ No newline at end of file

-- 
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