On Fri, 3 May 2019 15:01:19 +0200 Julien Lepiller wrote: > * gnu/packages/java.scm (java-jsonp-api): New variable. > +(define-public java-jsonp-api > + (package > + (name "java-jsonp-api") > + (version "1.1.5") > + (home-page "https://javaee.github.io/jsonp/") New Homepage since Eclipse took over JEE es here: https://eclipse-ee4j.github.io/jsonp/ > + (license (list license:gpl2 > + license:epl2.0)))) Could you clarify that it is EPL _or_ GPL, and that it is GPL+classpath exception? Would it make sense to have its own entry in the license module for GPL+classpath-exception in general? Though when searching through the GNU licenses pages I havn't found a special entry for that. Otherwise, LGTM. Thanks, Björn