Changeset 10675 in josm
- Timestamp:
- 2016-07-30T11:26:21+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/routines/DomainValidator.java
r10666 r10675 292 292 // WARNING: this array MUST be sorted, otherwise it cannot be searched reliably using binary search 293 293 private static final String[] GENERIC_TLDS = new String[] { 294 // Taken from Version 2016072 700, Last Updated Wed Jul 2707:07:01 2016 UTC294 // Taken from Version 2016072900, Last Updated Fri Jul 29 07:07:01 2016 UTC 295 295 "aaa", // aaa American Automobile Association, Inc. 296 296 "aarp", // aarp AARP 297 297 "abb", // abb ABB Ltd 298 "abc", // abc Disney Enterprises, Inc. 298 299 "abbott", // abbott Abbott Laboratories, Inc. 299 300 "abbvie", // abbvie AbbVie Inc. … … 362 363 "baby", // baby Johnson & Johnson Services, Inc. 363 364 "baidu", // baidu Baidu, Inc. 365 "banamex", // banamex Citigroup Inc. 364 366 "band", // band United TLD Holdco, Ltd 365 367 "bank", // bank fTLD Registry Services, LLC … … 471 473 "christmas", // christmas Uniregistry, Corp. 472 474 "chrome", // chrome Charleston Road Registry Inc. 475 "chrysler", // chrysler FCA US LLC. 473 476 "church", // church Holly Fileds, LLC 474 477 "cipriani", // cipriani Hotel Cipriani Srl … … 476 479 "cisco", // cisco Cisco Technology, Inc. 477 480 "citadel", // citadel Citadel Domain LLC 481 "citi", // citi Citigroup Inc. 478 482 "citic", // citic CITIC Group Corporation 479 483 "city", // city Snow Sky, LLC … … 556 560 "directory", // directory Extra Madison, LLC 557 561 "discount", // discount Holly Hill, LLC 562 "discover", // discover Discover Financial Services 558 563 "dnp", // dnp Dai Nippon Printing Co., Ltd. 559 564 "docs", // docs Charleston Road Registry Inc. … … 671 676 "gives", // gives United TLD Holdco Ltd. 672 677 "giving", // giving Giving Limited 678 "glade", // glade Johnson Shareholdings, Inc. 673 679 "glass", // glass Black Cover, LLC 674 680 "gle", // gle Charleston Road Registry Inc. … … 737 743 "hsbc", // hsbc HSBC Holdings PLC 738 744 "htc", // htc HTC corporation 745 "hyatt", // hyatt Hyatt GTLD, L.L.C. 739 746 "hyundai", // hyundai Hyundai Motor Company 740 747 "ibm", // ibm International Business Machines Corporation … … 759 766 "insure", // insure Pioneer Willow, LLC 760 767 "int", // int Internet Assigned Numbers Authority 768 "intel", // intel Intel Corporation 761 769 "international", // international Wild Way, LLC 762 770 "intuit", // intuit Intuit Administrative Services, Inc. … … 775 783 "jcb", // jcb JCB Co., Ltd. 776 784 "jcp", // jcp JCP Media, Inc. 785 "jeep", // jeep FCA US LLC. 777 786 "jetzt", // jetzt New TLD Company AB 778 787 "jewelry", // jewelry Wild Bloom, LLC … … 1021 1030 "porn", // porn ICM Registry PN LLC 1022 1031 "post", // post Universal Postal Union 1032 "pramerica", // pramerica Prudential Financial, Inc. 1023 1033 "praxi", // praxi Praxi S.p.A. 1024 1034 "press", // press DotPress Inc. … … 1033 1043 "property", // property Uniregistry, Corp. 1034 1044 "protection", // protection XYZ.COM LLC 1045 "pru", // pru Prudential Financial, Inc. 1046 "prudential", // prudential Prudential Financial, Inc. 1035 1047 "pub", // pub United TLD Holdco Ltd. 1036 1048 "pwc", // pwc PricewaterhouseCoopers LLP … … 1158 1170 "spreadbetting", // spreadbetting DOTSPREADBETTING REGISTRY LTD 1159 1171 "srl", // srl InterNetX Corp. 1172 "srt", // srt FCA US LLC. 1160 1173 "stada", // stada STADA Arzneimittel AG 1161 1174 "staples", // staples Staples, Inc. … … 1247 1260 "tvs", // tvs T V SUNDRAM IYENGAR & SONS PRIVATE LIMITED 1248 1261 "ubs", // ubs UBS AG 1262 "uconnect", // uconnect FCA US LLC. 1249 1263 "unicom", // unicom China United Network Communications Corporation Limited 1250 1264 "university", // university Little Station, LLC … … 1267 1281 "vip", // vip Minds + Machines Group Limited 1268 1282 "virgin", // virgin Virgin Enterprises Limited 1283 "visa", // visa Visa Worldwide Pte. Limited 1269 1284 "vision", // vision Koko Station, LLC 1270 1285 "vista", // vista Vistaprint Limited
Note:
See TracChangeset
for help on using the changeset viewer.