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/Sets/Classical_sets.v | 7 +++++++ theories/Sets/Constructive_sets.v | 7 +++++++ theories/Sets/Cpo.v | 7 +++++++ theories/Sets/Ensembles.v | 7 +++++++ theories/Sets/Finite_sets.v | 7 +++++++ theories/Sets/Finite_sets_facts.v | 7 +++++++ theories/Sets/Image.v | 7 +++++++ theories/Sets/Infinite_sets.v | 7 +++++++ theories/Sets/Integers.v | 7 +++++++ theories/Sets/Multiset.v | 7 +++++++ theories/Sets/Partial_Order.v | 7 +++++++ theories/Sets/Permut.v | 7 +++++++ theories/Sets/Powerset.v | 7 +++++++ theories/Sets/Powerset_Classical_facts.v | 7 +++++++ theories/Sets/Powerset_facts.v | 7 +++++++ theories/Sets/Relations_1.v | 7 +++++++ theories/Sets/Relations_1_facts.v | 7 +++++++ theories/Sets/Relations_2.v | 7 +++++++ theories/Sets/Relations_2_facts.v | 7 +++++++ theories/Sets/Relations_3.v | 7 +++++++ theories/Sets/Relations_3_facts.v | 7 +++++++ theories/Sets/Uniset.v | 7 +++++++ 22 files changed, 154 insertions(+) (limited to 'theories/Sets') diff --git a/theories/Sets/Classical_sets.v b/theories/Sets/Classical_sets.v index 2cd2df78a..0350f6114 100755 --- a/theories/Sets/Classical_sets.v +++ b/theories/Sets/Classical_sets.v @@ -1,3 +1,10 @@ +(***********************************************************************) +(* v * The Coq Proof Assistant / The Coq Development Team *) +(*