Changeset 10595 in josm
- Timestamp:
- 2016-07-23T00:48:08+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/routines/DomainValidator.java
r10572 r10595 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 000, Last UpdatedWed Jul 2007:07:01 2016 UTC294 // Taken from Version 2016072200, Last Updated Fri Jul 22 07:07:01 2016 UTC 295 295 "aaa", // aaa American Automobile Association, Inc. 296 296 "aarp", // aarp AARP … … 554 554 "dnp", // dnp Dai Nippon Printing Co., Ltd. 555 555 "docs", // docs Charleston Road Registry Inc. 556 "doctor", // doctor Brice Trail, LLC 556 557 "dog", // dog Koko Mill, LLC 557 558 "doha", // doha Communications Regulatory Authority (CRA) … … 562 563 "dtv", // dtv Dish DBS Corporation 563 564 "dubai", // dubai Dubai Smart Government Department 565 "duck", // duck Johnson Shareholdings, Inc. 564 566 "dunlop", // dunlop The Goodyear Tire & Rubber Company 565 567 "dupont", // dupont E. I. du Pont de Nemours and Company … … 733 735 "ice", // ice IntercontinentalExchange, Inc. 734 736 "icu", // icu One.com A/S 737 "ieee", // ieee IEEE Global LLC 735 738 "ifm", // ifm ifm electronic gmbh 736 739 "iinet", // iinet Connect West Pty. Ltd. … … 947 950 "nyc", // nyc The City of New York by and through the New York City Department of Information Technology & Telecommunications 948 951 "obi", // obi OBI Group Holding SE & Co. KGaA 952 "off", // off Johnson Shareholdings, Inc. 949 953 "office", // office Microsoft Corporation 950 954 "okinawa", // okinawa BusinessRalliart inc. … … 1027 1031 "quest", // quest Quest ION Limited 1028 1032 "racing", // racing Premier Registry Limited 1033 "raid", // raid Johnson Shareholdings, Inc. 1029 1034 "read", // read Amazon Registry Services, Inc. 1030 1035 "realestate", // realestate dotRealEstate LLC … … 1053 1058 "richardli", // richardli Pacific Century Asset Management (HK) Limited 1054 1059 "ricoh", // ricoh Ricoh Company, Ltd. 1060 "rightathome", // rightathome Johnson Shareholdings, Inc. 1055 1061 "rio", // rio Empresa Municipal de Informática SA - IPLANRIO 1056 1062 "rip", // rip United TLD Holdco Ltd. … … 1090 1096 "schule", // schule Outer Moon, LLC 1091 1097 "schwarz", // schwarz Schwarz Domains und Services GmbH & Co. KG 1098 "scjohnson", // scjohnson Johnson Shareholdings, Inc. 1092 1099 "science", // science dot Science Limited 1093 1100 "scor", // scor SCOR SE … … 1167 1174 "suzuki", // suzuki SUZUKI MOTOR CORPORATION 1168 1175 "swatch", // swatch The Swatch Group Ltd 1176 "swiftcover", // swiftcover Swiftcover Insurance Services Limited 1169 1177 "swiss", // swiss Swiss Confederation 1170 1178 "sydney", // sydney State of New South Wales, Department of Premier and Cabinet … … 1194 1202 "theater", // theater Blue Tigers, LLC 1195 1203 "theatre", // theatre XYZ.COM LLC 1204 "tiaa", // tiaa Teachers Insurance and Annuity Association of America 1196 1205 "tickets", // tickets Accent Media Limited 1197 1206 "tienda", // tienda Victor Manor, LLC
Note:
See TracChangeset
for help on using the changeset viewer.