]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.repo/src/main/java/org/argeo/slc/repo/FreeLicense.java
Add BSD License.
[gpl/argeo-slc.git] / runtime / org.argeo.slc.repo / src / main / java / org / argeo / slc / repo / FreeLicense.java
index bdbba530a3376fa8c1727fd7178e48c93f992930..1b8366692bd1d9b6e2fbd43a77bf2b400c9d8205 100644 (file)
@@ -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