From d734e4eae47b0b7f13626053663d236faa7f69e6 Mon Sep 17 00:00:00 2001 From: Chantal Keller Date: Wed, 27 Apr 2016 00:17:33 +0200 Subject: Updating of the copyright --- src/trace/smtTrace.ml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/trace/smtTrace.ml') diff --git a/src/trace/smtTrace.ml b/src/trace/smtTrace.ml index b96807f..e2a9b1d 100644 --- a/src/trace/smtTrace.ml +++ b/src/trace/smtTrace.ml @@ -1,17 +1,19 @@ (**************************************************************************) (* *) (* SMTCoq *) -(* Copyright (C) 2011 - 2015 *) +(* Copyright (C) 2011 - 2016 *) (* *) (* Michaël Armand *) (* Benjamin Grégoire *) (* Chantal Keller *) (* *) -(* Inria - École Polytechnique - MSR-Inria Joint Lab *) +(* Inria - École Polytechnique - Université Paris-Sud *) (* *) (* This file is distributed under the terms of the CeCILL-C licence *) (* *) (**************************************************************************) + + open SmtMisc open CoqTerms open SmtCertif -- cgit