Skip to content

Commit 359576f

Browse files
author
José Valim
committed
Remove APPENDIX from Apache 2 file
1 parent d066583 commit 359576f

File tree

3 files changed

+18
-30
lines changed

3 files changed

+18
-30
lines changed

Diff for: LICENSE

-25
Original file line numberDiff line numberDiff line change
@@ -174,28 +174,3 @@
174174
of your accepting any such warranty or additional liability.
175175

176176
END OF TERMS AND CONDITIONS
177-
178-
APPENDIX: How to apply the Apache License to your work.
179-
180-
To apply the Apache License to your work, attach the following
181-
boilerplate notice, with the fields enclosed by brackets "{}"
182-
replaced with your own identifying information. (Don't include
183-
the brackets!) The text should be enclosed in the appropriate
184-
comment syntax for the file format. We also recommend that a
185-
file or class name and description of purpose be included on the
186-
same "printed page" as the copyright notice for easier
187-
identification within third-party archives.
188-
189-
Copyright 2012 Plataformatec
190-
191-
Licensed under the Apache License, Version 2.0 (the "License");
192-
you may not use this file except in compliance with the License.
193-
You may obtain a copy of the License at
194-
195-
http://www.apache.org/licenses/LICENSE-2.0
196-
197-
Unless required by applicable law or agreed to in writing, software
198-
distributed under the License is distributed on an "AS IS" BASIS,
199-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200-
See the License for the specific language governing permissions and
201-
limitations under the License.

Diff for: NOTICE

+17-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
LEGAL NOTICE INFORMATION
22
------------------------
33

4-
All the files in this distribution are copyright (c) 2012 Plataformatec
5-
covered under Elixir's license (see the file LICENSE) except the cases
6-
below.
4+
All the files in this distribution are copyright to the terms below.
75

86
== lib/elixir/src/elixir_parser.erl (generated by build scripts)
97

@@ -20,3 +18,19 @@ distributed under the License is distributed on an "AS IS" BASIS,
2018
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
2119
See the License for the specific language governing permissions and
2220
limitations under the License.
21+
22+
== All other files
23+
24+
Copyright 2012 Plataformatec
25+
26+
Licensed under the Apache License, Version 2.0 (the "License");
27+
you may not use this file except in compliance with the License.
28+
You may obtain a copy of the License at
29+
30+
http://www.apache.org/licenses/LICENSE-2.0
31+
32+
Unless required by applicable law or agreed to in writing, software
33+
distributed under the License is distributed on an "AS IS" BASIS,
34+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
35+
See the License for the specific language governing permissions and
36+
limitations under the License.

Diff for: README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -193,5 +193,4 @@ the `doc` directory. If you are planning to contribute documentation,
193193

194194
Elixir source code is released under Apache 2 License.
195195

196-
Check [NOTICE](NOTICE) and [LICENSE](LICENSE) files for more
197-
information.
196+
Check [NOTICE](NOTICE) and [LICENSE](LICENSE) files for more information.

0 commit comments

Comments
 (0)