From 53f0ef36c0b452f9cd59619647491d347496afc7 Mon Sep 17 00:00:00 2001 From: Ujjwal Sharma Date: Tue, 23 Apr 2019 18:21:33 +0530 Subject: [PATCH] tools: update LICENSE and tools/icu/current_ver.dep Update the LICENSE file and tools/icu/current_ver.dep file in order to finalize the upgrade to ICU 64.2 PR-URL: https://github.com/nodejs/node/pull/27361 Fixes: https://github.com/nodejs/node/issues/26388 Reviewed-By: Richard Lau Reviewed-By: Steven R Loomis Reviewed-By: Michael Dawson --- LICENSE | 10 +++++----- tools/icu/current_ver.dep | 12 ++---------- 2 files changed, 7 insertions(+), 15 deletions(-) diff --git a/LICENSE b/LICENSE index 59f5c0e6ecd462..6125b8268a41ca 100644 --- a/LICENSE +++ b/LICENSE @@ -118,8 +118,8 @@ The externally maintained libraries used by Node.js are: """ COPYRIGHT AND PERMISSION NOTICE (ICU 58 and later) - Copyright © 1991-2018 Unicode, Inc. All rights reserved. - Distributed under the Terms of Use in http://www.unicode.org/copyright.html. + Copyright © 1991-2019 Unicode, Inc. All rights reserved. + Distributed under the Terms of Use in https://www.unicode.org/copyright.html. Permission is hereby granted, free of charge, to any person obtaining a copy of the Unicode data files and any associated documentation @@ -1103,7 +1103,7 @@ The externally maintained libraries used by Node.js are: // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. """ -- jinja2, located at tools/jinja2, is licensed as follows: +- jinja2, located at tools/inspector_protocol/jinja2, is licensed as follows: """ Copyright (c) 2009 by the Jinja Team, see AUTHORS for more details. @@ -1138,7 +1138,7 @@ The externally maintained libraries used by Node.js are: OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. """ -- markupsafe, located at tools/markupsafe, is licensed as follows: +- markupsafe, located at tools/inspector_protocol/markupsafe, is licensed as follows: """ Copyright (c) 2010 by Armin Ronacher and contributors. See AUTHORS for more details. @@ -1255,7 +1255,7 @@ The externally maintained libraries used by Node.js are: WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. """ -- gtest, located at deps/gtest, is licensed as follows: +- gtest, located at test/cctest/gtest, is licensed as follows: """ Copyright 2008, Google Inc. All rights reserved. diff --git a/tools/icu/current_ver.dep b/tools/icu/current_ver.dep index ce0d89485ab312..2d467a6fd01e75 100644 --- a/tools/icu/current_ver.dep +++ b/tools/icu/current_ver.dep @@ -1,14 +1,6 @@ [ { - "url": "https://github.com/unicode-org/icu/releases/download/release-63-1/icu4c-63_1-src.zip", - "md5": "d25bc38089db64668fd86f34b4aa9b93" - }, - { - "url": "https://sourceforge.net/projects/icu/files/ICU4C/63.1/icu4c-63_1-src.zip", - "md5": "d25bc38089db64668fd86f34b4aa9b93" - }, - { - "url": "https://download.icu-project.org/files/icu4c/63.1/icu4c-63_1-src.zip", - "md5": "d25bc38089db64668fd86f34b4aa9b93" + "url": "https://github.com/unicode-org/icu/releases/download/release-64-2/icu4c-64_2-src.tgz", + "md5": "a3d18213beec454e3cdec9a3116d6b05" } ]