Changeset 10377 in josm for trunk/src/org
- Timestamp:
- 2016-06-14T22:25:40+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/routines/DomainValidator.java
r10341 r10377 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 201606 0800, Last Updated Wed Jun 807:07:01 2016 UTC292 // Taken from Version 2016061301, Last Updated Tue Jun 14 07:07:01 2016 UTC 293 293 "aaa", // aaa American Automobile Association, Inc. 294 294 "aarp", // aarp AARP … … 315 315 "agency", // agency Steel Falls, LLC 316 316 "aig", // aig American International Group, Inc. 317 "airbus", // airbus Airbus S.A.S. 317 318 "airforce", // airforce United TLD Holdco Ltd. 318 319 "airtel", // airtel Bharti Airtel Limited … … 323 324 "ally", // ally Ally Financial Inc. 324 325 "alsace", // alsace REGION D ALSACE 326 "alstom", // alstom ALSTOM 325 327 "amica", // amica Amica Mutual Insurance Company 326 328 "amsterdam", // amsterdam Gemeente Amsterdam … … 546 548 "dtv", // dtv Dish DBS Corporation 547 549 "dubai", // dubai Dubai Smart Government Department 550 "dunlop", // dunlop The Goodyear Tire & Rubber Company 551 "dupont", // dupont E. I. du Pont de Nemours and Company 548 552 "durban", // durban ZA Central Registry NPC trading as ZA Central Registry 549 553 "dvag", // dvag Deutsche Vermögensberatung Aktiengesellschaft DVAG … … 562 566 "epson", // epson Seiko Epson Corporation 563 567 "equipment", // equipment Corn Station, LLC 568 "ericsson", // ericsson Telefonaktiebolaget L M Ericsson 564 569 "erni", // erni ERNI Group Holding AG 565 570 "esq", // esq Charleston Road Registry Inc. … … 650 655 "golf", // golf Lone Falls, LLC 651 656 "goo", // goo NTT Resonant Inc. 657 "goodyear", // goodyear The Goodyear Tire & Rubber Company 652 658 "goog", // goog Charleston Road Registry Inc. 653 659 "google", // google Charleston Road Registry Inc. … … 758 764 "koeln", // koeln NetCologne Gesellschaft für Telekommunikation mbH 759 765 "komatsu", // komatsu Komatsu Ltd. 766 "kosher", // kosher Kosher Marketing Assets LLC 760 767 "kpmg", // kpmg KPMG International Cooperative (KPMG International Genossenschaft) 761 768 "kpn", // kpn Koninklijke KPN N.V.
Note:
See TracChangeset
for help on using the changeset viewer.