Skip to content

Commit 2917a41

Browse files
committed
EPL in header
1 parent 5643183 commit 2917a41

2 files changed

Lines changed: 41 additions & 2 deletions

File tree

clojure.iml

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,54 @@
1111
<setting name="buildJar" value="true" />
1212
<setting name="mainClass" value="clojure.lang.Compiler" />
1313
</component>
14+
<component name="FacetManager">
15+
<facet type="web" name="Web" implicit="true">
16+
<configuration>
17+
<descriptors>
18+
<deploymentDescriptor name="web.xml" url="file://$MODULE_DIR$/servlet/WEB-INF/web.xml" optional="false" version="2.5" />
19+
</descriptors>
20+
<webroots>
21+
<root url="file://$MODULE_DIR$/servlet" relative="/" />
22+
</webroots>
23+
<building>
24+
<setting name="EXPLODED_URL" value="file://" />
25+
<setting name="EXPLODED_ENABLED" value="false" />
26+
<setting name="JAR_URL" value="file://" />
27+
<setting name="JAR_ENABLED" value="false" />
28+
<setting name="BUILD_MODULE_ON_FRAME_DEACTIVATION" value="false" />
29+
<setting name="BUILD_EXTERNAL_DEPENDENCIES" value="false" />
30+
<setting name="EXCLUDE_EXPLODED_DIRECTORY" value="true" />
31+
<setting name="RUN_JASPER_VALIDATION" value="true" />
32+
<setting name="BUILD_ONLY_WEB_RESOURCES" value="false" />
33+
</building>
34+
<packaging>
35+
<containerElement type="module" name="clojure">
36+
<attribute name="method" value="1" />
37+
<attribute name="URI" value="/WEB-INF/classes" />
38+
</containerElement>
39+
</packaging>
40+
</configuration>
41+
</facet>
42+
</component>
1443
<component name="NewModuleRootManager" inherit-compiler-output="false">
1544
<output url="file://$MODULE_DIR$/classes" />
1645
<exclude-output />
1746
<content url="file://$MODULE_DIR$">
47+
<sourceFolder url="file://$MODULE_DIR$/src/clj" isTestSource="false" />
1848
<sourceFolder url="file://$MODULE_DIR$/src/jvm" isTestSource="false" />
1949
</content>
2050
<orderEntry type="inheritedJdk" />
2151
<orderEntry type="sourceFolder" forTests="false" />
2252
<orderEntry type="library" name="asm-3.0" level="project" />
53+
<orderEntry type="module-library">
54+
<library>
55+
<CLASSES>
56+
<root url="jar://$APPLICATION_HOME_DIR$/lib/javaee.jar!/" />
57+
</CLASSES>
58+
<JAVADOC />
59+
<SOURCES />
60+
</library>
61+
</orderEntry>
2362
<orderEntryProperties />
2463
</component>
2564
<component name="VcsManagerConfiguration">

src/jvm/clojure/lang/AFunction.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/**
22
* Copyright (c) Rich Hickey. All rights reserved.
33
* The use and distribution terms for this software are covered by the
4-
* Common Public License 1.0 (http://opensource.org/licenses/cpl.php)
5-
* which can be found in the file CPL.TXT at the root of this distribution.
4+
* Eclipse Public License 1.0 (http://opensource.org/licenses/eclipse-1.0.php)
5+
* which can be found in the file epl-v10.html at the root of this distribution.
66
* By using this software in any fashion, you are agreeing to be bound by
77
* the terms of this license.
88
* You must not remove this notice, or any other, from this software.

0 commit comments

Comments
 (0)