@@ -512,7 +512,7 @@ THE POSSIBILITY OF SUCH DAMAGE.
512512
513513================================================================================
514514
515- Node.js 16.13 .2
515+ Node.js 16.14 .2
516516
517517Node.js is licensed for use as follows:
518518
@@ -908,31 +908,29 @@ The externally maintained libraries used by Node.js are:
908908
909909 3. Lao Word Break Dictionary Data (laodict.txt)
910910
911- # Copyright (c) 2013 International Business Machines Corporation
912- # and others. All Rights Reserved.
911+ # Copyright (C) 2016 and later: Unicode, Inc. and others.
912+ # License & terms of use: http://www.unicode.org/copyright.html
913+ # Copyright (c) 2015 International Business Machines Corporation
914+ # and others. All Rights Reserved.
913915 #
914- # Project: https://github.com/veer66 /lao-dictionary
915- # Dictionary: https://github.com/veer66 /lao-dictionary/blob/master/Lao-Dictionary .txt
916- # License: https://github.com/veer66 /lao-dictionary/blob/master/Lao-Dictionary- LICENSE.txt
917- # (copied below)
916+ # Project: https://github.com/rober42539 /lao-dictionary
917+ # Dictionary: https://github.com/rober42539 /lao-dictionary/laodict .txt
918+ # License: https://github.com/rober42539 /lao-dictionary/LICENSE.txt
919+ # (copied below)
918920 #
919- # This file is derived from the above dictionary, with slight
920- # modifications.
921+ # This file is derived from the above dictionary version of Nov 22, 2020
921922 # ----------------------------------------------------------------------
922923 # Copyright (C) 2013 Brian Eugene Wilson, Robert Martin Campbell.
923924 # All rights reserved.
924925 #
925926 # Redistribution and use in source and binary forms, with or without
926- # modification,
927- # are permitted provided that the following conditions are met:
928- #
929- #
930- # Redistributions of source code must retain the above copyright notice, this
931- # list of conditions and the following disclaimer. Redistributions in
932- # binary form must reproduce the above copyright notice, this list of
933- # conditions and the following disclaimer in the documentation and/or
934- # other materials provided with the distribution.
927+ # modification, are permitted provided that the following conditions are met:
935928 #
929+ # Redistributions of source code must retain the above copyright notice, this
930+ # list of conditions and the following disclaimer. Redistributions in binary
931+ # form must reproduce the above copyright notice, this list of conditions and
932+ # the following disclaimer in the documentation and/or other materials
933+ # provided with the distribution.
936934 #
937935 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
938936 # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
@@ -1752,32 +1750,6 @@ The externally maintained libraries used by Node.js are:
17521750 THE SOFTWARE.
17531751 """
17541752
1755- - Babel, located at tools/node_modules/@babel, is licensed as follows:
1756- """
1757- MIT License
1758-
1759- Copyright (c) 2014-present Sebastian McKenzie and other contributors
1760-
1761- Permission is hereby granted, free of charge, to any person obtaining
1762- a copy of this software and associated documentation files (the
1763- "Software"), to deal in the Software without restriction, including
1764- without limitation the rights to use, copy, modify, merge, publish,
1765- distribute, sublicense, and/or sell copies of the Software, and to
1766- permit persons to whom the Software is furnished to do so, subject to
1767- the following conditions:
1768-
1769- The above copyright notice and this permission notice shall be
1770- included in all copies or substantial portions of the Software.
1771-
1772- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1773- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1774- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1775- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1776- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1777- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1778- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1779- """
1780-
17811753- gtest, located at deps/googletest, is licensed as follows:
17821754 """
17831755 Copyright 2008, Google Inc.
0 commit comments