Changeset 12441 in josm
- Timestamp:
- 2017-06-30T16:35:15+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/routines/DomainValidator.java
r12398 r12441 296 296 // WARNING: this array MUST be sorted, otherwise it cannot be searched reliably using binary search 297 297 private static final String[] GENERIC_TLDS = new String[] { 298 // Taken from Version 201706 1100, Last Updated Sun Jun 1107:07:01 2017 UTC298 // Taken from Version 2017063000, Last Updated Fri Jun 30 07:07:01 2017 UTC 299 299 "aaa", // aaa American Automobile Association, Inc. 300 300 "aarp", // aarp AARP … … 747 747 "green", // green Afilias Limited 748 748 "gripe", // gripe Corn Sunset, LLC 749 "grocery", // grocery Wal-Mart Stores, Inc. 749 750 "group", // group Romeo Town, LLC 750 751 "guardian", // guardian The Guardian Life Insurance Company of America … … 939 940 "management", // management John Goodbye, LLC 940 941 "mango", // mango PUNTO FA S.L. 942 "map", // map Charleston Road Registry Inc. 941 943 "market", // market Unitied TLD Holdco, Ltd 942 944 "marketing", // marketing Fern Pass, LLC … … 1075 1077 "pfizer", // pfizer Pfizer Inc. 1076 1078 "pharmacy", // pharmacy National Association of Boards of Pharmacy 1079 "phd", // phd Charleston Road Registry Inc. 1077 1080 "philips", // philips Koninklijke Philips N.V. 1078 1081 "phone", // phone Dish DBS Corporation … … 1200 1203 "scor", // scor SCOR SE 1201 1204 "scot", // scot Dot Scot Registry Limited 1205 "search", // search Charleston Road Registry Inc. 1202 1206 "seat", // seat SEAT, S.A. (Sociedad Unipersonal) 1203 1207 "secure", // secure Amazon Registry Services, Inc.
Note:
See TracChangeset
for help on using the changeset viewer.