Skip to content

Commit 9f1e1ad

Browse files
committed
license
1 parent af17af2 commit 9f1e1ad

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

index.html

+9-4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
55
<head>
66
<title>Mathematical Components</title>
7-
<!-- 2019-07-03 mer. 17:29 -->
7+
<!-- 2019-07-03 mer. 17:31 -->
88
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
99
<meta name="generator" content="Org-mode" />
1010
<meta name="author" content="assia" />
@@ -162,17 +162,22 @@ <h2 id="sec-1">About</h2>
162162
developed using the <a href="http://coq.inria.fr">Coq</a> proof assistant. This project finds its roots
163163
in the formal proof of the Four Color Theorem. It has been used for
164164
large scale formalization projects, including a formal proof of the
165-
Odd Order (Feit-Thompson) Theorem.
165+
Odd Order
166+
(Feit-Thompson) Theorem.
166167
</p>
167168

168169
<p>
169-
The library is written using the Ssreflect proof language, now part of
170+
The libraries are written using the Ssreflect proof language, now part of
170171
the standard distribution of the Coq proof assistant.
171172
</p>
173+
174+
<p>
175+
This is an open source project, licensed under the CeCILL-B free
176+
software license agreement.
177+
</p>
172178
</div>
173179
</div>
174180

175-
176181
<div id="outline-container-sec-2" class="outline-2">
177182
<h2 id="sec-2">Get the library</h2>
178183
<div class="outline-text-2" id="text-2">

index.org

+5-2
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,14 @@ Mathematical Components are libraries of formalized mathematics
2222
developed using the [[http://coq.inria.fr][Coq]] proof assistant. This project finds its roots
2323
in the formal proof of the Four Color Theorem. It has been used for
2424
large scale formalization projects, including a formal proof of the
25-
Odd Order (Feit-Thompson) Theorem.
25+
Odd Order
26+
(Feit-Thompson) Theorem.
2627

27-
The library is written using the Ssreflect proof language, now part of
28+
The libraries are written using the Ssreflect proof language, now part of
2829
the standard distribution of the Coq proof assistant.
2930

31+
This is an open source project, licensed under the CeCILL-B free
32+
software license agreement.
3033

3134
* Get the library
3235

0 commit comments

Comments
 (0)