From 187dc15532f0c6f380d7bcb07adc2180c29fedc2 Mon Sep 17 00:00:00 2001 From: filliatr Date: Thu, 15 Mar 2001 13:38:59 +0000 Subject: entetes git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1469 85f007b7-540e-0410-9357-904b9bb8a0f7 --- theories/Bool/Bool.v | 7 +++++++ theories/Bool/DecBool.v | 7 +++++++ theories/Bool/IfProp.v | 7 +++++++ theories/Bool/Sumbool.v | 7 +++++++ theories/Bool/Zerob.v | 7 +++++++ 5 files changed, 35 insertions(+) (limited to 'theories/Bool') diff --git a/theories/Bool/Bool.v b/theories/Bool/Bool.v index 7826e3882..68475a57e 100755 --- a/theories/Bool/Bool.v +++ b/theories/Bool/Bool.v @@ -1,3 +1,10 @@ +(***********************************************************************) +(* v * The Coq Proof Assistant / The Coq Development Team *) +(*