You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2012/02/12 18:15:29 UTC

svn commit: r1243279 - in /lucene/dev/branches/branch_3x: ./ lucene/ lucene/tools/src/java/org/apache/lucene/validation/ solr/ solr/example/lib/ solr/example/lib/jsp-2.1/

Author: sarowe
Date: Sun Feb 12 17:15:28 2012
New Revision: 1243279

URL: http://svn.apache.org/viewvc?rev=1243279&view=rev
Log:
SOLR-3123: Add licenses for solr/example/lib/**/*.jar

Added:
    lucene/dev/branches/branch_3x/solr/example/lib/jetty-LICENSE-ASL.txt
      - copied unchanged from r1243278, lucene/dev/trunk/solr/example/lib/jetty-LICENSE-ASL.txt
    lucene/dev/branches/branch_3x/solr/example/lib/jetty-util-LICENSE-ASL.txt
      - copied unchanged from r1243278, lucene/dev/trunk/solr/example/lib/jetty-util-LICENSE-ASL.txt
    lucene/dev/branches/branch_3x/solr/example/lib/jetty-util-NOTICE.txt
      - copied unchanged from r1243278, lucene/dev/trunk/solr/example/lib/jetty-util-NOTICE.txt
    lucene/dev/branches/branch_3x/solr/example/lib/jsp-2.1/core-LICENSE-EPL.txt
      - copied unchanged from r1243278, lucene/dev/trunk/solr/example/lib/jsp-2.1/core-LICENSE-EPL.txt
    lucene/dev/branches/branch_3x/solr/example/lib/jsp-2.1/jsp-2.1-glassfish-LICENSE-CDDL.txt
      - copied unchanged from r1243278, lucene/dev/trunk/solr/example/lib/jsp-2.1/jsp-2.1-glassfish-LICENSE-CDDL.txt
    lucene/dev/branches/branch_3x/solr/example/lib/jsp-2.1/jsp-2.1-jetty-LICENSE-CDDL.txt
      - copied unchanged from r1243278, lucene/dev/trunk/solr/example/lib/jsp-2.1/jsp-2.1-jetty-LICENSE-CDDL.txt
    lucene/dev/branches/branch_3x/solr/example/lib/jsp-2.1/jsp-api-2.1-glassfish-LICENSE-CDDL.txt
      - copied unchanged from r1243278, lucene/dev/trunk/solr/example/lib/jsp-2.1/jsp-api-2.1-glassfish-LICENSE-CDDL.txt
    lucene/dev/branches/branch_3x/solr/example/lib/servlet-api-LICENSE-ASL.txt
      - copied unchanged from r1243278, lucene/dev/trunk/solr/example/lib/servlet-api-LICENSE-ASL.txt
    lucene/dev/branches/branch_3x/solr/example/lib/servlet-api-NOTICE.txt
      - copied unchanged from r1243278, lucene/dev/trunk/solr/example/lib/servlet-api-NOTICE.txt
Removed:
    lucene/dev/branches/branch_3x/solr/example/lib/jetty-LICENSE.txt
Modified:
    lucene/dev/branches/branch_3x/   (props changed)
    lucene/dev/branches/branch_3x/lucene/   (props changed)
    lucene/dev/branches/branch_3x/lucene/tools/src/java/org/apache/lucene/validation/LicenseType.java
    lucene/dev/branches/branch_3x/solr/   (props changed)

Modified: lucene/dev/branches/branch_3x/lucene/tools/src/java/org/apache/lucene/validation/LicenseType.java
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_3x/lucene/tools/src/java/org/apache/lucene/validation/LicenseType.java?rev=1243279&r1=1243278&r2=1243279&view=diff
==============================================================================
--- lucene/dev/branches/branch_3x/lucene/tools/src/java/org/apache/lucene/validation/LicenseType.java (original)
+++ lucene/dev/branches/branch_3x/lucene/tools/src/java/org/apache/lucene/validation/LicenseType.java Sun Feb 12 17:15:28 2012
@@ -29,6 +29,7 @@ public enum LicenseType {
   BSD_LIKE("BSD like license", true),//BSD like just means someone has taken the BSD license and put in their name, copyright, or it's a very similar license.
   CDDL("Common Development and Distribution License", false),
   CPL("Common Public License", true),
+  EPL("Eclipse Public License Version 1.0", false),
   MIT("Massachusetts Institute of Tech. License", false),
   MPL("Mozilla Public License", false), //NOT SURE on the required notice
   PD("Public Domain", false),