Changeset 11205 in josm
- Timestamp:
- 2016-10-31T22:14:13+01:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/routines/DomainValidator.java
r11179 r11205 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 201610 2600, Last Updated Wed Oct 2607:07:01 2016 UTC294 // Taken from Version 2016103001, Last Updated Mon Oct 31 07:07:01 2016 UTC 295 295 "aaa", // aaa American Automobile Association, Inc. 296 296 "aarp", // aarp AARP … … 382 382 "barefoot", // barefoot Gallo Vineyards, Inc. 383 383 "bargains", // bargains Half Hallow, LLC 384 "baseball", // baseball MLB Advanced Media DH, LLC 384 385 "basketball", // basketball Fédération Internationale de Basketball (FIBA) 385 386 "bauhaus", // bauhaus Werkhaus GmbH … … 466 467 "cartier", // cartier Richemont DNS Inc. 467 468 "casa", // casa Top Level Domain Holdings Limited 469 "case", // case CNH Industrial N.V. 470 "caseih", // caseih CNH Industrial N.V. 468 471 "cash", // cash Delta Lake, LLC 469 472 "casino", // casino Binky Sky, LLC … … 808 811 "itau", // itau Itau Unibanco Holding S.A. 809 812 "itv", // itv ITV Services Limited 813 "iveco", // iveco CNH Industrial N.V. 810 814 "iwc", // iwc Richemont DNS Inc. 811 815 "jaguar", // jaguar Jaguar Land Rover Ltd … … 987 991 "neustar", // neustar NeuStar, Inc. 988 992 "new", // new Charleston Road Registry Inc. 993 "newholland", // newholland CNH Industrial N.V. 989 994 "news", // news United TLD Holdco Ltd. 990 995 "next", // next Next plc
Note:
See TracChangeset
for help on using the changeset viewer.