Changeset 13580 in josm


Ignore:
Timestamp:
2018-03-27T18:32:26+02:00 (7 years ago)
Author:
stoecker
Message:

don't issue error when license matches attribution (forgot direct match)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/scripts/SyncEditorLayerIndex.groovy

    r13579 r13580  
    560560                        } else {
    561561                            def ja = getAttributionUrl(j)
    562                             if (ja && (ja.equals(ethttps) || ja.equals(et+"/") || ja.equals(ethttps+"/"))) {
     562                            if (ja && (ja.equals(et) || ja.equals(ethttps) || ja.equals(et+"/") || ja.equals(ethttps+"/"))) {
    563563                               myprintln "+ ELI License URL in JOSM Attribution: ${getDescription(j)}"
    564564                            } else {
Note: See TracChangeset for help on using the changeset viewer.