Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit de195d5

Browse filesBrowse files
Trotttargos
authored andcommitted
doc: update LICENSE file
Running `license-builder.sh` seems to indicate that there have been some license changes that have not been propagated to our LICENSE file yet. Here they are. PR-URL: #21472 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com>
1 parent f162939 commit de195d5
Copy full SHA for de195d5

File tree

Expand file treeCollapse file tree

1 file changed

+5
-6
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-6
lines changed
Open diff view settings
Collapse file

‎LICENSE‎

Copy file name to clipboardExpand all lines: LICENSE
+5-6Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,7 @@ The externally maintained libraries used by Node.js are:
9393

9494
- HTTP Parser, located at deps/http_parser, is licensed as follows:
9595
"""
96-
http_parser.c is based on src/http/ngx_http_parse.c from NGINX copyright
97-
Igor Sysoev.
98-
99-
Additional changes are licensed under the same terms as NGINX and
100-
copyright Joyent, Inc. and other Node contributors. All rights reserved.
96+
Copyright Joyent, Inc. and other Node contributors.
10197

10298
Permission is hereby granted, free of charge, to any person obtaining a copy
10399
of this software and associated documentation files (the "Software"), to
@@ -612,7 +608,7 @@ The externally maintained libraries used by Node.js are:
612608

613609
- OpenSSL, located at deps/openssl, is licensed as follows:
614610
"""
615-
Copyright (c) 1998-2017 The OpenSSL Project. All rights reserved.
611+
Copyright (c) 1998-2018 The OpenSSL Project. All rights reserved.
616612

617613
Redistribution and use in source and binary forms, with or without
618614
modification, are permitted provided that the following conditions
@@ -715,6 +711,9 @@ The externally maintained libraries used by Node.js are:
715711
- Valgrind client API header, located at third_party/valgrind/valgrind.h
716712
This is release under the BSD license.
717713

714+
- antlr4 parser generator Cpp library located in third_party/antlr4
715+
This is release under the BSD license.
716+
718717
These libraries have their own licenses; we recommend you read them,
719718
as their terms may differ from the terms below.
720719

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.