Changeset 9962 in josm
- Timestamp:
- 2016-03-11T20:13:38+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/routines/DomainValidator.java
r9927 r9962 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 0500, Last Updated Sat Mar 507:07:01 2016 UTC292 // Taken from Version 2016031001, Last Updated Fri Mar 11 07:07:01 2016 UTC 293 293 "aaa", // aaa American Automobile Association, Inc. 294 294 "aarp", // aarp AARP … … 338 338 "auto", // auto Uniregistry, Corp. 339 339 "autos", // autos DERAutos, LLC 340 "avianca", // avianca Aerovias del Continente Americano S.A. Avianca 340 341 "axa", // axa AXA SA 341 342 "azure", // azure Microsoft Corporation … … 352 353 "bbc", // bbc British Broadcasting Corporation 353 354 "bbva", // bbva BANCO BILBAO VIZCAYA ARGENTARIA, S.A. 355 "bcg", // bcg The Boston Consulting Group, Inc. 354 356 "bcn", // bcn Municipi de Barcelona 355 357 "beats", // beats Beats Electronics, LLC … … 616 618 "globo", // globo Globo Comunicação e Participações S.A 617 619 "gmail", // gmail Charleston Road Registry Inc. 620 "gmbh", // gmbh Extra Dynamite, LLC 618 621 "gmo", // gmo GMO Internet, Inc. 619 622 "gmx", // gmx 1&1 Mail & Media GmbH … … 760 763 "loan", // loan dot Loan Limited 761 764 "loans", // loans June Woods, LLC 765 "locus", // locus Locus Analytics LLC 762 766 "lol", // lol Uniregistry, Corp. 763 767 "london", // london Dot London Domains Limited … … 1071 1075 "toray", // toray Toray Industries, Inc. 1072 1076 "toshiba", // toshiba TOSHIBA Corporation 1077 "total", // total Total SA 1073 1078 "tours", // tours Sugar Station, LLC 1074 1079 "town", // town Koko Moon, LLC
Note:
See TracChangeset
for help on using the changeset viewer.