mirror of https://github.com/apache/lucene.git
Fix broken ICU license link to point to the new ICU github.
The previous svn-based link no longer works. Instead point at the license file in github: it is for icu4c, but see the repo: user is explicitly directed at this license file for both icu4c and icu4j. Good case to have a correct link, as the ICU license is complicated. It even has "if (version > X)" conditionals in the legalese!!!
This commit is contained in:
parent
5cf142f972
commit
e65941f9c5
|
@ -304,7 +304,7 @@ Here is the copyright for those sources:
|
|||
Some code in core/src/java/org/apache/lucene/util/UnicodeUtil.java was
|
||||
derived from ICU (http://www.icu-project.org)
|
||||
The full license is available here:
|
||||
http://source.icu-project.org/repos/icu/icu/trunk/license.html
|
||||
https://github.com/unicode-org/icu/blob/main/icu4c/LICENSE
|
||||
|
||||
/*
|
||||
* Copyright (C) 1999-2010, International Business Machines
|
||||
|
|
Loading…
Reference in New Issue