From 3a062a15a2f08897be4c2dcb2722c4624524119a Mon Sep 17 00:00:00 2001 From: Pascal Fontaine Date: Thu, 15 Jun 2017 09:57:06 +0200 Subject: [PATCH] Fixing README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1cb1496..b0e83d7 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This is a repository of SMT-LIB benchmarks. See http://smtlib.org/ for more info This repository contains the incremental benchmarks in QF_LRA logic. See http://smtlib.org/logics.shtml for a description of the SMT-LIB logics. The benchmarks in this repository are distributed under the [Creative Commons Attribution 4.0 International License](https://creativecommons.org/licenses/by/4.0/ -). If your benchmarks are included in this repository and you do not agree with this licence, please contact [the SMT-LIB co-ordinators] (http://smtlib.org/contact.shtml ). +), unless otherwise specified in the benchmark itself (see :license info attribute in the file). If your benchmarks are included in this repository and you do not agree with this licence, please contact [the SMT-LIB co-ordinators] (http://smtlib.org/contact.shtml ). To clone this repository on your computer, use the git command: -- GitLab