aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@college-de-france.fr>2020-11-09 19:28:23 +0100
committerXavier Leroy <xavier.leroy@college-de-france.fr>2020-11-09 19:28:23 +0100
commitdc27018744ce01be26a76414fc51f8c4ff44f12b (patch)
tree918a6666026c4b4b244a4e5717e06efc05a098ef /README.md
parent64f650c6fc3ea8dae188342166e5c899d2fc5b77 (diff)
downloadcompcert-kvx-dc27018744ce01be26a76414fc51f8c4ff44f12b.tar.gz
compcert-kvx-dc27018744ce01be26a76414fc51f8c4ff44f12b.zip
Update README
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 250814b1..fc12093b 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
# CompCert
-The verified C compiler.
+The formally-verified C compiler.
## Overview
The CompCert C verified compiler is a compiler for a large subset of the
@@ -13,14 +13,14 @@ source C code.
For more information on CompCert (supported platforms, supported C
features, installation instructions, using the compiler, etc), please
-refer to the [Web site](http://compcert.inria.fr/) and especially
-the [user's manual](http://compcert.inria.fr/man/).
+refer to the [Web site](https://compcert.org/) and especially
+the [user's manual](https://compcert.org/man/).
## License
CompCert is not free software. This non-commercial release can only
be used for evaluation, research, educational and personal purposes.
A commercial version of CompCert, without this restriction and with
-professional support, can be purchased from
+professional support and extra features, can be purchased from
[AbsInt](https://www.absint.com). See the file `LICENSE` for more
information.