Skip to content

Commit 6d351e2

Browse files
author
mstrobel
committed
Added copyright/license notices.
1 parent cf0d7ae commit 6d351e2

File tree

202 files changed

+3274
-15
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

202 files changed

+3274
-15
lines changed

Expressions.ipr

+28-2
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,40 @@
3131
<entry name="?*.tld" />
3232
<entry name="?*.ftl" />
3333
</wildcardResourcePatterns>
34-
<annotationProcessing enabled="false" useClasspath="true" />
34+
<annotationProcessing>
35+
<profile default="true" name="Default" enabled="false">
36+
<processorPath useClasspath="true" />
37+
</profile>
38+
</annotationProcessing>
3539
</component>
3640
<component name="CopyrightManager" default="">
37-
<module2copyright />
41+
<copyright>
42+
<option name="notice" value="&amp;#36;file.fileName&#10;&#10;Copyright (c) &amp;#36;today.year Mike Strobel&#10;&#10;This source code is based on the Dynamic Language Runtime from Microsoft,&#10; Copyright (c) Microsoft Corporation.&#10;&#10;This source code is subject to terms and conditions of the Apache License, Version 2.0.&#10;A copy of the license can be found in the License.html file at the root of this distribution.&#10;By using this source code in any fashion, you are agreeing to be bound by the terms of the&#10;Apache License, Version 2.0.&#10;&#10;You must not remove this notice, or any other, from this software." />
43+
<option name="keyword" value="Copyright" />
44+
<option name="allowReplaceKeyword" value="" />
45+
<option name="myName" value="DLR" />
46+
<option name="myLocal" value="true" />
47+
</copyright>
48+
<copyright>
49+
<option name="notice" value="&amp;#36;file.fileName&#10;&#10;Copyright (c) &amp;#36;today.year Mike Strobel&#10;&#10;This source code is subject to terms and conditions of the Apache License, Version 2.0.&#10;A copy of the license can be found in the License.html file at the root of this distribution.&#10;By using this source code in any fashion, you are agreeing to be bound by the terms of the&#10;Apache License, Version 2.0.&#10;&#10;You must not remove this notice, or any other, from this software." />
50+
<option name="keyword" value="Copyright" />
51+
<option name="allowReplaceKeyword" value="" />
52+
<option name="myName" value="Non-DLR" />
53+
<option name="myLocal" value="true" />
54+
</copyright>
55+
<module2copyright>
56+
<element module="com.strobel.expressions" copyright="DLR" />
57+
<element module="com.strobel" copyright="Non-DLR" />
58+
</module2copyright>
59+
<LanguageOptions name="JAVA">
60+
<option name="fileTypeOverride" value="3" />
61+
</LanguageOptions>
3862
</component>
3963
<component name="DependencyValidationManager">
4064
<scope name="Sun/Java" pattern="lib:java..*||lib:com.sun..*" />
4165
<scope name="Java" pattern="lib:java..*" />
66+
<scope name="com.strobel.expressions" pattern="src:com.strobel.expressions..*" />
67+
<scope name="com.strobel" pattern="file:src//*&amp;&amp;!file:src/com/strobel/expressions//*||file:test//*" />
4268
<option name="SKIP_IMPORT_STATEMENTS" value="false" />
4369
</component>
4470
<component name="Encoding" useUTFGuessing="true" native2AsciiForPropertiesFiles="false" />

License.Rtf

+245
Large diffs are not rendered by default.

License.html

+214
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,214 @@
1+
<html>
2+
3+
<head>
4+
<title>Apache License, Version 2.0</title>
5+
</head>
6+
7+
<body>
8+
9+
<div class="section-content">
10+
<p align="center">
11+
Apache License<br />
12+
Version 2.0, January 2004<br />
13+
<a href="http://www.apache.org/licenses/">http://www.apache.org/licenses/</a>
14+
</p>
15+
<p>
16+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
17+
</p>
18+
<p><b><a name="definitions">1. Definitions</a></b>.</p>
19+
<p>
20+
"License" shall mean the terms and conditions for use, reproduction,
21+
and distribution as defined by Sections 1 through 9 of this document.
22+
</p>
23+
<p>
24+
"Licensor" shall mean the copyright owner or entity authorized by
25+
the copyright owner that is granting the License.
26+
</p>
27+
<p>
28+
"Legal Entity" shall mean the union of the acting entity and all
29+
other entities that control, are controlled by, or are under common
30+
control with that entity. For the purposes of this definition,
31+
"control" means (i) the power, direct or indirect, to cause the
32+
direction or management of such entity, whether by contract or
33+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
34+
outstanding shares, or (iii) beneficial ownership of such entity.
35+
</p>
36+
<p>
37+
"You" (or "Your") shall mean an individual or Legal Entity
38+
exercising permissions granted by this License.
39+
</p>
40+
<p>
41+
"Source" form shall mean the preferred form for making modifications,
42+
including but not limited to software source code, documentation
43+
source, and configuration files.
44+
</p>
45+
<p>
46+
"Object" form shall mean any form resulting from mechanical
47+
transformation or translation of a Source form, including but
48+
not limited to compiled object code, generated documentation,
49+
and conversions to other media types.
50+
</p>
51+
<p>
52+
"Work" shall mean the work of authorship, whether in Source or
53+
Object form, made available under the License, as indicated by a
54+
copyright notice that is included in or attached to the work
55+
(an example is provided in the Appendix below).
56+
</p>
57+
<p>
58+
"Derivative Works" shall mean any work, whether in Source or Object
59+
form, that is based on (or derived from) the Work and for which the
60+
editorial revisions, annotations, elaborations, or other modifications
61+
represent, as a whole, an original work of authorship. For the purposes
62+
of this License, Derivative Works shall not include works that remain
63+
separable from, or merely link (or bind by name) to the interfaces of,
64+
the Work and Derivative Works thereof.
65+
</p>
66+
<p>
67+
"Contribution" shall mean any work of authorship, including
68+
the original version of the Work and any modifications or additions
69+
to that Work or Derivative Works thereof, that is intentionally
70+
submitted to Licensor for inclusion in the Work by the copyright owner
71+
or by an individual or Legal Entity authorized to submit on behalf of
72+
the copyright owner. For the purposes of this definition, "submitted"
73+
means any form of electronic, verbal, or written communication sent
74+
to the Licensor or its representatives, including but not limited to
75+
communication on electronic mailing lists, source code control systems,
76+
and issue tracking systems that are managed by, or on behalf of, the
77+
Licensor for the purpose of discussing and improving the Work, but
78+
excluding communication that is conspicuously marked or otherwise
79+
designated in writing by the copyright owner as "Not a Contribution."
80+
</p>
81+
<p>
82+
"Contributor" shall mean Licensor and any individual or Legal Entity
83+
on behalf of whom a Contribution has been received by Licensor and
84+
subsequently incorporated within the Work.
85+
</p>
86+
<p><b><a name="copyright">2. Grant of Copyright License</a></b>.
87+
Subject to the terms and conditions of
88+
this License, each Contributor hereby grants to You a perpetual,
89+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
90+
copyright license to reproduce, prepare Derivative Works of,
91+
publicly display, publicly perform, sublicense, and distribute the
92+
Work and such Derivative Works in Source or Object form.
93+
</p>
94+
<p><b><a name="patent">3. Grant of Patent License</a></b>.
95+
Subject to the terms and conditions of
96+
this License, each Contributor hereby grants to You a perpetual,
97+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
98+
(except as stated in this section) patent license to make, have made,
99+
use, offer to sell, sell, import, and otherwise transfer the Work,
100+
where such license applies only to those patent claims licensable
101+
by such Contributor that are necessarily infringed by their
102+
Contribution(s) alone or by combination of their Contribution(s)
103+
with the Work to which such Contribution(s) was submitted. If You
104+
institute patent litigation against any entity (including a
105+
cross-claim or counterclaim in a lawsuit) alleging that the Work
106+
or a Contribution incorporated within the Work constitutes direct
107+
or contributory patent infringement, then any patent licenses
108+
granted to You under this License for that Work shall terminate
109+
as of the date such litigation is filed.
110+
</p>
111+
<p><b><a name="redistribution">4. Redistribution</a></b>.
112+
You may reproduce and distribute copies of the
113+
Work or Derivative Works thereof in any medium, with or without
114+
modifications, and in Source or Object form, provided that You
115+
meet the following conditions:
116+
<ol type="a">
117+
<li>You must give any other recipients of the Work or
118+
Derivative Works a copy of this License; and
119+
<br /> <br /></li>
120+
121+
<li>You must cause any modified files to carry prominent notices
122+
stating that You changed the files; and
123+
<br /> <br /></li>
124+
125+
<li>You must retain, in the Source form of any Derivative Works
126+
that You distribute, all copyright, patent, trademark, and
127+
attribution notices from the Source form of the Work,
128+
excluding those notices that do not pertain to any part of
129+
the Derivative Works; and
130+
<br /> <br /></li>
131+
132+
<li>If the Work includes a "NOTICE" text file as part of its
133+
distribution, then any Derivative Works that You distribute must
134+
include a readable copy of the attribution notices contained
135+
within such NOTICE file, excluding those notices that do not
136+
pertain to any part of the Derivative Works, in at least one
137+
of the following places: within a NOTICE text file distributed
138+
as part of the Derivative Works; within the Source form or
139+
documentation, if provided along with the Derivative Works; or,
140+
within a display generated by the Derivative Works, if and
141+
wherever such third-party notices normally appear. The contents
142+
of the NOTICE file are for informational purposes only and
143+
do not modify the License. You may add Your own attribution
144+
notices within Derivative Works that You distribute, alongside
145+
or as an addendum to the NOTICE text from the Work, provided
146+
that such additional attribution notices cannot be construed
147+
as modifying the License.</li>
148+
</ol>
149+
You may add Your own copyright statement to Your modifications and
150+
may provide additional or different license terms and conditions
151+
for use, reproduction, or distribution of Your modifications, or
152+
for any such Derivative Works as a whole, provided Your use,
153+
reproduction, and distribution of the Work otherwise complies with
154+
the conditions stated in this License.
155+
</p>
156+
<p><b><a name="contributions">5. Submission of Contributions</a></b>.
157+
Unless You explicitly state otherwise,
158+
any Contribution intentionally submitted for inclusion in the Work
159+
by You to the Licensor shall be under the terms and conditions of
160+
this License, without any additional terms or conditions.
161+
Notwithstanding the above, nothing herein shall supersede or modify
162+
the terms of any separate license agreement you may have executed
163+
with Licensor regarding such Contributions.
164+
</p>
165+
<p><b><a name="trademarks">6. Trademarks</a></b>.
166+
This License does not grant permission to use the trade
167+
names, trademarks, service marks, or product names of the Licensor,
168+
except as required for reasonable and customary use in describing the
169+
origin of the Work and reproducing the content of the NOTICE file.
170+
</p>
171+
<p><b><a name="no-warranty">7. Disclaimer of Warranty</a></b>.
172+
Unless required by applicable law or
173+
agreed to in writing, Licensor provides the Work (and each
174+
Contributor provides its Contributions) on an "AS IS" BASIS,
175+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
176+
implied, including, without limitation, any warranties or conditions
177+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
178+
PARTICULAR PURPOSE. You are solely responsible for determining the
179+
appropriateness of using or redistributing the Work and assume any
180+
risks associated with Your exercise of permissions under this License.
181+
</p>
182+
<p><b><a name="no-liability">8. Limitation of Liability</a></b>.
183+
In no event and under no legal theory,
184+
whether in tort (including negligence), contract, or otherwise,
185+
unless required by applicable law (such as deliberate and grossly
186+
negligent acts) or agreed to in writing, shall any Contributor be
187+
liable to You for damages, including any direct, indirect, special,
188+
incidental, or consequential damages of any character arising as a
189+
result of this License or out of the use or inability to use the
190+
Work (including but not limited to damages for loss of goodwill,
191+
work stoppage, computer failure or malfunction, or any and all
192+
other commercial damages or losses), even if such Contributor
193+
has been advised of the possibility of such damages.
194+
</p>
195+
<p><b><a name="additional">9. Accepting Warranty or Additional Liability</a></b>.
196+
While redistributing
197+
the Work or Derivative Works thereof, You may choose to offer,
198+
and charge a fee for, acceptance of support, warranty, indemnity,
199+
or other liability obligations and/or rights consistent with this
200+
License. However, in accepting such obligations, You may act only
201+
on Your own behalf and on Your sole responsibility, not on behalf
202+
of any other Contributor, and only if You agree to indemnify,
203+
defend, and hold each Contributor harmless for any liability
204+
incurred by, or claims asserted against, such Contributor by reason
205+
of your accepting any such warranty or additional liability.
206+
</p>
207+
</div>
208+
209+
<p>See <a href="http://www.codeplex.com/IronPython/Wiki/View.aspx?title=FAQ&referringTitle=Home">FAQ</a> for answers to frequently asked questions
210+
about this license.</p>
211+
212+
</body>
213+
214+
</html>

0 commit comments

Comments
 (0)