Changeset 10092 in josm
- Timestamp:
- 2016-03-31T23:51:13+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/routines/DomainValidator.java
r10042 r10092 290 290 // WARNING: this array MUST be sorted, otherwise it cannot be searched reliably using binary search 291 291 private static final String[] GENERIC_TLDS = new String[] { 292 // Taken from Version 201603 2600, Last Updated Sat Mar 2607:07:01 2016 UTC292 // Taken from Version 2016033100, Last Updated Thu Mar 31 07:07:01 2016 UTC 293 293 "aaa", // aaa American Automobile Association, Inc. 294 294 "aarp", // aarp AARP … … 322 322 "analytics", // analytics Campus IP LLC 323 323 "android", // android Charleston Road Registry Inc. 324 "anquan", // anquan QIHOO 360 TECHNOLOGY CO. LTD. 324 325 "apartments", // apartments June Maple, LLC 325 326 "app", // app Charleston Road Registry Inc. … … 703 704 "java", // java Oracle Corporation 704 705 "jcb", // jcb JCB Co., Ltd. 706 "jcp", // jcp JCP Media, Inc. 705 707 "jetzt", // jetzt New TLD Company AB 706 708 "jewelry", // jewelry Wild Bloom, LLC … … 845 847 "ninja", // ninja United TLD Holdco Ltd. 846 848 "nissan", // nissan NISSAN MOTOR CO., LTD. 849 "nissay", // nissay Nippon Life Insurance Company 847 850 "nokia", // nokia Nokia Corporation 848 851 "norton", // norton Symantec Corporation … … 998 1001 "shiksha", // shiksha Afilias Limited 999 1002 "shoes", // shoes Binky Galley, LLC 1003 "shouji", // shouji QIHOO 360 TECHNOLOGY CO. LTD. 1000 1004 "show", // show Snow Beach, LLC 1001 1005 "shriram", // shriram Shriram Capital Ltd. 1006 "sina", // sina Sina Corporation 1002 1007 "singles", // singles Fern Madison, LLC 1003 1008 "site", // site DotSite Inc. … … 1162 1167 "xbox", // xbox Microsoft Corporation 1163 1168 "xerox", // xerox Xerox DNHC LLC 1169 "xihuan", // xihuan QIHOO 360 TECHNOLOGY CO. LTD. 1164 1170 "xin", // xin Elegant Leader Limited 1165 1171 "xn--11b4c3d", // कॉम VeriSign Sarl … … 1255 1261 "you", // you Amazon Registry Services, Inc. 1256 1262 "youtube", // youtube Charleston Road Registry Inc. 1263 "yun", // yun QIHOO 360 TECHNOLOGY CO. LTD. 1257 1264 "zara", // zara Industria de Diseño Textil, S.A. (INDITEX, S.A.) 1258 1265 "zero", // zero Amazon Registry Services, Inc.
Note:
See TracChangeset
for help on using the changeset viewer.