devtools.licenses.report 58 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515
  1. # File format ($ symbol means the beginning of a line):
  2. #
  3. # $ # this message
  4. # $ # =======================
  5. # $ # comments (all commentaries should starts with some number of spaces and # symbol)
  6. # ${action} {license spdx} {license text hash}
  7. # $BELONGS ./ya/make/file/relative/path/1/ya.make ./ya/make/2/ya.make
  8. # ${all_file_action} filename
  9. # $ # user commentaries (many lines)
  10. # $ generated description - files with this license, license text... (some number of lines that starts with some number of spaces, do not modify)
  11. # ${action} {license spdx} {license text hash}
  12. # $BELONGS ./ya/make/file/relative/path/3/ya.make
  13. # ${all_file_action} filename
  14. # $ # user commentaries
  15. # $ generated description
  16. # $ ...
  17. #
  18. # You can modify action, all_file_action and add commentaries
  19. # Available actions:
  20. # keep - keep license in contrib and use in credits
  21. # skip - skip license
  22. # remove - remove all files with this license
  23. # rename - save license text/links into licenses texts file, but not store SPDX into LINCENSE macro. You should store correct license id into devtools.license.spdx.txt file
  24. #
  25. # {all file action} records will be generated when license text contains filename that exists on filesystem (in contrib directory)
  26. # We suppose that that files can contain some license info
  27. # Available all file actions:
  28. # FILE_IGNORE - ignore file (do nothing)
  29. # FILE_INCLUDE - include all file data into licenses text file
  30. # =======================
  31. IGNORE_FILES icudt76_dat.rodata
  32. KEEP Unicode 0285f1da3a441f34fd441c30fe7aa87e
  33. BELONGS ya.make
  34. License text:
  35. " Copyright (C) 2016 and later: Unicode, Inc. and others. License & terms of use: http://www.unicode.org/copyright.html "
  36. Scancode info:
  37. Original SPDX id: LicenseRef-scancode-unicode
  38. Score : 55.00
  39. Match type : REFERENCE
  40. Links : http://unicode.org/, http://unicode.org/copyright.html, https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unicode.LICENSE
  41. Files with this license:
  42. include/unicode/uvernum.h [50:50]
  43. KEEP Unicode 110d3101a4390964af6105c359edb37e
  44. BELONGS ya.make
  45. License text:
  46. License & terms of use: http://www.unicode.org/copyright.html
  47. Scancode info:
  48. Original SPDX id: LicenseRef-scancode-unicode
  49. Score : 55.00
  50. Match type : REFERENCE
  51. Links : http://unicode.org/, http://unicode.org/copyright.html, https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unicode.LICENSE
  52. Files with this license:
  53. APIChangeReport.html [4:4]
  54. KEEP BSD-3-Clause 14fa598c20c2900706910e0a6b8704e5
  55. BELONGS ya.make
  56. Note: matched license text is too long. Read it in the source files.
  57. Scancode info:
  58. Original SPDX id: BSD-3-Clause
  59. Score : 28.10
  60. Match type : TEXT
  61. Links : http://www.opensource.org/licenses/BSD-3-Clause, https://spdx.org/licenses/BSD-3-Clause
  62. Files with this license:
  63. LICENSE [369:375]
  64. SKIP LicenseRef-scancode-unknown-spdx 17426ea1b7c606d27ef8c4f7591d2725
  65. BELONGS ya.make
  66. License text:
  67. SPDX-License-Identifier: Unicode-3.0
  68. Scancode info:
  69. Original SPDX id: LicenseRef-scancode-unknown-spdx
  70. Score : 100.00
  71. Match type : TAG
  72. Links : https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unknown-spdx.LICENSE
  73. Files with this license:
  74. LICENSE [41:41]
  75. KEEP ICU 1e6c63b854b364495cdae9a0f0dd4f31
  76. BELONGS ya.make
  77. License text:
  78. ICU License - ICU 1.8.1 to ICU 57.1
  79. COPYRIGHT AND PERMISSION NOTICE
  80. Scancode info:
  81. Original SPDX id: ICU
  82. Score : 100.00
  83. Match type : REFERENCE
  84. Links : http://www.xfree86.org/3.3.6/COPYRIGHT2.html, https://spdx.org/licenses/ICU
  85. Files with this license:
  86. LICENSE [53:55]
  87. SKIP NAIST-2003 2424a1fc169740d8fa11e54ba47b829a
  88. BELONGS ya.make
  89. Note: matched license text is too long. Read it in the source files.
  90. Scancode info:
  91. Original SPDX id: NAIST-2003
  92. Score : 100.00
  93. Match type : TEXT
  94. Links : https://spdx.org/licenses/NAIST-2003
  95. Files with this license:
  96. LICENSE [224:290]
  97. SKIP LicenseRef-scancode-free-unknown 307c3678c9fc74a4c1a81c1c54faa1b4
  98. BELONGS ya.make
  99. License text:
  100. Unless otherwise noted in a comment, all helper functions that take
  101. Scancode info:
  102. Original SPDX id: LicenseRef-scancode-free-unknown
  103. Score : 10.81
  104. Match type : INTRO
  105. Links : https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/free-unknown.LICENSE
  106. Files with this license:
  107. i18n/messageformat2_parser.cpp [338:338]
  108. KEEP MIT 399584035c417b91040964779555dfac
  109. BELONGS ya.make
  110. License text:
  111. MIT License
  112. Scancode info:
  113. Original SPDX id: MIT
  114. Score : 100.00
  115. Match type : REFERENCE
  116. Links : http://opensource.org/licenses/mit-license.php, https://spdx.org/licenses/MIT
  117. Files with this license:
  118. LICENSE [440:440]
  119. KEEP Unicode 4c6205d2789acc5f0eaf022758f1caaf
  120. BELONGS ya.make
  121. License text:
  122. // License & terms of use: http://www.unicode.org/copyright.html
  123. Scancode info:
  124. Original SPDX id: LicenseRef-scancode-unicode
  125. Score : 55.00
  126. Match type : REFERENCE
  127. Links : http://unicode.org/, http://unicode.org/copyright.html, https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unicode.LICENSE
  128. Files with this license:
  129. i18n/utmscale.cpp [2:2]
  130. SKIP NTP 506238eb9775d9863634676b046cf513
  131. BELONGS ya.make
  132. Note: matched license text is too long. Read it in the source files.
  133. Scancode info:
  134. Original SPDX id: NTP
  135. Score : 100.00
  136. Match type : TEXT
  137. Links : http://fedoraproject.org/wiki/Licensing:MIT#Old_Style_.28no_advertising_without_permission.29, https://spdx.org/licenses/NTP
  138. Files with this license:
  139. LICENSE [534:542]
  140. KEEP Unicode 51f39f17d54765b21f1fa3cec7a5e6a9
  141. BELONGS ya.make
  142. License text:
  143. <i>© 2016 and later: Unicode, Inc. and others. License &amp; terms of use: http://www.unicode.org/copyright.html</i>
  144. Scancode info:
  145. Original SPDX id: LicenseRef-scancode-unicode
  146. Score : 55.00
  147. Match type : REFERENCE
  148. Links : http://unicode.org/, http://unicode.org/copyright.html, https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unicode.LICENSE
  149. Files with this license:
  150. license.html [14:14]
  151. KEEP MIT 54575e81a786e9aa7d98337ec2e1ebb0
  152. BELONGS ya.make
  153. Note: matched license text is too long. Read it in the source files.
  154. Scancode info:
  155. Original SPDX id: MIT
  156. Score : 100.00
  157. Match type : TEXT
  158. Links : http://opensource.org/licenses/mit-license.php, https://spdx.org/licenses/MIT
  159. Files with this license:
  160. LICENSE [444:460]
  161. KEEP Unicode 5878933f57b4a51e1a476204a3d5dd26
  162. BELONGS ya.make
  163. License text:
  164. <p> Copyright &copy; 2016 and later: Unicode, Inc. and others. License &amp; terms of use:
  165. <a href="http://www.unicode.org/copyright.html">http://www.unicode.org/copyright.html</a><br/>
  166. Scancode info:
  167. Original SPDX id: LicenseRef-scancode-unicode
  168. Score : 55.00
  169. Match type : REFERENCE
  170. Links : http://unicode.org/, http://unicode.org/copyright.html, https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unicode.LICENSE
  171. Files with this license:
  172. readme.html [24:25]
  173. SKIP LicenseRef-scancode-proprietary-license 61263200f41b496e20ae1b038c8dae40
  174. BELONGS ya.make
  175. # not a license - parameter description string
  176. License text:
  177. * copy of the string. dest may or may not be modified.
  178. Scancode info:
  179. Original SPDX id: LicenseRef-scancode-proprietary-license
  180. Score : 100.00
  181. Match type : REFERENCE
  182. Links : https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/proprietary-license.LICENSE
  183. Files with this license:
  184. include/unicode/ures.h [415:415]
  185. include/unicode/ures.h [681:681]
  186. include/unicode/ures.h [774:774]
  187. KEEP Unicode 751c1c53100f387cfba9896a0a000d23
  188. BELONGS ya.make
  189. License text:
  190. // License & terms of use: http://www.unicode.org/copyright.html
  191. Scancode info:
  192. Original SPDX id: LicenseRef-scancode-unicode
  193. Score : 55.00
  194. Match type : REFERENCE
  195. Links : http://unicode.org/, http://unicode.org/copyright.html, https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unicode.LICENSE
  196. Files with this license:
  197. common/appendable.cpp [2:2]
  198. common/bmpset.cpp [2:2]
  199. common/bmpset.h [2:2]
  200. common/brkeng.cpp [2:2]
  201. common/brkeng.h [2:2]
  202. common/brkiter.cpp [2:2]
  203. common/bytesinkutil.cpp [2:2]
  204. common/bytesinkutil.h [2:2]
  205. common/bytestream.cpp [2:2]
  206. common/bytestrie.cpp [2:2]
  207. common/bytestriebuilder.cpp [2:2]
  208. common/bytestrieiterator.cpp [2:2]
  209. common/caniter.cpp [2:2]
  210. common/capi_helper.h [2:2]
  211. common/characterproperties.cpp [2:2]
  212. common/chariter.cpp [2:2]
  213. common/charstr.cpp [2:2]
  214. common/charstr.h [2:2]
  215. common/charstrmap.h [2:2]
  216. common/cmemory.cpp [2:2]
  217. common/cmemory.h [2:2]
  218. common/cpputils.h [2:2]
  219. common/cstr.cpp [2:2]
  220. common/cstr.h [2:2]
  221. common/cstring.cpp [2:2]
  222. common/cstring.h [2:2]
  223. common/cwchar.cpp [2:2]
  224. common/cwchar.h [2:2]
  225. common/dictbe.cpp [2:2]
  226. common/dictbe.h [2:2]
  227. common/dictionarydata.cpp [2:2]
  228. common/dictionarydata.h [2:2]
  229. common/dtintrv.cpp [2:2]
  230. common/edits.cpp [2:2]
  231. common/errorcode.cpp [2:2]
  232. common/filteredbrk.cpp [2:2]
  233. common/filterednormalizer2.cpp [2:2]
  234. common/hash.h [2:2]
  235. common/icudataver.cpp [2:2]
  236. common/icuplug.cpp [2:2]
  237. common/icuplugimp.h [2:2]
  238. common/loadednormalizer2impl.cpp [2:2]
  239. common/localebuilder.cpp [2:2]
  240. common/localefallback_data.h [2:2]
  241. common/localematcher.cpp [2:2]
  242. common/localeprioritylist.cpp [2:2]
  243. common/localeprioritylist.h [2:2]
  244. common/localsvc.h [2:2]
  245. common/locavailable.cpp [2:2]
  246. common/locbased.cpp [2:2]
  247. common/locbased.h [2:2]
  248. common/locdispnames.cpp [2:2]
  249. common/locdistance.cpp [2:2]
  250. common/locdistance.h [2:2]
  251. common/locdspnm.cpp [2:2]
  252. common/locid.cpp [2:2]
  253. common/loclikely.cpp [2:2]
  254. common/loclikelysubtags.cpp [2:2]
  255. common/loclikelysubtags.h [2:2]
  256. common/locmap.cpp [2:2]
  257. common/locmap.h [2:2]
  258. common/locresdata.cpp [2:2]
  259. common/locutil.cpp [2:2]
  260. common/locutil.h [2:2]
  261. common/lsr.cpp [2:2]
  262. common/lsr.h [2:2]
  263. common/lstmbe.cpp [2:2]
  264. common/lstmbe.h [2:2]
  265. common/messageimpl.h [2:2]
  266. common/messagepattern.cpp [2:2]
  267. common/mlbe.cpp [2:2]
  268. common/mlbe.h [2:2]
  269. common/msvcres.h [2:2]
  270. common/mutex.h [2:2]
  271. common/norm2_nfc_data.h [2:2]
  272. common/norm2allmodes.h [2:2]
  273. common/normalizer2.cpp [2:2]
  274. common/normalizer2impl.cpp [2:2]
  275. common/normalizer2impl.h [2:2]
  276. common/normlzr.cpp [2:2]
  277. common/parsepos.cpp [2:2]
  278. common/patternprops.cpp [2:2]
  279. common/patternprops.h [2:2]
  280. common/pluralmap.cpp [2:2]
  281. common/pluralmap.h [2:2]
  282. common/propname.cpp [2:2]
  283. common/propname.h [2:2]
  284. common/propname_data.h [2:2]
  285. common/propsvec.cpp [2:2]
  286. common/propsvec.h [2:2]
  287. common/punycode.cpp [2:2]
  288. common/punycode.h [2:2]
  289. common/putil.cpp [2:2]
  290. common/putilimp.h [2:2]
  291. common/rbbi.cpp [2:2]
  292. common/rbbi_cache.cpp [2:2]
  293. common/rbbi_cache.h [2:2]
  294. common/rbbidata.cpp [2:2]
  295. common/rbbidata.h [2:2]
  296. common/rbbinode.cpp [2:2]
  297. common/rbbinode.h [2:2]
  298. common/rbbirb.cpp [2:2]
  299. common/rbbirb.h [2:2]
  300. common/rbbirpt.h [2:2]
  301. common/rbbiscan.cpp [2:2]
  302. common/rbbiscan.h [2:2]
  303. common/rbbisetb.cpp [2:2]
  304. common/rbbisetb.h [2:2]
  305. common/rbbistbl.cpp [2:2]
  306. common/rbbitblb.cpp [2:2]
  307. common/rbbitblb.h [2:2]
  308. common/resbund.cpp [2:2]
  309. common/resbund_cnv.cpp [2:2]
  310. common/resource.cpp [2:2]
  311. common/resource.h [2:2]
  312. common/restrace.cpp [2:2]
  313. common/restrace.h [2:2]
  314. common/ruleiter.cpp [2:2]
  315. common/ruleiter.h [2:2]
  316. common/schriter.cpp [2:2]
  317. common/serv.cpp [2:2]
  318. common/serv.h [2:2]
  319. common/servlk.cpp [2:2]
  320. common/servlkf.cpp [2:2]
  321. common/servloc.h [2:2]
  322. common/servls.cpp [2:2]
  323. common/servnotf.cpp [2:2]
  324. common/servnotf.h [2:2]
  325. common/servrbf.cpp [2:2]
  326. common/servslkf.cpp [2:2]
  327. common/sharedobject.cpp [2:2]
  328. common/sharedobject.h [2:2]
  329. common/simpleformatter.cpp [2:2]
  330. common/sprpimpl.h [2:2]
  331. common/static_unicode_sets.cpp [2:2]
  332. common/static_unicode_sets.h [2:2]
  333. common/stringpiece.cpp [2:2]
  334. common/stringtriebuilder.cpp [2:2]
  335. common/uarrsort.cpp [2:2]
  336. common/uarrsort.h [2:2]
  337. common/uassert.h [2:2]
  338. common/ubidi.cpp [2:2]
  339. common/ubidi_props.cpp [2:2]
  340. common/ubidi_props.h [2:2]
  341. common/ubidi_props_data.h [2:2]
  342. common/ubidiimp.h [2:2]
  343. common/ubidiln.cpp [2:2]
  344. common/ubidiwrt.cpp [2:2]
  345. common/ubrk.cpp [2:2]
  346. common/ubrkimpl.h [2:2]
  347. common/ucase.cpp [2:2]
  348. common/ucase.h [2:2]
  349. common/ucase_props_data.h [2:2]
  350. common/ucasemap.cpp [2:2]
  351. common/ucasemap_imp.h [2:2]
  352. common/ucasemap_titlecase_brkiter.cpp [2:2]
  353. common/ucat.cpp [2:2]
  354. common/uchar.cpp [2:2]
  355. common/uchar_props_data.h [2:2]
  356. common/ucharstrie.cpp [2:2]
  357. common/ucharstriebuilder.cpp [2:2]
  358. common/ucharstrieiterator.cpp [2:2]
  359. common/uchriter.cpp [2:2]
  360. common/ucln.h [2:2]
  361. common/ucln_cmn.cpp [2:2]
  362. common/ucln_cmn.h [2:2]
  363. common/ucln_imp.h [2:2]
  364. common/ucmndata.cpp [2:2]
  365. common/ucmndata.h [2:2]
  366. common/ucnv.cpp [2:2]
  367. common/ucnv2022.cpp [2:2]
  368. common/ucnv_bld.cpp [2:2]
  369. common/ucnv_bld.h [2:2]
  370. common/ucnv_cb.cpp [2:2]
  371. common/ucnv_cnv.cpp [2:2]
  372. common/ucnv_cnv.h [2:2]
  373. common/ucnv_ct.cpp [2:2]
  374. common/ucnv_err.cpp [2:2]
  375. common/ucnv_ext.cpp [2:2]
  376. common/ucnv_ext.h [2:2]
  377. common/ucnv_imp.h [2:2]
  378. common/ucnv_io.cpp [2:2]
  379. common/ucnv_io.h [2:2]
  380. common/ucnv_lmb.cpp [2:2]
  381. common/ucnv_set.cpp [2:2]
  382. common/ucnv_u16.cpp [2:2]
  383. common/ucnv_u32.cpp [2:2]
  384. common/ucnv_u7.cpp [2:2]
  385. common/ucnv_u8.cpp [2:2]
  386. common/ucnvbocu.cpp [2:2]
  387. common/ucnvdisp.cpp [2:2]
  388. common/ucnvhz.cpp [2:2]
  389. common/ucnvisci.cpp [2:2]
  390. common/ucnvlat1.cpp [2:2]
  391. common/ucnvmbcs.cpp [2:2]
  392. common/ucnvmbcs.h [2:2]
  393. common/ucnvscsu.cpp [2:2]
  394. common/ucnvsel.cpp [2:2]
  395. common/ucol_data.h [2:2]
  396. common/ucol_swp.cpp [2:2]
  397. common/ucol_swp.h [2:2]
  398. common/ucptrie.cpp [2:2]
  399. common/ucptrie_impl.h [2:2]
  400. common/ucurr.cpp [2:2]
  401. common/ucurrimp.h [2:2]
  402. common/udata.cpp [2:2]
  403. common/udatamem.cpp [2:2]
  404. common/udatamem.h [2:2]
  405. common/udataswp.cpp [2:2]
  406. common/udataswp.h [2:2]
  407. common/uelement.h [2:2]
  408. common/uenum.cpp [2:2]
  409. common/uenumimp.h [2:2]
  410. common/uhash.cpp [2:2]
  411. common/uhash.h [2:2]
  412. common/uhash_us.cpp [2:2]
  413. common/uidna.cpp [2:2]
  414. common/uinit.cpp [2:2]
  415. common/uinvchar.cpp [2:2]
  416. common/uinvchar.h [2:2]
  417. common/uiter.cpp [2:2]
  418. common/ulayout_props.h [2:2]
  419. common/ulist.cpp [2:2]
  420. common/ulist.h [2:2]
  421. common/uloc.cpp [2:2]
  422. common/uloc_keytype.cpp [2:2]
  423. common/uloc_tag.cpp [2:2]
  424. common/ulocale.cpp [2:2]
  425. common/ulocbuilder.cpp [2:2]
  426. common/ulocimp.h [2:2]
  427. common/umapfile.cpp [2:2]
  428. common/umapfile.h [2:2]
  429. common/umath.cpp [2:2]
  430. common/umutablecptrie.cpp [2:2]
  431. common/umutex.cpp [2:2]
  432. common/umutex.h [2:2]
  433. common/unames.cpp [2:2]
  434. common/unifiedcache.cpp [2:2]
  435. common/unifiedcache.h [2:2]
  436. common/unifilt.cpp [2:2]
  437. common/unifunct.cpp [2:2]
  438. common/uniquecharstr.h [2:2]
  439. common/uniset.cpp [2:2]
  440. common/uniset_closure.cpp [2:2]
  441. common/uniset_props.cpp [2:2]
  442. common/unisetspan.cpp [2:2]
  443. common/unisetspan.h [2:2]
  444. common/unistr.cpp [2:2]
  445. common/unistr_case.cpp [2:2]
  446. common/unistr_case_locale.cpp [2:2]
  447. common/unistr_cnv.cpp [2:2]
  448. common/unistr_props.cpp [2:2]
  449. common/unistr_titlecase_brkiter.cpp [2:2]
  450. common/unistrappender.h [2:2]
  451. common/unorm.cpp [2:2]
  452. common/unormcmp.cpp [2:2]
  453. common/unormimp.h [2:2]
  454. common/uobject.cpp [2:2]
  455. common/uposixdefs.h [2:2]
  456. common/uprops.cpp [2:2]
  457. common/uprops.h [2:2]
  458. common/ures_cnv.cpp [2:2]
  459. common/uresbund.cpp [2:2]
  460. common/uresdata.cpp [2:2]
  461. common/uresdata.h [2:2]
  462. common/uresimp.h [2:2]
  463. common/ureslocs.h [2:2]
  464. common/usc_impl.cpp [2:2]
  465. common/usc_impl.h [2:2]
  466. common/uscript.cpp [2:2]
  467. common/uscript_props.cpp [2:2]
  468. common/uset.cpp [2:2]
  469. common/uset_imp.h [2:2]
  470. common/uset_props.cpp [2:2]
  471. common/usetiter.cpp [2:2]
  472. common/ushape.cpp [2:2]
  473. common/usprep.cpp [2:2]
  474. common/ustack.cpp [2:2]
  475. common/ustr_cnv.cpp [2:2]
  476. common/ustr_cnv.h [2:2]
  477. common/ustr_imp.h [2:2]
  478. common/ustr_titlecase_brkiter.cpp [2:2]
  479. common/ustr_wcs.cpp [2:2]
  480. common/ustrcase.cpp [2:2]
  481. common/ustrcase_locale.cpp [2:2]
  482. common/ustrenum.cpp [2:2]
  483. common/ustrenum.h [2:2]
  484. common/ustrfmt.cpp [2:2]
  485. common/ustrfmt.h [2:2]
  486. common/ustring.cpp [2:2]
  487. common/ustrtrns.cpp [2:2]
  488. common/utext.cpp [2:2]
  489. common/utf_impl.cpp [2:2]
  490. common/util.cpp [2:2]
  491. common/util.h [2:2]
  492. common/util_props.cpp [2:2]
  493. common/utrace.cpp [2:2]
  494. common/utracimp.h [2:2]
  495. common/utrie.cpp [2:2]
  496. common/utrie.h [2:2]
  497. common/utrie2.cpp [2:2]
  498. common/utrie2.h [2:2]
  499. common/utrie2_builder.cpp [2:2]
  500. common/utrie2_impl.h [2:2]
  501. common/utrie_swap.cpp [2:2]
  502. common/uts46.cpp [2:2]
  503. common/utypeinfo.h [2:2]
  504. common/utypes.cpp [2:2]
  505. common/uvector.cpp [2:2]
  506. common/uvector.h [2:2]
  507. common/uvectr32.cpp [2:2]
  508. common/uvectr32.h [2:2]
  509. common/uvectr64.cpp [2:2]
  510. common/uvectr64.h [2:2]
  511. common/wintz.cpp [2:2]
  512. common/wintz.h [2:2]
  513. i18n/alphaindex.cpp [2:2]
  514. i18n/anytrans.cpp [2:2]
  515. i18n/anytrans.h [2:2]
  516. i18n/astro.cpp [2:2]
  517. i18n/astro.h [2:2]
  518. i18n/basictz.cpp [2:2]
  519. i18n/bocsu.cpp [2:2]
  520. i18n/bocsu.h [2:2]
  521. i18n/brktrans.cpp [2:2]
  522. i18n/brktrans.h [2:2]
  523. i18n/buddhcal.cpp [2:2]
  524. i18n/buddhcal.h [2:2]
  525. i18n/calendar.cpp [2:2]
  526. i18n/casetrn.cpp [2:2]
  527. i18n/casetrn.h [2:2]
  528. i18n/cecal.cpp [2:2]
  529. i18n/cecal.h [2:2]
  530. i18n/chnsecal.cpp [2:2]
  531. i18n/chnsecal.h [2:2]
  532. i18n/choicfmt.cpp [2:2]
  533. i18n/coleitr.cpp [2:2]
  534. i18n/coll.cpp [2:2]
  535. i18n/collation.cpp [2:2]
  536. i18n/collation.h [2:2]
  537. i18n/collationbuilder.cpp [2:2]
  538. i18n/collationbuilder.h [2:2]
  539. i18n/collationcompare.cpp [2:2]
  540. i18n/collationcompare.h [2:2]
  541. i18n/collationdata.cpp [2:2]
  542. i18n/collationdata.h [2:2]
  543. i18n/collationdatabuilder.cpp [2:2]
  544. i18n/collationdatabuilder.h [2:2]
  545. i18n/collationdatareader.cpp [2:2]
  546. i18n/collationdatareader.h [2:2]
  547. i18n/collationdatawriter.cpp [2:2]
  548. i18n/collationdatawriter.h [2:2]
  549. i18n/collationfastlatin.cpp [2:2]
  550. i18n/collationfastlatin.h [2:2]
  551. i18n/collationfastlatinbuilder.cpp [2:2]
  552. i18n/collationfastlatinbuilder.h [2:2]
  553. i18n/collationfcd.cpp [2:2]
  554. i18n/collationfcd.h [2:2]
  555. i18n/collationiterator.cpp [2:2]
  556. i18n/collationiterator.h [2:2]
  557. i18n/collationkeys.cpp [2:2]
  558. i18n/collationkeys.h [2:2]
  559. i18n/collationroot.cpp [2:2]
  560. i18n/collationroot.h [2:2]
  561. i18n/collationrootelements.cpp [2:2]
  562. i18n/collationrootelements.h [2:2]
  563. i18n/collationruleparser.cpp [2:2]
  564. i18n/collationruleparser.h [2:2]
  565. i18n/collationsets.cpp [2:2]
  566. i18n/collationsets.h [2:2]
  567. i18n/collationsettings.cpp [2:2]
  568. i18n/collationsettings.h [2:2]
  569. i18n/collationtailoring.cpp [2:2]
  570. i18n/collationtailoring.h [2:2]
  571. i18n/collationweights.cpp [2:2]
  572. i18n/collationweights.h [2:2]
  573. i18n/collunsafe.h [2:2]
  574. i18n/compactdecimalformat.cpp [2:2]
  575. i18n/coptccal.cpp [2:2]
  576. i18n/coptccal.h [2:2]
  577. i18n/cpdtrans.cpp [2:2]
  578. i18n/cpdtrans.h [2:2]
  579. i18n/csdetect.cpp [2:2]
  580. i18n/csdetect.h [2:2]
  581. i18n/csmatch.cpp [2:2]
  582. i18n/csmatch.h [2:2]
  583. i18n/csr2022.cpp [2:2]
  584. i18n/csr2022.h [2:2]
  585. i18n/csrecog.cpp [2:2]
  586. i18n/csrecog.h [2:2]
  587. i18n/csrmbcs.cpp [2:2]
  588. i18n/csrmbcs.h [2:2]
  589. i18n/csrsbcs.cpp [2:2]
  590. i18n/csrsbcs.h [2:2]
  591. i18n/csrucode.cpp [2:2]
  592. i18n/csrucode.h [2:2]
  593. i18n/csrutf8.cpp [2:2]
  594. i18n/csrutf8.h [2:2]
  595. i18n/curramt.cpp [2:2]
  596. i18n/currfmt.cpp [2:2]
  597. i18n/currfmt.h [2:2]
  598. i18n/currpinf.cpp [2:2]
  599. i18n/currunit.cpp [2:2]
  600. i18n/dangical.cpp [2:2]
  601. i18n/dangical.h [2:2]
  602. i18n/datefmt.cpp [2:2]
  603. i18n/dayperiodrules.cpp [2:2]
  604. i18n/dayperiodrules.h [2:2]
  605. i18n/dcfmtsym.cpp [2:2]
  606. i18n/decContext.cpp [2:2]
  607. i18n/decContext.h [2:2]
  608. i18n/decNumber.cpp [2:2]
  609. i18n/decNumber.h [2:2]
  610. i18n/decNumberLocal.h [2:2]
  611. i18n/decimfmt.cpp [2:2]
  612. i18n/displayoptions.cpp [2:2]
  613. i18n/double-conversion-bignum-dtoa.cpp [2:2]
  614. i18n/double-conversion-bignum-dtoa.h [2:2]
  615. i18n/double-conversion-bignum.cpp [2:2]
  616. i18n/double-conversion-bignum.h [2:2]
  617. i18n/double-conversion-cached-powers.cpp [2:2]
  618. i18n/double-conversion-cached-powers.h [2:2]
  619. i18n/double-conversion-diy-fp.h [2:2]
  620. i18n/double-conversion-double-to-string.cpp [2:2]
  621. i18n/double-conversion-double-to-string.h [2:2]
  622. i18n/double-conversion-fast-dtoa.cpp [2:2]
  623. i18n/double-conversion-fast-dtoa.h [2:2]
  624. i18n/double-conversion-ieee.h [2:2]
  625. i18n/double-conversion-string-to-double.cpp [2:2]
  626. i18n/double-conversion-string-to-double.h [2:2]
  627. i18n/double-conversion-strtod.cpp [2:2]
  628. i18n/double-conversion-strtod.h [2:2]
  629. i18n/double-conversion-utils.h [2:2]
  630. i18n/double-conversion.h [2:2]
  631. i18n/dt_impl.h [2:2]
  632. i18n/dtfmtsym.cpp [2:2]
  633. i18n/dtitv_impl.h [2:2]
  634. i18n/dtitvfmt.cpp [2:2]
  635. i18n/dtitvinf.cpp [2:2]
  636. i18n/dtptngen.cpp [2:2]
  637. i18n/dtptngen_impl.h [2:2]
  638. i18n/dtrule.cpp [2:2]
  639. i18n/erarules.cpp [2:2]
  640. i18n/erarules.h [2:2]
  641. i18n/esctrn.cpp [2:2]
  642. i18n/esctrn.h [2:2]
  643. i18n/ethpccal.cpp [2:2]
  644. i18n/ethpccal.h [2:2]
  645. i18n/fmtable.cpp [2:2]
  646. i18n/fmtable_cnv.cpp [2:2]
  647. i18n/fmtableimp.h [2:2]
  648. i18n/format.cpp [2:2]
  649. i18n/formatted_string_builder.cpp [2:2]
  650. i18n/formatted_string_builder.h [2:2]
  651. i18n/formattedval_impl.h [2:2]
  652. i18n/formattedval_iterimpl.cpp [2:2]
  653. i18n/formattedval_sbimpl.cpp [2:2]
  654. i18n/formattedvalue.cpp [2:2]
  655. i18n/fphdlimp.cpp [2:2]
  656. i18n/fphdlimp.h [2:2]
  657. i18n/fpositer.cpp [2:2]
  658. i18n/funcrepl.cpp [2:2]
  659. i18n/funcrepl.h [2:2]
  660. i18n/gender.cpp [2:2]
  661. i18n/gregocal.cpp [2:2]
  662. i18n/gregoimp.cpp [2:2]
  663. i18n/gregoimp.h [2:2]
  664. i18n/hebrwcal.cpp [2:2]
  665. i18n/hebrwcal.h [2:2]
  666. i18n/indiancal.cpp [2:2]
  667. i18n/indiancal.h [2:2]
  668. i18n/inputext.cpp [2:2]
  669. i18n/inputext.h [2:2]
  670. i18n/islamcal.cpp [2:2]
  671. i18n/islamcal.h [2:2]
  672. i18n/iso8601cal.cpp [2:2]
  673. i18n/iso8601cal.h [2:2]
  674. i18n/japancal.cpp [2:2]
  675. i18n/japancal.h [2:2]
  676. i18n/listformatter.cpp [2:2]
  677. i18n/measfmt.cpp [2:2]
  678. i18n/measunit.cpp [2:2]
  679. i18n/measunit_extra.cpp [2:2]
  680. i18n/measunit_impl.h [2:2]
  681. i18n/measure.cpp [2:2]
  682. i18n/messageformat2.cpp [2:2]
  683. i18n/messageformat2_allocation.h [2:2]
  684. i18n/messageformat2_arguments.cpp [2:2]
  685. i18n/messageformat2_checker.cpp [2:2]
  686. i18n/messageformat2_checker.h [2:2]
  687. i18n/messageformat2_data_model.cpp [2:2]
  688. i18n/messageformat2_errors.cpp [2:2]
  689. i18n/messageformat2_errors.h [2:2]
  690. i18n/messageformat2_evaluation.cpp [2:2]
  691. i18n/messageformat2_evaluation.h [2:2]
  692. i18n/messageformat2_formattable.cpp [2:2]
  693. i18n/messageformat2_formatter.cpp [2:2]
  694. i18n/messageformat2_function_registry.cpp [2:2]
  695. i18n/messageformat2_function_registry_internal.h [2:2]
  696. i18n/messageformat2_macros.h [2:2]
  697. i18n/messageformat2_parser.cpp [2:2]
  698. i18n/messageformat2_parser.h [2:2]
  699. i18n/messageformat2_serializer.cpp [2:2]
  700. i18n/messageformat2_serializer.h [2:2]
  701. i18n/msgfmt.cpp [2:2]
  702. i18n/msgfmt_impl.h [2:2]
  703. i18n/name2uni.cpp [2:2]
  704. i18n/name2uni.h [2:2]
  705. i18n/nfrlist.h [2:2]
  706. i18n/nfrs.cpp [2:2]
  707. i18n/nfrs.h [2:2]
  708. i18n/nfrule.cpp [2:2]
  709. i18n/nfrule.h [2:2]
  710. i18n/nfsubs.cpp [2:2]
  711. i18n/nfsubs.h [2:2]
  712. i18n/nortrans.cpp [2:2]
  713. i18n/nortrans.h [2:2]
  714. i18n/nultrans.cpp [2:2]
  715. i18n/nultrans.h [2:2]
  716. i18n/number_affixutils.cpp [2:2]
  717. i18n/number_affixutils.h [2:2]
  718. i18n/number_asformat.cpp [2:2]
  719. i18n/number_asformat.h [2:2]
  720. i18n/number_capi.cpp [2:2]
  721. i18n/number_compact.cpp [2:2]
  722. i18n/number_compact.h [2:2]
  723. i18n/number_currencysymbols.cpp [2:2]
  724. i18n/number_currencysymbols.h [2:2]
  725. i18n/number_decimalquantity.cpp [2:2]
  726. i18n/number_decimalquantity.h [2:2]
  727. i18n/number_decimfmtprops.cpp [2:2]
  728. i18n/number_decimfmtprops.h [2:2]
  729. i18n/number_decnum.h [2:2]
  730. i18n/number_fluent.cpp [2:2]
  731. i18n/number_formatimpl.cpp [2:2]
  732. i18n/number_formatimpl.h [2:2]
  733. i18n/number_grouping.cpp [2:2]
  734. i18n/number_integerwidth.cpp [2:2]
  735. i18n/number_longnames.cpp [2:2]
  736. i18n/number_longnames.h [2:2]
  737. i18n/number_mapper.cpp [2:2]
  738. i18n/number_mapper.h [2:2]
  739. i18n/number_microprops.h [2:2]
  740. i18n/number_modifiers.cpp [2:2]
  741. i18n/number_modifiers.h [2:2]
  742. i18n/number_multiplier.cpp [2:2]
  743. i18n/number_multiplier.h [2:2]
  744. i18n/number_notation.cpp [2:2]
  745. i18n/number_output.cpp [2:2]
  746. i18n/number_padding.cpp [2:2]
  747. i18n/number_patternmodifier.cpp [2:2]
  748. i18n/number_patternmodifier.h [2:2]
  749. i18n/number_patternstring.cpp [2:2]
  750. i18n/number_patternstring.h [2:2]
  751. i18n/number_rounding.cpp [2:2]
  752. i18n/number_roundingutils.h [2:2]
  753. i18n/number_scientific.cpp [2:2]
  754. i18n/number_scientific.h [2:2]
  755. i18n/number_simple.cpp [2:2]
  756. i18n/number_skeletons.cpp [2:2]
  757. i18n/number_skeletons.h [2:2]
  758. i18n/number_symbolswrapper.cpp [2:2]
  759. i18n/number_types.h [2:2]
  760. i18n/number_usageprefs.cpp [2:2]
  761. i18n/number_usageprefs.h [2:2]
  762. i18n/number_utils.cpp [2:2]
  763. i18n/number_utils.h [2:2]
  764. i18n/number_utypes.h [2:2]
  765. i18n/numfmt.cpp [2:2]
  766. i18n/numparse_affixes.cpp [2:2]
  767. i18n/numparse_affixes.h [2:2]
  768. i18n/numparse_compositions.cpp [2:2]
  769. i18n/numparse_compositions.h [2:2]
  770. i18n/numparse_currency.cpp [2:2]
  771. i18n/numparse_currency.h [2:2]
  772. i18n/numparse_decimal.cpp [2:2]
  773. i18n/numparse_decimal.h [2:2]
  774. i18n/numparse_impl.cpp [2:2]
  775. i18n/numparse_impl.h [2:2]
  776. i18n/numparse_parsednumber.cpp [2:2]
  777. i18n/numparse_scientific.cpp [2:2]
  778. i18n/numparse_scientific.h [2:2]
  779. i18n/numparse_symbols.cpp [2:2]
  780. i18n/numparse_symbols.h [2:2]
  781. i18n/numparse_types.h [2:2]
  782. i18n/numparse_utils.h [2:2]
  783. i18n/numparse_validators.cpp [2:2]
  784. i18n/numparse_validators.h [2:2]
  785. i18n/numrange_capi.cpp [2:2]
  786. i18n/numrange_fluent.cpp [2:2]
  787. i18n/numrange_impl.cpp [2:2]
  788. i18n/numrange_impl.h [2:2]
  789. i18n/numsys.cpp [2:2]
  790. i18n/numsys_impl.h [2:2]
  791. i18n/olsontz.cpp [2:2]
  792. i18n/olsontz.h [2:2]
  793. i18n/persncal.cpp [2:2]
  794. i18n/persncal.h [2:2]
  795. i18n/pluralranges.cpp [2:2]
  796. i18n/pluralranges.h [2:2]
  797. i18n/plurfmt.cpp [2:2]
  798. i18n/plurrule.cpp [2:2]
  799. i18n/plurrule_impl.h [2:2]
  800. i18n/quant.cpp [2:2]
  801. i18n/quant.h [2:2]
  802. i18n/quantityformatter.cpp [2:2]
  803. i18n/quantityformatter.h [2:2]
  804. i18n/rbnf.cpp [2:2]
  805. i18n/rbt.cpp [2:2]
  806. i18n/rbt.h [2:2]
  807. i18n/rbt_data.cpp [2:2]
  808. i18n/rbt_data.h [2:2]
  809. i18n/rbt_pars.cpp [2:2]
  810. i18n/rbt_pars.h [2:2]
  811. i18n/rbt_rule.cpp [2:2]
  812. i18n/rbt_rule.h [2:2]
  813. i18n/rbt_set.cpp [2:2]
  814. i18n/rbt_set.h [2:2]
  815. i18n/rbtz.cpp [2:2]
  816. i18n/regexcmp.cpp [2:2]
  817. i18n/regexcmp.h [2:2]
  818. i18n/regexcst.h [2:2]
  819. i18n/regeximp.cpp [2:2]
  820. i18n/regeximp.h [2:2]
  821. i18n/regexst.cpp [2:2]
  822. i18n/regexst.h [2:2]
  823. i18n/regextxt.cpp [2:2]
  824. i18n/regextxt.h [2:2]
  825. i18n/region.cpp [2:2]
  826. i18n/region_impl.h [2:2]
  827. i18n/reldatefmt.cpp [2:2]
  828. i18n/reldtfmt.cpp [2:2]
  829. i18n/reldtfmt.h [2:2]
  830. i18n/rematch.cpp [2:2]
  831. i18n/remtrans.cpp [2:2]
  832. i18n/remtrans.h [2:2]
  833. i18n/repattrn.cpp [2:2]
  834. i18n/rulebasedcollator.cpp [2:2]
  835. i18n/scientificnumberformatter.cpp [2:2]
  836. i18n/scriptset.cpp [2:2]
  837. i18n/scriptset.h [2:2]
  838. i18n/search.cpp [2:2]
  839. i18n/selfmt.cpp [2:2]
  840. i18n/selfmtimpl.h [2:2]
  841. i18n/sharedbreakiterator.cpp [2:2]
  842. i18n/sharedbreakiterator.h [2:2]
  843. i18n/sharedcalendar.h [2:2]
  844. i18n/shareddateformatsymbols.h [2:2]
  845. i18n/sharednumberformat.h [2:2]
  846. i18n/sharedpluralrules.h [2:2]
  847. i18n/simpletz.cpp [2:2]
  848. i18n/smpdtfmt.cpp [2:2]
  849. i18n/smpdtfst.cpp [2:2]
  850. i18n/smpdtfst.h [2:2]
  851. i18n/sortkey.cpp [2:2]
  852. i18n/standardplural.cpp [2:2]
  853. i18n/standardplural.h [2:2]
  854. i18n/string_segment.cpp [2:2]
  855. i18n/string_segment.h [2:2]
  856. i18n/strmatch.cpp [2:2]
  857. i18n/strmatch.h [2:2]
  858. i18n/strrepl.cpp [2:2]
  859. i18n/strrepl.h [2:2]
  860. i18n/stsearch.cpp [2:2]
  861. i18n/taiwncal.cpp [2:2]
  862. i18n/taiwncal.h [2:2]
  863. i18n/timezone.cpp [2:2]
  864. i18n/titletrn.cpp [2:2]
  865. i18n/titletrn.h [2:2]
  866. i18n/tmunit.cpp [2:2]
  867. i18n/tmutamt.cpp [2:2]
  868. i18n/tmutfmt.cpp [2:2]
  869. i18n/tolowtrn.cpp [2:2]
  870. i18n/tolowtrn.h [2:2]
  871. i18n/toupptrn.cpp [2:2]
  872. i18n/toupptrn.h [2:2]
  873. i18n/translit.cpp [2:2]
  874. i18n/transreg.cpp [2:2]
  875. i18n/transreg.h [2:2]
  876. i18n/tridpars.cpp [2:2]
  877. i18n/tridpars.h [2:2]
  878. i18n/tzfmt.cpp [2:2]
  879. i18n/tzgnames.cpp [2:2]
  880. i18n/tzgnames.h [2:2]
  881. i18n/tznames.cpp [2:2]
  882. i18n/tznames_impl.cpp [2:2]
  883. i18n/tznames_impl.h [2:2]
  884. i18n/tzrule.cpp [2:2]
  885. i18n/tztrans.cpp [2:2]
  886. i18n/ucal.cpp [2:2]
  887. i18n/ucln_in.cpp [2:2]
  888. i18n/ucln_in.h [2:2]
  889. i18n/ucol.cpp [2:2]
  890. i18n/ucol_imp.h [2:2]
  891. i18n/ucol_res.cpp [2:2]
  892. i18n/ucol_sit.cpp [2:2]
  893. i18n/ucoleitr.cpp [2:2]
  894. i18n/ucsdet.cpp [2:2]
  895. i18n/udat.cpp [2:2]
  896. i18n/udateintervalformat.cpp [2:2]
  897. i18n/udatpg.cpp [2:2]
  898. i18n/ufieldpositer.cpp [2:2]
  899. i18n/uitercollationiterator.cpp [2:2]
  900. i18n/uitercollationiterator.h [2:2]
  901. i18n/ulistformatter.cpp [2:2]
  902. i18n/ulocdata.cpp [2:2]
  903. i18n/umsg.cpp [2:2]
  904. i18n/umsg_imp.h [2:2]
  905. i18n/unesctrn.cpp [2:2]
  906. i18n/unesctrn.h [2:2]
  907. i18n/uni2name.cpp [2:2]
  908. i18n/uni2name.h [2:2]
  909. i18n/units_complexconverter.cpp [2:2]
  910. i18n/units_complexconverter.h [2:2]
  911. i18n/units_converter.cpp [2:2]
  912. i18n/units_converter.h [2:2]
  913. i18n/units_data.cpp [2:2]
  914. i18n/units_data.h [2:2]
  915. i18n/units_router.cpp [2:2]
  916. i18n/units_router.h [2:2]
  917. i18n/unum.cpp [2:2]
  918. i18n/unumsys.cpp [2:2]
  919. i18n/upluralrules.cpp [2:2]
  920. i18n/uregex.cpp [2:2]
  921. i18n/uregexc.cpp [2:2]
  922. i18n/uregion.cpp [2:2]
  923. i18n/usearch.cpp [2:2]
  924. i18n/uspoof.cpp [2:2]
  925. i18n/uspoof_build.cpp [2:2]
  926. i18n/uspoof_conf.cpp [2:2]
  927. i18n/uspoof_conf.h [2:2]
  928. i18n/uspoof_impl.cpp [2:2]
  929. i18n/uspoof_impl.h [2:2]
  930. i18n/usrchimp.h [2:2]
  931. i18n/utf16collationiterator.cpp [2:2]
  932. i18n/utf16collationiterator.h [2:2]
  933. i18n/utf8collationiterator.cpp [2:2]
  934. i18n/utf8collationiterator.h [2:2]
  935. i18n/utrans.cpp [2:2]
  936. i18n/vtzone.cpp [2:2]
  937. i18n/vzone.cpp [2:2]
  938. i18n/vzone.h [2:2]
  939. i18n/windtfmt.cpp [2:2]
  940. i18n/windtfmt.h [2:2]
  941. i18n/winnmfmt.cpp [2:2]
  942. i18n/winnmfmt.h [2:2]
  943. i18n/wintzimpl.cpp [2:2]
  944. i18n/wintzimpl.h [2:2]
  945. i18n/zonemeta.cpp [2:2]
  946. i18n/zonemeta.h [2:2]
  947. i18n/zrule.cpp [2:2]
  948. i18n/zrule.h [2:2]
  949. i18n/ztrans.cpp [2:2]
  950. i18n/ztrans.h [2:2]
  951. include/unicode/alphaindex.h [2:2]
  952. include/unicode/appendable.h [2:2]
  953. include/unicode/basictz.h [2:2]
  954. include/unicode/brkiter.h [2:2]
  955. include/unicode/bytestream.h [2:2]
  956. include/unicode/bytestrie.h [2:2]
  957. include/unicode/bytestriebuilder.h [2:2]
  958. include/unicode/calendar.h [2:2]
  959. include/unicode/caniter.h [2:2]
  960. include/unicode/casemap.h [2:2]
  961. include/unicode/char16ptr.h [2:2]
  962. include/unicode/chariter.h [2:2]
  963. include/unicode/choicfmt.h [2:2]
  964. include/unicode/coleitr.h [2:2]
  965. include/unicode/coll.h [2:2]
  966. include/unicode/compactdecimalformat.h [2:2]
  967. include/unicode/curramt.h [2:2]
  968. include/unicode/currpinf.h [2:2]
  969. include/unicode/currunit.h [2:2]
  970. include/unicode/datefmt.h [2:2]
  971. include/unicode/dbbi.h [2:2]
  972. include/unicode/dcfmtsym.h [2:2]
  973. include/unicode/decimfmt.h [2:2]
  974. include/unicode/displayoptions.h [2:2]
  975. include/unicode/docmain.h [2:2]
  976. include/unicode/dtfmtsym.h [2:2]
  977. include/unicode/dtintrv.h [2:2]
  978. include/unicode/dtitvfmt.h [2:2]
  979. include/unicode/dtitvinf.h [2:2]
  980. include/unicode/dtptngen.h [2:2]
  981. include/unicode/dtrule.h [2:2]
  982. include/unicode/edits.h [2:2]
  983. include/unicode/enumset.h [2:2]
  984. include/unicode/errorcode.h [2:2]
  985. include/unicode/fieldpos.h [2:2]
  986. include/unicode/filteredbrk.h [2:2]
  987. include/unicode/fmtable.h [2:2]
  988. include/unicode/format.h [2:2]
  989. include/unicode/formattednumber.h [2:2]
  990. include/unicode/formattedvalue.h [2:2]
  991. include/unicode/fpositer.h [2:2]
  992. include/unicode/gender.h [2:2]
  993. include/unicode/gregocal.h [2:2]
  994. include/unicode/icudataver.h [2:2]
  995. include/unicode/icuplug.h [2:2]
  996. include/unicode/idna.h [2:2]
  997. include/unicode/listformatter.h [2:2]
  998. include/unicode/localebuilder.h [2:2]
  999. include/unicode/localematcher.h [2:2]
  1000. include/unicode/localpointer.h [2:2]
  1001. include/unicode/locdspnm.h [2:2]
  1002. include/unicode/locid.h [2:2]
  1003. include/unicode/measfmt.h [2:2]
  1004. include/unicode/measunit.h [2:2]
  1005. include/unicode/measure.h [2:2]
  1006. include/unicode/messageformat2.h [2:2]
  1007. include/unicode/messageformat2_arguments.h [2:2]
  1008. include/unicode/messageformat2_data_model.h [2:2]
  1009. include/unicode/messageformat2_data_model_names.h [2:2]
  1010. include/unicode/messageformat2_formattable.h [2:2]
  1011. include/unicode/messageformat2_function_registry.h [2:2]
  1012. include/unicode/messagepattern.h [2:2]
  1013. include/unicode/msgfmt.h [2:2]
  1014. include/unicode/normalizer2.h [2:2]
  1015. include/unicode/normlzr.h [2:2]
  1016. include/unicode/nounit.h [2:2]
  1017. include/unicode/numberformatter.h [2:2]
  1018. include/unicode/numberrangeformatter.h [2:2]
  1019. include/unicode/numfmt.h [2:2]
  1020. include/unicode/numsys.h [2:2]
  1021. include/unicode/parseerr.h [2:2]
  1022. include/unicode/parsepos.h [2:2]
  1023. include/unicode/platform.h [2:2]
  1024. include/unicode/plurfmt.h [2:2]
  1025. include/unicode/plurrule.h [2:2]
  1026. include/unicode/ptypes.h [2:2]
  1027. include/unicode/putil.h [2:2]
  1028. include/unicode/rbbi.h [2:2]
  1029. include/unicode/rbnf.h [2:2]
  1030. include/unicode/rbtz.h [2:2]
  1031. include/unicode/regex.h [2:2]
  1032. include/unicode/region.h [2:2]
  1033. include/unicode/reldatefmt.h [2:2]
  1034. include/unicode/rep.h [2:2]
  1035. include/unicode/resbund.h [2:2]
  1036. include/unicode/schriter.h [2:2]
  1037. include/unicode/scientificnumberformatter.h [2:2]
  1038. include/unicode/search.h [2:2]
  1039. include/unicode/selfmt.h [2:2]
  1040. include/unicode/simpleformatter.h [2:2]
  1041. include/unicode/simplenumberformatter.h [2:2]
  1042. include/unicode/simpletz.h [2:2]
  1043. include/unicode/smpdtfmt.h [2:2]
  1044. include/unicode/sortkey.h [2:2]
  1045. include/unicode/std_string.h [2:2]
  1046. include/unicode/strenum.h [2:2]
  1047. include/unicode/stringoptions.h [2:2]
  1048. include/unicode/stringpiece.h [2:2]
  1049. include/unicode/stringtriebuilder.h [2:2]
  1050. include/unicode/stsearch.h [2:2]
  1051. include/unicode/symtable.h [2:2]
  1052. include/unicode/tblcoll.h [2:2]
  1053. include/unicode/timezone.h [2:2]
  1054. include/unicode/tmunit.h [2:2]
  1055. include/unicode/tmutamt.h [2:2]
  1056. include/unicode/tmutfmt.h [2:2]
  1057. include/unicode/translit.h [2:2]
  1058. include/unicode/tzfmt.h [2:2]
  1059. include/unicode/tznames.h [2:2]
  1060. include/unicode/tzrule.h [2:2]
  1061. include/unicode/tztrans.h [2:2]
  1062. include/unicode/ubidi.h [2:2]
  1063. include/unicode/ubrk.h [2:2]
  1064. include/unicode/ucal.h [2:2]
  1065. include/unicode/ucasemap.h [2:2]
  1066. include/unicode/ucat.h [2:2]
  1067. include/unicode/uchar.h [2:2]
  1068. include/unicode/ucharstrie.h [2:2]
  1069. include/unicode/ucharstriebuilder.h [2:2]
  1070. include/unicode/uchriter.h [2:2]
  1071. include/unicode/uclean.h [2:2]
  1072. include/unicode/ucnv.h [2:2]
  1073. include/unicode/ucnv_cb.h [2:2]
  1074. include/unicode/ucnv_err.h [2:2]
  1075. include/unicode/ucnvsel.h [2:2]
  1076. include/unicode/ucol.h [2:2]
  1077. include/unicode/ucoleitr.h [2:2]
  1078. include/unicode/uconfig.h [2:2]
  1079. include/unicode/ucpmap.h [2:2]
  1080. include/unicode/ucptrie.h [2:2]
  1081. include/unicode/ucsdet.h [2:2]
  1082. include/unicode/ucurr.h [2:2]
  1083. include/unicode/udat.h [2:2]
  1084. include/unicode/udata.h [2:2]
  1085. include/unicode/udateintervalformat.h [2:2]
  1086. include/unicode/udatpg.h [2:2]
  1087. include/unicode/udisplaycontext.h [2:2]
  1088. include/unicode/udisplayoptions.h [2:2]
  1089. include/unicode/uenum.h [2:2]
  1090. include/unicode/ufieldpositer.h [2:2]
  1091. include/unicode/uformattable.h [2:2]
  1092. include/unicode/uformattednumber.h [2:2]
  1093. include/unicode/uformattedvalue.h [2:2]
  1094. include/unicode/ugender.h [2:2]
  1095. include/unicode/uidna.h [2:2]
  1096. include/unicode/uiter.h [2:2]
  1097. include/unicode/uldnames.h [2:2]
  1098. include/unicode/ulistformatter.h [2:2]
  1099. include/unicode/uloc.h [2:2]
  1100. include/unicode/ulocale.h [2:2]
  1101. include/unicode/ulocbuilder.h [2:2]
  1102. include/unicode/ulocdata.h [2:2]
  1103. include/unicode/umachine.h [2:2]
  1104. include/unicode/umisc.h [2:2]
  1105. include/unicode/umsg.h [2:2]
  1106. include/unicode/umutablecptrie.h [2:2]
  1107. include/unicode/unifilt.h [2:2]
  1108. include/unicode/unifunct.h [2:2]
  1109. include/unicode/unimatch.h [2:2]
  1110. include/unicode/unirepl.h [2:2]
  1111. include/unicode/uniset.h [2:2]
  1112. include/unicode/unistr.h [2:2]
  1113. include/unicode/unorm.h [2:2]
  1114. include/unicode/unorm2.h [2:2]
  1115. include/unicode/unum.h [2:2]
  1116. include/unicode/unumberformatter.h [2:2]
  1117. include/unicode/unumberoptions.h [2:2]
  1118. include/unicode/unumberrangeformatter.h [2:2]
  1119. include/unicode/unumsys.h [2:2]
  1120. include/unicode/uobject.h [2:2]
  1121. include/unicode/upluralrules.h [2:2]
  1122. include/unicode/uregex.h [2:2]
  1123. include/unicode/uregion.h [2:2]
  1124. include/unicode/ureldatefmt.h [2:2]
  1125. include/unicode/urename.h [2:2]
  1126. include/unicode/urep.h [2:2]
  1127. include/unicode/ures.h [2:2]
  1128. include/unicode/uscript.h [2:2]
  1129. include/unicode/usearch.h [2:2]
  1130. include/unicode/uset.h [2:2]
  1131. include/unicode/usetiter.h [2:2]
  1132. include/unicode/ushape.h [2:2]
  1133. include/unicode/usimplenumberformatter.h [2:2]
  1134. include/unicode/uspoof.h [2:2]
  1135. include/unicode/usprep.h [2:2]
  1136. include/unicode/ustdio.h [2:2]
  1137. include/unicode/ustream.h [2:2]
  1138. include/unicode/ustring.h [2:2]
  1139. include/unicode/ustringtrie.h [2:2]
  1140. include/unicode/utext.h [2:2]
  1141. include/unicode/utf.h [2:2]
  1142. include/unicode/utf16.h [2:2]
  1143. include/unicode/utf32.h [2:2]
  1144. include/unicode/utf8.h [2:2]
  1145. include/unicode/utf_old.h [2:2]
  1146. include/unicode/utmscale.h [2:2]
  1147. include/unicode/utrace.h [2:2]
  1148. include/unicode/utrans.h [2:2]
  1149. include/unicode/utypes.h [2:2]
  1150. include/unicode/uvernum.h [2:2]
  1151. include/unicode/uversion.h [2:2]
  1152. include/unicode/vtzone.h [2:2]
  1153. io/locbund.cpp [2:2]
  1154. io/locbund.h [2:2]
  1155. io/sprintf.cpp [2:2]
  1156. io/sscanf.cpp [2:2]
  1157. io/ucln_io.cpp [2:2]
  1158. io/ucln_io.h [2:2]
  1159. io/ufile.cpp [2:2]
  1160. io/ufile.h [2:2]
  1161. io/ufmt_cmn.cpp [2:2]
  1162. io/ufmt_cmn.h [2:2]
  1163. io/uprintf.cpp [2:2]
  1164. io/uprintf.h [2:2]
  1165. io/uprntf_p.cpp [2:2]
  1166. io/uscanf.cpp [2:2]
  1167. io/uscanf.h [2:2]
  1168. io/uscanf_p.cpp [2:2]
  1169. io/ustdio.cpp [2:2]
  1170. io/ustream.cpp [2:2]
  1171. KEEP ICU 778506931a345aac92ca090e7dfded09
  1172. BELONGS ya.make
  1173. License text:
  1174. The ICU license is now in plain text format, see <a href="./LICENSE">LICENSE</a>.
  1175. Scancode info:
  1176. Original SPDX id: ICU
  1177. Score : 80.00
  1178. Match type : REFERENCE
  1179. Links : http://www.xfree86.org/3.3.6/COPYRIGHT2.html, https://spdx.org/licenses/ICU
  1180. Files with this license:
  1181. license.html [11:11]
  1182. KEEP BSD-3-Clause 7d06a43b6e52b86b42463f4b0edf59f4
  1183. BELONGS ya.make
  1184. Note: matched license text is too long. Read it in the source files.
  1185. Scancode info:
  1186. Original SPDX id: BSD-3-Clause
  1187. Score : 100.00
  1188. Match type : TEXT
  1189. Links : http://www.opensource.org/licenses/BSD-3-Clause, https://spdx.org/licenses/BSD-3-Clause
  1190. Files with this license:
  1191. LICENSE [183:209]
  1192. KEEP Unicode 82f4c9f53f2419878d32098c415360dc
  1193. BELONGS ya.make
  1194. License text:
  1195. License &amp; terms of use: http://www.unicode.org/copyright.html
  1196. Scancode info:
  1197. Original SPDX id: LicenseRef-scancode-unicode
  1198. Score : 55.00
  1199. Match type : REFERENCE
  1200. Links : http://unicode.org/, http://unicode.org/copyright.html, https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unicode.LICENSE
  1201. Files with this license:
  1202. APIChangeReport.html [1175:1175]
  1203. KEEP BSD-3-Clause 8324f1990c82a65667a0b4767115a5fa
  1204. BELONGS ya.make
  1205. Note: matched license text is too long. Read it in the source files.
  1206. Scancode info:
  1207. Original SPDX id: BSD-3-Clause
  1208. Score : 100.00
  1209. Match type : TEXT
  1210. Links : http://www.opensource.org/licenses/BSD-3-Clause, https://spdx.org/licenses/BSD-3-Clause
  1211. Files with this license:
  1212. LICENSE [150:175]
  1213. KEEP Unicode 85bddd3f2e4ea40e68200158e49af16d
  1214. BELONGS ya.make
  1215. License text:
  1216. * License & terms of use: http://www.unicode.org/copyright.html
  1217. Scancode info:
  1218. Original SPDX id: LicenseRef-scancode-unicode
  1219. Score : 55.00
  1220. Match type : REFERENCE
  1221. Links : http://unicode.org/, http://unicode.org/copyright.html, https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unicode.LICENSE
  1222. Files with this license:
  1223. icu4c.css [4:4]
  1224. KEEP Unicode 88a28f9208b91e774958ad1ca00a359c
  1225. BELONGS ya.make
  1226. Note: matched license text is too long. Read it in the source files.
  1227. Scancode info:
  1228. Original SPDX id: LicenseRef-scancode-unicode
  1229. Score : 90.19
  1230. Match type : TEXT
  1231. Links : http://unicode.org/, http://unicode.org/copyright.html, https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unicode.LICENSE
  1232. Files with this license:
  1233. LICENSE [13:39]
  1234. SKIP GPL-3.0-or-later AND LicenseRef-scancode-autoconf-simple-exception 8ff1db0ebdcd914b6d4c35c1539fefbf
  1235. BELONGS ya.make
  1236. Note: matched license text is too long. Read it in the source files.
  1237. Scancode info:
  1238. Original SPDX id: GPL-3.0-or-later
  1239. Score : 100.00
  1240. Match type : NOTICE
  1241. Links : http://www.gnu.org/licenses/gpl-3.0-standalone.html, https://spdx.org/licenses/GPL-3.0-or-later
  1242. Files with this license:
  1243. LICENSE [502:520]
  1244. Scancode info:
  1245. Original SPDX id: LicenseRef-scancode-autoconf-simple-exception
  1246. Score : 100.00
  1247. Match type : NOTICE
  1248. Links : https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob;f=config.guess;h=a7448442748cc6f98a066d2d1051fad3b043761a;hb=HEAD, https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/autoconf-simple-exception.LICENSE
  1249. Files with this license:
  1250. LICENSE [502:520]
  1251. KEEP ICU 91a085270fc1d48dfebdc6a3d48f02ae
  1252. BELONGS ya.make
  1253. License text:
  1254. <title>ICU License - moved to LICENSE</title>
  1255. Scancode info:
  1256. Original SPDX id: ICU
  1257. Score : 100.00
  1258. Match type : REFERENCE
  1259. Links : http://www.xfree86.org/3.3.6/COPYRIGHT2.html, https://spdx.org/licenses/ICU
  1260. Files with this license:
  1261. license.html [6:6]
  1262. SKIP GPL-2.0-or-later AND LicenseRef-scancode-autoconf-simple-exception-2.0 92b3c21f9f3c0bddf95618094fbfc825
  1263. BELONGS ya.make
  1264. # icu4j only
  1265. Note: matched license text is too long. Read it in the source files.
  1266. Scancode info:
  1267. Original SPDX id: GPL-2.0-or-later
  1268. Score : 100.00
  1269. Match type : NOTICE
  1270. Links : http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html, https://spdx.org/licenses/GPL-2.0-or-later
  1271. Files with this license:
  1272. LICENSE [471:490]
  1273. Scancode info:
  1274. Original SPDX id: LicenseRef-scancode-autoconf-simple-exception-2.0
  1275. Score : 100.00
  1276. Match type : NOTICE
  1277. Links : https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob;f=config.guess;h=a7448442748cc6f98a066d2d1051fad3b043761a;hb=HEAD, https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/autoconf-simple-exception-2.0.LICENSE
  1278. Files with this license:
  1279. LICENSE [471:490]
  1280. KEEP Unicode 97ae9be094ac18e768c99daabb0a51f3
  1281. BELONGS ya.make
  1282. License text:
  1283. "Copyright (C) 2016 and later: Unicode, Inc. and others. License &amp; terms of use: http://www.unicode.org/copyright.html"/>
  1284. Scancode info:
  1285. Original SPDX id: LicenseRef-scancode-unicode
  1286. Score : 55.00
  1287. Match type : REFERENCE
  1288. Links : http://unicode.org/, http://unicode.org/copyright.html, https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unicode.LICENSE
  1289. Files with this license:
  1290. readme.html [8:8]
  1291. KEEP ICU 98811e05c84f8fbcdfe1e50edea7f80e
  1292. BELONGS ya.make
  1293. Note: matched license text is too long. Read it in the source files.
  1294. Scancode info:
  1295. Original SPDX id: ICU
  1296. Score : 100.00
  1297. Match type : TEXT
  1298. Links : http://www.xfree86.org/3.3.6/COPYRIGHT2.html, https://spdx.org/licenses/ICU
  1299. Files with this license:
  1300. LICENSE [60:86]
  1301. KEEP BSD-2-Clause a1f7b82bf00bd77b34d242b9ce9a17a7
  1302. BELONGS ya.make
  1303. Note: matched license text is too long. Read it in the source files.
  1304. Scancode info:
  1305. Original SPDX id: BSD-2-Clause
  1306. Score : 100.00
  1307. Match type : TEXT
  1308. Links : http://opensource.org/licenses/bsd-license.php, http://www.opensource.org/licenses/BSD-2-Clause, https://spdx.org/licenses/BSD-2-Clause
  1309. Files with this license:
  1310. LICENSE [313:333]
  1311. KEEP Public-Domain b6459f851b20a51ad49d0fa7b53009d4
  1312. BELONGS ya.make
  1313. License text:
  1314. ICU uses the public domain data and code derived from Time Zone
  1315. Database for its time zone support. The ownership of the TZ database
  1316. Scancode info:
  1317. Original SPDX id: LicenseRef-scancode-public-domain
  1318. Score : 100.00
  1319. Match type : NOTICE
  1320. Links : http://www.linfo.org/publicdomain.html, https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/public-domain.LICENSE
  1321. Files with this license:
  1322. LICENSE [382:383]
  1323. KEEP BSD-3-Clause b9d405f527cf9e69808df67a0d5250f7
  1324. BELONGS ya.make
  1325. Note: matched license text is too long. Read it in the source files.
  1326. Scancode info:
  1327. Original SPDX id: BSD-3-Clause
  1328. Score : 100.00
  1329. Match type : TEXT
  1330. Links : http://www.opensource.org/licenses/BSD-3-Clause, https://spdx.org/licenses/BSD-3-Clause
  1331. Files with this license:
  1332. LICENSE [408:432]
  1333. KEEP Custom-punycode bd57aec5790d5e2d75543b49589d1e8e
  1334. BELONGS ya.make
  1335. Note: matched license text is too long. Read it in the source files.
  1336. Scancode info:
  1337. Original SPDX id: LicenseRef-scancode-other-permissive
  1338. Score : 93.55
  1339. Match type : TEXT
  1340. Links : https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/other-permissive.LICENSE
  1341. Files with this license:
  1342. common/punycode.cpp [27:37]
  1343. KEEP Unicode c244f57ef5111f62538f666d5a69c3b2
  1344. BELONGS ya.make
  1345. License text:
  1346. <a href="http://www.unicode.org/copyright.html">http://www.unicode.org/copyright.html</a><br/>
  1347. Scancode info:
  1348. Original SPDX id: LicenseRef-scancode-unicode
  1349. Score : 33.00
  1350. Match type : REFERENCE
  1351. Links : http://unicode.org/, http://unicode.org/copyright.html, https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unicode.LICENSE
  1352. Files with this license:
  1353. readme.html [25:25]
  1354. KEEP Unicode c4e2ec55560687007828230c4408c358
  1355. BELONGS ya.make
  1356. License text:
  1357. * License & terms of use: http://www.unicode.org/copyright.html
  1358. Scancode info:
  1359. Original SPDX id: LicenseRef-scancode-unicode
  1360. Score : 55.00
  1361. Match type : REFERENCE
  1362. Links : http://unicode.org/, http://unicode.org/copyright.html, https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unicode.LICENSE
  1363. Files with this license:
  1364. common/ubiditransform.cpp [5:5]
  1365. include/unicode/ubiditransform.h [5:5]
  1366. KEEP Unicode cb0ff77c7e8670167d90d82390df488a
  1367. BELONGS ya.make
  1368. License text:
  1369. \# License & terms of use: http://www.unicode.org/copyright.html
  1370. Scancode info:
  1371. Original SPDX id: LicenseRef-scancode-unicode
  1372. Score : 55.00
  1373. Match type : REFERENCE
  1374. Links : http://unicode.org/, http://unicode.org/copyright.html, https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unicode.LICENSE
  1375. Files with this license:
  1376. LICENSE [299:299]
  1377. KEEP ICU cc2755bc23e5c1ed387c4aa5f60872ff
  1378. BELONGS ya.make
  1379. License text:
  1380. /* This software is made available under the terms of the */
  1381. /* ICU License -- ICU 1.8.1 and later. */
  1382. Scancode info:
  1383. Original SPDX id: ICU
  1384. Score : 100.00
  1385. Match type : NOTICE
  1386. Links : http://www.xfree86.org/3.3.6/COPYRIGHT2.html, https://spdx.org/licenses/ICU
  1387. Files with this license:
  1388. i18n/decContext.cpp [8:9]
  1389. i18n/decContext.h [8:9]
  1390. i18n/decNumber.cpp [8:9]
  1391. i18n/decNumber.h [8:9]
  1392. i18n/decNumberLocal.h [8:9]
  1393. KEEP BSD-3-Clause d77fafb2d6fd816773f531a09c9a3be2
  1394. BELONGS ya.make
  1395. Note: matched license text is too long. Read it in the source files.
  1396. Scancode info:
  1397. Original SPDX id: BSD-3-Clause
  1398. Score : 100.00
  1399. Match type : NOTICE
  1400. Links : http://www.opensource.org/licenses/BSD-3-Clause, https://spdx.org/licenses/BSD-3-Clause
  1401. Files with this license:
  1402. LICENSE [92:97]
  1403. KEEP Public-Domain df2bc8dc262115ebbb828fdb29e6f95e
  1404. BELONGS ya.make
  1405. Note: matched license text is too long. Read it in the source files.
  1406. Scancode info:
  1407. Original SPDX id: LicenseRef-scancode-public-domain
  1408. Score : 100.00
  1409. Match type : TEXT
  1410. Links : http://www.linfo.org/publicdomain.html, https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/public-domain.LICENSE
  1411. Files with this license:
  1412. LICENSE [387:401]
  1413. KEEP BSD-3-Clause ec3329a454335b21cdaf87fb70c0e0a0
  1414. BELONGS ya.make
  1415. License text:
  1416. \# * Libtabe (Chinese)
  1417. \# - https://sourceforge.net/project/?group_id=1519
  1418. \# - Its license terms and conditions are shown below.
  1419. Scancode info:
  1420. Original SPDX id: BSD-3-Clause
  1421. Score : 100.00
  1422. Match type : REFERENCE
  1423. Links : http://www.opensource.org/licenses/BSD-3-Clause, https://spdx.org/licenses/BSD-3-Clause
  1424. Files with this license:
  1425. LICENSE [135:137]
  1426. KEEP BSD-3-Clause ed5db4de7c7d252513717a44353021e1
  1427. BELONGS ya.make
  1428. Note: matched license text is too long. Read it in the source files.
  1429. Scancode info:
  1430. Original SPDX id: BSD-3-Clause
  1431. Score : 100.00
  1432. Match type : TEXT
  1433. Links : http://www.opensource.org/licenses/BSD-3-Clause, https://spdx.org/licenses/BSD-3-Clause
  1434. Files with this license:
  1435. LICENSE [102:127]
  1436. SKIP NAIST-2003 f5bb6486b127439f59ff918b6dfc2d86
  1437. BELONGS ya.make
  1438. License text:
  1439. \# * IPADIC (Japanese)
  1440. \# - http://chasen.aist-nara.ac.jp/chasen/distribution.html
  1441. \# - Its license terms and conditions are shown below.
  1442. Scancode info:
  1443. Original SPDX id: NAIST-2003
  1444. Score : 100.00
  1445. Match type : REFERENCE
  1446. Links : https://spdx.org/licenses/NAIST-2003
  1447. Files with this license:
  1448. LICENSE [139:141]
  1449. KEEP BSD-3-Clause f903ceb778f6db21bac728e4622abbd4
  1450. BELONGS ya.make
  1451. Note: matched license text is too long. Read it in the source files.
  1452. Scancode info:
  1453. Original SPDX id: BSD-3-Clause
  1454. Score : 100.00
  1455. Match type : TEXT
  1456. Links : http://www.opensource.org/licenses/BSD-3-Clause, https://spdx.org/licenses/BSD-3-Clause
  1457. Files with this license:
  1458. i18n/double-conversion-bignum-dtoa.cpp [7:31]
  1459. i18n/double-conversion-bignum-dtoa.h [7:31]
  1460. i18n/double-conversion-bignum.cpp [7:31]
  1461. i18n/double-conversion-bignum.h [7:31]
  1462. i18n/double-conversion-cached-powers.cpp [7:31]
  1463. i18n/double-conversion-cached-powers.h [7:31]
  1464. i18n/double-conversion-diy-fp.h [7:31]
  1465. i18n/double-conversion-double-to-string.cpp [7:31]
  1466. i18n/double-conversion-double-to-string.h [7:31]
  1467. i18n/double-conversion-fast-dtoa.cpp [7:31]
  1468. i18n/double-conversion-fast-dtoa.h [7:31]
  1469. i18n/double-conversion-ieee.h [7:31]
  1470. i18n/double-conversion-string-to-double.cpp [7:31]
  1471. i18n/double-conversion-string-to-double.h [7:31]
  1472. i18n/double-conversion-strtod.cpp [7:31]
  1473. i18n/double-conversion-strtod.h [7:31]
  1474. i18n/double-conversion-utils.h [7:31]
  1475. i18n/double-conversion.h [7:31]