Skip to content

Commit 1e7ff81

Browse files
committed
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 <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Сковорода Никита Андреевич <[email protected]>
1 parent 537a4ba commit 1e7ff81

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

LICENSE

+5-6
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)