From a92e4fbe88e16c312fe57a6f00ccba94322ee111 Mon Sep 17 00:00:00 2001 From: Enrico Tassi Date: Tue, 25 Dec 2018 08:58:52 +0100 Subject: [ssrmatching] update license banner (fix #9281) This commit fixes a leftover of the merge of ssrmatching where the .ml code received the appropriate banner, while the .v and .mli di dnot. --- plugins/ssrmatching/ssrmatching.mli | 11 ++++++++++- plugins/ssrmatching/ssrmatching.v | 12 +++++++++++- 2 files changed, 21 insertions(+), 2 deletions(-) (limited to 'plugins') diff --git a/plugins/ssrmatching/ssrmatching.mli b/plugins/ssrmatching/ssrmatching.mli index f0bb6f58a6..ff2c900130 100644 --- a/plugins/ssrmatching/ssrmatching.mli +++ b/plugins/ssrmatching/ssrmatching.mli @@ -1,5 +1,14 @@ +(************************************************************************) +(* * The Coq Proof Assistant / The Coq Development Team *) +(* v * INRIA, CNRS and contributors - Copyright 1999-2018 *) +(*