Changeset 10042 in josm for trunk/src/org


Ignore:
Timestamp:
2016-03-26T14:35:05+01:00 (8 years ago)
Author:
Don-vip
Message:

update new TLD from IANA - version 2016032600

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/validation/routines/DomainValidator.java

    r10038 r10042  
    290290    // WARNING: this array MUST be sorted, otherwise it cannot be searched reliably using binary search
    291291    private static final String[] GENERIC_TLDS = new String[] {
    292         // Taken from Version 2016032401, Last Updated Fri Mar 25 07:07:01 2016 UTC
     292        // Taken from Version 2016032600, Last Updated Sat Mar 26 07:07:01 2016 UTC
    293293        "aaa", // aaa American Automobile Association, Inc.
    294294        "aarp", // aarp AARP
     
    340340        "autos", // autos DERAutos, LLC
    341341        "avianca", // avianca Aerovias del Continente Americano S.A. Avianca
     342        "aws", // aws Amazon Registry Services, Inc.
    342343        "axa", // axa AXA SA
    343344        "azure", // azure Microsoft Corporation
     
    556557        "exposed", // exposed Victor Beach, LLC
    557558        "express", // express Sea Sunset, LLC
     559        "extraspace", // extraspace Extra Space Storage LLC
    558560        "fage", // fage Fage International S.A.
    559561        "fail", // fail Atomic Pipe, LLC
     
    10491051        "tab", // tab Tabcorp Holdings Limited
    10501052        "taipei", // taipei Taipei City Government
     1053        "talk", // talk Amazon Registry Services, Inc.
    10511054        "taobao", // taobao Alibaba Group Holding Limited
    10521055        "tatamotors", // tatamotors Tata Motors Ltd
     
    11931196        "xn--efvy88h", // 新闻 Xinhua News Agency Guangdong Branch 新华通讯社广东分社
    11941197        "xn--estv75g", // 工行 Industrial and Commercial Bank of China Limited
     1198        "xn--fct429k", // 家電 Amazon Registry Services, Inc.
    11951199        "xn--fhbei", // كوم VeriSign Sarl
    11961200        "xn--fiq228c5hs", // 中文网 TLD REGISTRY LIMITED
     
    12491253        "yoga", // yoga Top Level Domain Holdings Limited
    12501254        "yokohama", // yokohama GMO Registry, Inc.
     1255        "you", // you Amazon Registry Services, Inc.
    12511256        "youtube", // youtube Charleston Road Registry Inc.
    12521257        "zara", // zara Industria de Diseño Textil, S.A. (INDITEX, S.A.)
Note: See TracChangeset for help on using the changeset viewer.