X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=runtime%2Forg.argeo.slc.repo%2Fsrc%2Fmain%2Fjava%2Forg%2Fargeo%2Fslc%2Frepo%2FFreeLicense.java;h=1b8366692bd1d9b6e2fbd43a77bf2b400c9d8205;hb=399702cec859f48ec171c30d268c55eb632d472a;hp=bdbba530a3376fa8c1727fd7178e48c93f992930;hpb=8c3ff6111a356792f5ce36e6b51def5f51aea236;p=gpl%2Fargeo-slc.git diff --git a/runtime/org.argeo.slc.repo/src/main/java/org/argeo/slc/repo/FreeLicense.java b/runtime/org.argeo.slc.repo/src/main/java/org/argeo/slc/repo/FreeLicense.java index bdbba530a..1b8366692 100644 --- a/runtime/org.argeo.slc.repo/src/main/java/org/argeo/slc/repo/FreeLicense.java +++ b/runtime/org.argeo.slc.repo/src/main/java/org/argeo/slc/repo/FreeLicense.java @@ -60,6 +60,14 @@ public abstract class FreeLicense implements License { "http://opensource.org/licenses/MIT", null, RESOURCES + "mit.txt") { }; + public final static FreeLicense BSD_NEW = new FreeLicense( + "The BSD 3-Clause License", + "http://opensource.org/licenses/BSD-3-Clause", null, RESOURCES + + "bsd-3-clause.txt") { + }; + + public final static FreeLicense BSD = BSD_NEW; + public final static FreeLicense CDDL_v1 = new FreeLicense( "Common Development and Distribution License", "http://opensource.org/licenses/CDDL-1.0", null, RESOURCES