Skip to content

Commit 4758bf1

Browse files
iarnarvagg
authored andcommitted
doc: update npm LICENSE using license-builder.sh
PR-URL: #4958 Reviewed-By: Myles Borins <[email protected]> Reviewed-By: Kat Marchán <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Jeremiah Senkpiel <[email protected]>
1 parent cbf36de commit 4758bf1

File tree

1 file changed

+23
-50
lines changed

1 file changed

+23
-50
lines changed

LICENSE

+23-50
Original file line numberDiff line numberDiff line change
@@ -672,14 +672,32 @@ The externally maintained libraries used by Node.js are:
672672

673673
- npm, located at deps/npm, is licensed as follows:
674674
"""
675+
The npm application
675676
Copyright (c) npm, Inc. and Contributors
676-
All rights reserved.
677+
Licensed on the terms of The Artistic License 2.0
678+
679+
Node package dependencies of the npm application
680+
Copyright (c) their respective copyright owners
681+
Licensed on their respective license terms
682+
683+
The npm public registry at https://registry.npmjs.org
684+
and the npm website at https://www.npmjs.com
685+
Operated by npm, Inc.
686+
Use governed by terms published on https://www.npmjs.com
687+
688+
"Node.js"
689+
Trademark Joyent, Inc., https://joyent.com
690+
Neither npm nor npm, Inc. are affiliated with Joyent, Inc.
677691

678-
npm is released under the Artistic License 2.0, subject to additional terms
679-
that are listed below.
692+
The Node.js application
693+
Project of Node Foundation, https://nodejs.org
680694

681-
The text of the npm License follows and the text of the additional terms
682-
follows the Artistic License 2.0 terms:
695+
The npm Logo
696+
Copyright (c) Mathias Pettersson and Brian Hammond
697+
698+
"Gubblebum Blocky" typeface
699+
Copyright (c) Tjarda Koster, https://jelloween.deviantart.com
700+
Used with permission
683701

684702
--------
685703

@@ -879,51 +897,6 @@ The externally maintained libraries used by Node.js are:
879897
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
880898

881899
--------
882-
883-
The following additional terms shall apply to use of the npm software, the npm
884-
website, the npm repository and any other services or products offered by npm,
885-
Inc.:
886-
887-
"Node.js" trademark Joyent, Inc. npm is not officially part of the Node.js
888-
project, and is neither owned by nor affiliated with Joyent, Inc.
889-
890-
"npm" and "The npm Registry" are owned by npm, Inc. All rights reserved.
891-
892-
Modules published on the npm registry are not officially endorsed by npm, Inc.
893-
or the Node.js project.
894-
895-
Data published to the npm registry is not part of npm itself, and is the sole
896-
property of the publisher. While every effort is made to ensure accountability,
897-
there is absolutely no guarantee, warrantee, or assertion expressed or implied
898-
as to the quality, fitness for a specific purpose, or lack of malice in any
899-
given npm package. Packages downloaded through the npm registry are
900-
independently licensed and are not covered by this license.
901-
902-
Additional policies relating to, and restrictions on use of, npm products and
903-
services are available on the npm website. All such policies and restrictions,
904-
as updated from time to time, are hereby incorporated into this license
905-
agreement. By using npm, you acknowledge your agreement to all such policies
906-
and restrictions.
907-
908-
If you have a complaint about a package in the public npm registry, and cannot
909-
resolve it with the package owner, please email [email protected] and explain
910-
the situation. See the [npm Dispute Resolution
911-
policy](https://github.com/npm/policies/blob/master/disputes.md) for more
912-
details.
913-
914-
Any data published to The npm Registry (including user account information) may
915-
be removed or modified at the sole discretion of the npm server administrators.
916-
917-
"npm Logo" contributed by Mathias Pettersson and Brian Hammond,
918-
use is subject to https://www.npmjs.com/policies/trademark
919-
920-
"Gubblebum Blocky" font
921-
Copyright (c) by Tjarda Koster, https://jelloween.deviantart.com
922-
included for use in the npm website and documentation,
923-
used with permission.
924-
925-
This program uses several Node modules contained in the node_modules/
926-
subdirectory, according to the terms of their respective licenses.
927900
"""
928901

929902
- GYP, located at tools/gyp, is licensed as follows:

0 commit comments

Comments
 (0)