Index: /trunk/scripts/SyncEditorLayerIndex.groovy
===================================================================
--- /trunk/scripts/SyncEditorLayerIndex.groovy	(revision 13578)
+++ /trunk/scripts/SyncEditorLayerIndex.groovy	(revision 13579)
@@ -559,5 +559,10 @@
                             myprintln "+ License URL differs ('${et}' != '${jt}'): ${getDescription(j)}"
                         } else {
-                            myprintln "* License URL differs ('${et}' != '${jt}'): ${getDescription(j)}"
+                            def ja = getAttributionUrl(j)
+                            if (ja && (ja.equals(ethttps) || ja.equals(et+"/") || ja.equals(ethttps+"/"))) {
+                               myprintln "+ ELI License URL in JOSM Attribution: ${getDescription(j)}"
+                            } else {
+                                myprintln "* License URL differs ('${et}' != '${jt}'): ${getDescription(j)}"
+                            }
                         }
                     }
