Changeset 10785 in josm for trunk/src/org
- Timestamp:
- 2016-08-11T21:39:07+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/routines/DomainValidator.java
r10772 r10785 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 201608 0900, Last Updated Tue Aug 9 07:07:022016 UTC294 // Taken from Version 2016081100, Last Updated Thu Aug 11 07:07:01 2016 UTC 295 295 "aaa", // aaa American Automobile Association, Inc. 296 296 "aarp", // aarp AARP … … 452 452 "capetown", // capetown ZA Central Registry NPC trading as ZA Central Registry 453 453 "capital", // capital Delta Mill, LLC 454 "capitalone", // capitalone Capital One Financial Corporation 454 455 "car", // car Cars Registry Limited 455 456 "caravan", // caravan Caravan International, Inc. … … 572 573 "discount", // discount Holly Hill, LLC 573 574 "discover", // discover Discover Financial Services 575 "dish", // dish Dish DBS Corporation 574 576 "dnp", // dnp Dai Nippon Printing Co., Ltd. 575 577 "docs", // docs Charleston Road Registry Inc. … … 752 754 "host", // host DotHost Inc. 753 755 "hosting", // hosting Uniregistry, Corp. 756 "hot", // hot Amazon Registry Services, Inc. 754 757 "hoteles", // hoteles Travel Reservations SRL 755 758 "hotmail", // hotmail Microsoft Corporation … … 758 761 "hsbc", // hsbc HSBC Holdings PLC 759 762 "htc", // htc HTC corporation 763 "hughes", // hughes Hughes Satellite Systems Corporation 760 764 "hyatt", // hyatt Hyatt GTLD, L.L.C. 761 765 "hyundai", // hyundai Hyundai Motor Company … … 1029 1033 "party", // party Blue Sky Registry Limited 1030 1034 "passagens", // passagens Travel Reservations SRL 1035 "pay", // pay Amazon Registry Services, Inc. 1031 1036 "pccw", // pccw PCCW Enterprises Limited 1032 1037 "pet", // pet Afilias plc … … 1151 1156 "scot", // scot Dot Scot Registry Limited 1152 1157 "seat", // seat SEAT, S.A. (Sociedad Unipersonal) 1158 "secure", // secure Amazon Registry Services, Inc. 1153 1159 "security", // security XYZ.COM LLC 1154 1160 "seek", // seek Seek Limited … … 1183 1189 "sky", // sky Sky International AG 1184 1190 "skype", // skype Microsoft Corporation 1191 "sling", // sling Hughes Satellite Systems Corporation 1185 1192 "smart", // smart Smart Communications, Inc. (SMART) 1186 1193 "smile", // smile Amazon Registry Services, Inc.
Note:
See TracChangeset
for help on using the changeset viewer.