Changeset 10509 in josm
- Timestamp:
- 2016-07-03T20:36:56+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/routines/DomainValidator.java
r10506 r10509 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 2016070 101, Last Updated Sat Jul 207:07:01 2016 UTC294 // Taken from Version 2016070300, Last Updated Sun Jul 3 07:07:01 2016 UTC 295 295 "aaa", // aaa American Automobile Association, Inc. 296 296 "aarp", // aarp AARP … … 448 448 "cba", // cba COMMONWEALTH BANK OF AUSTRALIA 449 449 "cbn", // cbn The Christian Broadcasting Network, Inc. 450 "cbre", // cbre CBRE, Inc. 450 451 "ceb", // ceb The Corporate Executive Board Company 451 452 "center", // center Tin Mill, LLC … … 1076 1077 "sexy", // sexy Uniregistry, Corp. 1077 1078 "sfr", // sfr Societe Francaise du Radiotelephone - SFR 1079 "shangrila", // shangrila Shangri‐La International Hotel Management Limited 1078 1080 "sharp", // sharp Sharp Corporation 1079 1081 "shaw", // shaw Shaw Cablesystems G.P. … … 1274 1276 "xn--55qw42g", // 公益 China Organizational Name Administration Center 1275 1277 "xn--55qx5d", // 公司 Computer Network Information Center of Chinese Academy of Sciences (China Internet Network Information Center) 1278 "xn--5su34j936bgsg", // 香格里拉 Shangri‐La International Hotel Management Limited 1276 1279 "xn--5tzm5g", // 网站 Global Website TLD Asia Limited 1277 1280 "xn--6frz82g", // 移动 Afilias Limited … … 1365 1368 "zero", // zero Amazon Registry Services, Inc. 1366 1369 "zip", // zip Charleston Road Registry Inc. 1370 "zippo", // zippo Zadco Company 1367 1371 "zone", // zone Outer Falls, LLC 1368 1372 "zuerich", // zuerich Kanton Zürich (Canton of Zurich)
Note:
See TracChangeset
for help on using the changeset viewer.