Skip to content

Commit bddde33

Browse files
committed
Update attributions
1 parent 39d7fce commit bddde33

File tree

1 file changed

+52
-18
lines changed

1 file changed

+52
-18
lines changed

LICENSE.md

Lines changed: 52 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -223,28 +223,62 @@ limitations under the License.
223223
# NAN
224224

225225
```
226-
Copyright (c) 2015 NAN contributors
226+
The MIT License (MIT)
227+
=====================
227228
228-
NAN contributors listed at https://github.com/rvagg/nan#contributors
229+
Copyright (c) 2017 NAN contributors
230+
-----------------------------------
229231
230-
Permission is hereby granted, free of charge, to any person obtaining
231-
a copy of this software and associated documentation files (the
232-
"Software"), to deal in the Software without restriction, including
233-
without limitation the rights to use, copy, modify, merge, publish,
234-
distribute, sublicense, and/or sell copies of the Software, and to
235-
permit persons to whom the Software is furnished to do so, subject to
236-
the following conditions:
232+
NAN contributors listed at https://github.com/nodejs/nan#contributors
237233
238-
The above copyright notice and this permission notice shall be
239-
included in all copies or substantial portions of the Software.
234+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the
235+
"Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute,
236+
sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
240237
241-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
242-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
243-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
244-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
245-
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
246-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
247-
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
238+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
239+
240+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
241+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
242+
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
243+
OTHER DEALINGS IN THE SOFTWARE.
244+
245+
-------------------------------------------------------------------------------
246+
247+
WG Members / Collaborators
248+
249+
Rod Vagg - https://github.com/rvagg http://twitter.com/rvagg
250+
Benjamin Byholm - https://github.com/kkoopa/
251+
Trevor Norris - https://github.com/trevnorris http://twitter.com/trevnorris
252+
Nathan Rajlich - https://github.com/TooTallNate http://twitter.com/TooTallNate
253+
Brett Lawson - https://github.com/brett19 http://twitter.com/brett19x
254+
Ben Noordhuis - https://github.com/bnoordhuis http://twitter.com/bnoordhuis
255+
David Siegel - https://github.com/agnat http://twitter.com/agnat
256+
Michael Ira Krufky - https://github.com/mkrufky http://twitter.com/mkrufky
257+
258+
-------------------------------------------------------------------------------
259+
260+
nan_string_bytes.h:
261+
262+
Copyright Joyent, Inc. and other Node contributors.
263+
264+
Permission is hereby granted, free of charge, to any person obtaining a
265+
copy of this software and associated documentation files (the
266+
"Software"), to deal in the Software without restriction, including
267+
without limitation the rights to use, copy, modify, merge, publish,
268+
distribute, sublicense, and/or sell copies of the Software, and to permit
269+
persons to whom the Software is furnished to do so, subject to the
270+
following conditions:
271+
272+
The above copyright notice and this permission notice shall be included
273+
in all copies or substantial portions of the Software.
274+
275+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
276+
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
277+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
278+
NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
279+
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
280+
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
281+
USE OR OTHER DEALINGS IN THE SOFTWARE.
248282
```
249283

250284
# Mocha

0 commit comments

Comments
 (0)