-
-
Notifications
You must be signed in to change notification settings - Fork 607
Closed
Labels
Milestone
Description
with this text some trailing words are reported in detected copyright and should not such as Available
, Report
, Distributed
, etc.
/**
* @license
* lodash 3.10.1 (Custom Build) <https://lodash.com/>
* Build: `lodash core exports="global,amd" -o ./lodash.core.js`
* Copyright 2012-2015 The Dojo Foundation <http://dojofoundation.org/>
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
* Copyright 2009-2015 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
* Available under MIT license <https://lodash.com/license>
* Copyright 2009-2015 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
* Report bugs at <https://lodash.com/license>
*/
* Copyright 2009-2015 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
* Distributed in the hope this is useful
'''
JSON 2 HTML convertor
=====================
(c) Varun Malhotra 2013
Source Code: https://github.com/softvar/json2html
// Copyright 2015, MYCO
jshint= {
"node" : false
// Copyright 2015, MYCO
jshint= {
"node" : true
// Copyright 2013, MYCO
jshint= {
"node":true
```