Changeset 10772 in josm
- Timestamp:
- 2016-08-09T23:04:15+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/routines/DomainValidator.java
r10738 r10772 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 2016080 402, Last Updated Fri Aug 5 07:07:012016 UTC294 // Taken from Version 2016080900, Last Updated Tue Aug 9 07:07:02 2016 UTC 295 295 "aaa", // aaa American Automobile Association, Inc. 296 296 "aarp", // aarp AARP … … 333 333 "alsace", // alsace REGION D ALSACE 334 334 "alstom", // alstom ALSTOM 335 "americanexpress", // americanexpress American Express Travel Related Services Company, Inc. 335 336 "americanfamily", // americanfamily AmFam, Inc. 337 "amex", // amex American Express Travel Related Services Company, Inc. 336 338 "amfam", // amfam AmFam, Inc. 337 339 "amica", // amica Amica Mutual Insurance Company … … 907 909 "mattel", // mattel Mattel Sites, Inc. 908 910 "mba", // mba Lone Hollow, LLC 911 "mcd", // mcd McDonald’s Corporation 912 "mcdonalds", // mcdonalds McDonald’s Corporation 909 913 "mckinsey", // mckinsey McKinsey Holdings, Inc. 910 914 "med", // med Medistry LLC … … 1004 1008 "onyourside", // onyourside Nationwide Mutual Insurance Company 1005 1009 "ooo", // ooo INFIBEAM INCORPORATION LIMITED 1010 "open", // open American Express Travel Related Services Company, Inc. 1006 1011 "oracle", // oracle Oracle Corporation 1007 1012 "orange", // orange Orange Brand Services Limited
Note:
See TracChangeset
for help on using the changeset viewer.