-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNOTICE
47 lines (40 loc) · 2.38 KB
/
NOTICE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Embulk Utilities for Guess
Copyright 2020-2023 The Embulk project
This product includes software developed at
The Embulk project (https://www.embulk.org/).
This product includes a modified portion of ICU4J 57.2, developed by
International Business Machines Corporation and others, licensed under
the ICU License.
* Copyright (C) 2005-2016, International Business Machines Corporation and others.
* The LICENSE file of ICU4J is bundled at META-INF/LICENSE-icu4j.
The included modified portion contain only the following files from ICU4J 57.2.
They are all licensed under the ICU License, not any "Third-Party Software Licenses".
1. /icu4j/main/classes/core/src/com/ibm/icu/text/CharsetDetector.java
2. /icu4j/main/classes/core/src/com/ibm/icu/text/CharsetMatch.java
3. /icu4j/main/classes/core/src/com/ibm/icu/text/CharsetRecog_2022.java
4. /icu4j/main/classes/core/src/com/ibm/icu/text/CharsetRecog_UTF8.java
5. /icu4j/main/classes/core/src/com/ibm/icu/text/CharsetRecog_Unicode.java
6. /icu4j/main/classes/core/src/com/ibm/icu/text/CharsetRecog_mbcs.java
7. /icu4j/main/classes/core/src/com/ibm/icu/text/CharsetRecog_sbcs.java
8. /icu4j/main/classes/core/src/com/ibm/icu/text/CharsetRecognizer.java
The ICU License of ICU 57.2 is considered compatible as the X license, hence
the MIT License. See the un-HTML'ed quote of icu4j/readme.html from ICU4J 57.2.
> The ICU projects (ICU4C and ICU4J) use the X license. The X
> license is suitable for commercial use and is a recommended free software license
> that is compatible with the GNU GPL license. This became
> effective with release 1.8.1 of ICU4C and release 1.3.1 of ICU4J in
> mid-2001. All new ICU releases will adopt the X license; previous ICU
> releases continue to utilize the IPL (IBM Public License). Users
> of previous releases of ICU who want to adopt new ICU releases will
> need to accept the terms and conditions of the X license.
>
> The main effect of the change is to provide GPL compatibility.
> The X license is listed as GPL compatible, see the GNU page at
> http://www.gnu.org/licenses/license-list.html#GPLCompatibleLicenses.
> This means that GPL projects can now use ICU code, it does not
> mean that projects using ICU become subject to GPL.
>
> The IBM version contains the essential text of the license, omitting the
> X-specific trademarks and copyright notices. The full copy of
> ICU's license is included in the download
> package.