Changeset 10151 in josm for trunk/src/org/openstreetmap/josm/data
- Timestamp:
- 2016-04-20T23:48:10+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/routines/DomainValidator.java
r10147 r10151 290 290 // WARNING: this array MUST be sorted, otherwise it cannot be searched reliably using binary search 291 291 private static final String[] GENERIC_TLDS = new String[] { 292 // Taken from Version 201604 1501, Last Updated Sat Apr 1607:07:01 2016 UTC292 // Taken from Version 2016042000, Last Updated Wed Apr 20 07:07:01 2016 UTC 293 293 "aaa", // aaa American Automobile Association, Inc. 294 294 "aarp", // aarp AARP … … 311 311 "aero", // aero Societe Internationale de Telecommunications Aeronautique (SITA INC USA) 312 312 "afl", // afl Australian Football League 313 "agakhan", // agakhan Fondation Aga Khan (Aga Khan Foundation) 313 314 "agency", // agency Steel Falls, LLC 314 315 "aig", // aig American International Group, Inc. 315 316 "airforce", // airforce United TLD Holdco Ltd. 316 317 "airtel", // airtel Bharti Airtel Limited 318 "akdn", // akdn Fondation Aga Khan (Aga Khan Foundation) 317 319 "alibaba", // alibaba Alibaba Group Holding Limited 318 320 "alipay", // alipay Alibaba Group Holding Limited … … 602 604 "frogans", // frogans OP3FT 603 605 "frontier", // frontier Frontier Communications Corporation 606 "ftr", // ftr Frontier Communications Corporation 604 607 "fund", // fund John Castle, LLC 605 608 "furniture", // furniture Lone Fields, LLC … … 685 688 "ifm", // ifm ifm electronic gmbh 686 689 "iinet", // iinet Connect West Pty. Ltd. 690 "imamat", // imamat Fondation Aga Khan (Aga Khan Foundation) 687 691 "immo", // immo Auburn Bloom, LLC 688 692 "immobilien", // immobilien United TLD Holdco Ltd. … … 701 705 "irish", // irish Dot-Irish LLC 702 706 "iselect", // iselect iSelect Ltd 707 "ismaili", // ismaili Fondation Aga Khan (Aga Khan Foundation) 703 708 "ist", // ist Istanbul Metropolitan Municipality 704 709 "istanbul", // istanbul Istanbul Metropolitan Municipality / Medya A.S. … … 980 985 "sas", // sas Research IP LLC 981 986 "saxo", // saxo Saxo Bank A/S 987 "sbi", // sbi STATE BANK OF INDIA 982 988 "sbs", // sbs SPECIAL BROADCASTING SERVICE CORPORATION 983 989 "sca", // sca SVENSKA CELLULOSA AKTIEBOLAGET SCA (publ) … … 1039 1045 "star", // star Star India Private Limited 1040 1046 "starhub", // starhub StarHub Limited 1047 "statebank", // statebank STATE BANK OF INDIA 1041 1048 "statefarm", // statefarm State Farm Mutual Automobile Insurance Company 1042 1049 "statoil", // statoil Statoil ASA … … 1192 1199 "xn--55qw42g", // 公益 China Organizational Name Administration Center 1193 1200 "xn--55qx5d", // 公司 Computer Network Information Center of Chinese Academy of Sciences (China Internet Network Information Center) 1201 "xn--5tzm5g", // 网站 Global Website TLD Asia Limited 1194 1202 "xn--6frz82g", // 移动 Afilias Limited 1195 1203 "xn--6qq986b3xl", // 我爱你 Tycoon Treasure Limited
Note:
See TracChangeset
for help on using the changeset viewer.