Skip to content

Commit 2755d39

Browse files
committed
deps: update ICU to 70.1
Refs: https://github.com/unicode-org/icu/releases/tag/release-70-1 PR-URL: #40658 Backport-PR-URL: #41526 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de>
1 parent 3089326 commit 2755d39

File tree

715 files changed

+21422
-18739
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

715 files changed

+21422
-18739
lines changed

LICENSE

+15-17
Original file line numberDiff line numberDiff line change
@@ -392,31 +392,29 @@ The externally maintained libraries used by Node.js are:
392392

393393
3. Lao Word Break Dictionary Data (laodict.txt)
394394

395-
# Copyright (c) 2013 International Business Machines Corporation
396-
# and others. All Rights Reserved.
395+
# Copyright (C) 2016 and later: Unicode, Inc. and others.
396+
# License & terms of use: http://www.unicode.org/copyright.html
397+
# Copyright (c) 2015 International Business Machines Corporation
398+
# and others. All Rights Reserved.
397399
#
398-
# Project: https://github.com/veer66/lao-dictionary
399-
# Dictionary: https://github.com/veer66/lao-dictionary/blob/master/Lao-Dictionary.txt
400-
# License: https://github.com/veer66/lao-dictionary/blob/master/Lao-Dictionary-LICENSE.txt
401-
# (copied below)
400+
# Project: https://github.com/rober42539/lao-dictionary
401+
# Dictionary: https://github.com/rober42539/lao-dictionary/laodict.txt
402+
# License: https://github.com/rober42539/lao-dictionary/LICENSE.txt
403+
# (copied below)
402404
#
403-
# This file is derived from the above dictionary, with slight
404-
# modifications.
405+
# This file is derived from the above dictionary version of Nov 22, 2020
405406
# ----------------------------------------------------------------------
406407
# Copyright (C) 2013 Brian Eugene Wilson, Robert Martin Campbell.
407408
# All rights reserved.
408409
#
409410
# Redistribution and use in source and binary forms, with or without
410-
# modification,
411-
# are permitted provided that the following conditions are met:
412-
#
413-
#
414-
# Redistributions of source code must retain the above copyright notice, this
415-
# list of conditions and the following disclaimer. Redistributions in
416-
# binary form must reproduce the above copyright notice, this list of
417-
# conditions and the following disclaimer in the documentation and/or
418-
# other materials provided with the distribution.
411+
# modification, are permitted provided that the following conditions are met:
419412
#
413+
# Redistributions of source code must retain the above copyright notice, this
414+
# list of conditions and the following disclaimer. Redistributions in binary
415+
# form must reproduce the above copyright notice, this list of conditions and
416+
# the following disclaimer in the documentation and/or other materials
417+
# provided with the distribution.
420418
#
421419
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
422420
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT

deps/icu-small/LICENSE

+15-17
Original file line numberDiff line numberDiff line change
@@ -281,31 +281,29 @@ property of their respective owners.
281281

282282
3. Lao Word Break Dictionary Data (laodict.txt)
283283

284-
# Copyright (c) 2013 International Business Machines Corporation
285-
# and others. All Rights Reserved.
284+
# Copyright (C) 2016 and later: Unicode, Inc. and others.
285+
# License & terms of use: http://www.unicode.org/copyright.html
286+
# Copyright (c) 2015 International Business Machines Corporation
287+
# and others. All Rights Reserved.
286288
#
287-
# Project: https://github.com/veer66/lao-dictionary
288-
# Dictionary: https://github.com/veer66/lao-dictionary/blob/master/Lao-Dictionary.txt
289-
# License: https://github.com/veer66/lao-dictionary/blob/master/Lao-Dictionary-LICENSE.txt
290-
# (copied below)
289+
# Project: https://github.com/rober42539/lao-dictionary
290+
# Dictionary: https://github.com/rober42539/lao-dictionary/laodict.txt
291+
# License: https://github.com/rober42539/lao-dictionary/LICENSE.txt
292+
# (copied below)
291293
#
292-
# This file is derived from the above dictionary, with slight
293-
# modifications.
294+
# This file is derived from the above dictionary version of Nov 22, 2020
294295
# ----------------------------------------------------------------------
295296
# Copyright (C) 2013 Brian Eugene Wilson, Robert Martin Campbell.
296297
# All rights reserved.
297298
#
298299
# Redistribution and use in source and binary forms, with or without
299-
# modification,
300-
# are permitted provided that the following conditions are met:
301-
#
302-
#
303-
# Redistributions of source code must retain the above copyright notice, this
304-
# list of conditions and the following disclaimer. Redistributions in
305-
# binary form must reproduce the above copyright notice, this list of
306-
# conditions and the following disclaimer in the documentation and/or
307-
# other materials provided with the distribution.
300+
# modification, are permitted provided that the following conditions are met:
308301
#
302+
# Redistributions of source code must retain the above copyright notice, this
303+
# list of conditions and the following disclaimer. Redistributions in binary
304+
# form must reproduce the above copyright notice, this list of conditions and
305+
# the following disclaimer in the documentation and/or other materials
306+
# provided with the distribution.
309307
#
310308
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
311309
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT

deps/icu-small/README-FULL-ICU.txt

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
ICU sources - auto generated by shrink-icu-src.py
22

33
This directory contains the ICU subset used by --with-intl=full-icu
4-
It is a strict subset of ICU 69 source files with the following exception(s):
5-
* deps/icu-small/source/data/in/icudt69l.dat.bz2 : compressed data file
4+
It is a strict subset of ICU 70 source files with the following exception(s):
5+
* deps/icu-small/source/data/in/icudt70l.dat.bz2 : compressed data file
66

77

88
To rebuild this directory, see ../../tools/icu/README.md
9+

deps/icu-small/source/.clang-format

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ Language: Cpp
66
BasedOnStyle: LLVM
77
IndentWidth: 4
88
ColumnLimit: 105
9-
AllowShortBlocksOnASingleLine: false
10-
AllowShortIfStatementsOnASingleLine: true
9+
AllowShortBlocksOnASingleLine: false
10+
AllowShortIfStatementsOnASingleLine: true
1111
...

0 commit comments

Comments
 (0)