From b7b938a6878b754089814cbfdd478d6b9380c6bb Mon Sep 17 00:00:00 2001 From: Théo Zimmermann Date: Wed, 6 Feb 2019 09:31:42 +0100 Subject: Fix #9281: forgotten CeCILL-B headers in ssrmatching plugin. --- plugins/ssrmatching/g_ssrmatching.mlg | 2 ++ plugins/ssrmatching/g_ssrmatching.mli | 13 +++++++++++-- 2 files changed, 13 insertions(+), 2 deletions(-) (limited to 'plugins') diff --git a/plugins/ssrmatching/g_ssrmatching.mlg b/plugins/ssrmatching/g_ssrmatching.mlg index 4ddaeb49fd..d1c7a23e99 100644 --- a/plugins/ssrmatching/g_ssrmatching.mlg +++ b/plugins/ssrmatching/g_ssrmatching.mlg @@ -8,6 +8,8 @@ (* * (see LICENSE file for the text of the license) *) (************************************************************************) +(* (c) Copyright 2006-2015 Microsoft Corporation and Inria. *) + { open Ltac_plugin diff --git a/plugins/ssrmatching/g_ssrmatching.mli b/plugins/ssrmatching/g_ssrmatching.mli index 588a1a3eac..65ea3f79c8 100644 --- a/plugins/ssrmatching/g_ssrmatching.mli +++ b/plugins/ssrmatching/g_ssrmatching.mli @@ -1,5 +1,14 @@ -(* (c) Copyright 2006-2015 Microsoft Corporation and Inria. *) -(* Distributed under the terms of CeCILL-B. *) +(************************************************************************) +(* * The Coq Proof Assistant / The Coq Development Team *) +(* v * INRIA, CNRS and contributors - Copyright 1999-2018 *) +(*