diff options
author | letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2010-04-29 13:50:31 +0000 |
---|---|---|
committer | letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2010-04-29 13:50:31 +0000 |
commit | af93e4cf8b1a839d21499b3b9737bb8904edcae8 (patch) | |
tree | b9a4f28e6f8106bcf19e017f64147f836f810c4b /test-suite | |
parent | 0f61b02f84b41e1f019cd78824de28f18ff854aa (diff) |
Remove the svn-specific $Id$ annotations
- Many of them were broken, some of them after Pierre B's rework
of mli for ocamldoc, but not only (many bad annotation, many files
with no svn property about Id, etc)
- Useless for those of us that work with git-svn (and a fortiori
in a forthcoming git-only setting)
- Even in svn, they seem to be of little interest
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12972 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'test-suite')
-rw-r--r-- | test-suite/bugs/closed/shouldsucceed/1507.v | 1 | ||||
-rw-r--r-- | test-suite/misc/berardi_test.v | 2 | ||||
-rw-r--r-- | test-suite/success/Field.v | 2 | ||||
-rw-r--r-- | test-suite/success/LegacyField.v | 2 | ||||
-rw-r--r-- | test-suite/success/Tauto.v | 2 | ||||
-rw-r--r-- | test-suite/typeclasses/NewSetoid.v | 2 |
6 files changed, 0 insertions, 11 deletions
diff --git a/test-suite/bugs/closed/shouldsucceed/1507.v b/test-suite/bugs/closed/shouldsucceed/1507.v index f1872a2bb..f2ab91003 100644 --- a/test-suite/bugs/closed/shouldsucceed/1507.v +++ b/test-suite/bugs/closed/shouldsucceed/1507.v @@ -2,7 +2,6 @@ Implementing reals a la Stolzenberg Danko Ilik, March 2007 - svn revision: $Id$ XField.v -- (unfinished) axiomatisation of the theories of real and rational intervals. diff --git a/test-suite/misc/berardi_test.v b/test-suite/misc/berardi_test.v index 5b2f5063b..b32456a9e 100644 --- a/test-suite/misc/berardi_test.v +++ b/test-suite/misc/berardi_test.v @@ -6,8 +6,6 @@ (* * GNU Lesser General Public License Version 2.1 *) (************************************************************************) -(*i $Id$ i*) - (** This file formalizes Berardi's paradox which says that in the calculus of constructions, excluded middle (EM) and axiom of choice (AC) imply proof irrelevance (PI). diff --git a/test-suite/success/Field.v b/test-suite/success/Field.v index dd82036e7..e30ab04ec 100644 --- a/test-suite/success/Field.v +++ b/test-suite/success/Field.v @@ -6,8 +6,6 @@ (* * GNU Lesser General Public License Version 2.1 *) (************************************************************************) -(* $Id$ *) - (**** Tests of Field with real numbers ****) Require Import Reals RealField. diff --git a/test-suite/success/LegacyField.v b/test-suite/success/LegacyField.v index fada3bd54..dbc0c056b 100644 --- a/test-suite/success/LegacyField.v +++ b/test-suite/success/LegacyField.v @@ -6,8 +6,6 @@ (* * GNU Lesser General Public License Version 2.1 *) (************************************************************************) -(* $Id: Field.v 7693 2005-12-21 23:50:17Z herbelin $ *) - (**** Tests of Field with real numbers ****) Require Import Reals LegacyRfield. diff --git a/test-suite/success/Tauto.v b/test-suite/success/Tauto.v index 42898b8d1..b9e51e6cf 100644 --- a/test-suite/success/Tauto.v +++ b/test-suite/success/Tauto.v @@ -6,8 +6,6 @@ (* * GNU Lesser General Public License Version 2.1 *) (************************************************************************) -(* $Id$ *) - (**** Tactics Tauto and Intuition ****) (**** Tauto: diff --git a/test-suite/typeclasses/NewSetoid.v b/test-suite/typeclasses/NewSetoid.v index 8ad038809..de492cc42 100644 --- a/test-suite/typeclasses/NewSetoid.v +++ b/test-suite/typeclasses/NewSetoid.v @@ -11,8 +11,6 @@ * Institution: LRI, CNRS UMR 8623 - UniversitĂcopyright Paris Sud * 91405 Orsay, France *) -(* $Id: FSetAVL_prog.v 616 2007-08-08 12:28:10Z msozeau $ *) - Require Import Coq.Program.Program. Set Implicit Arguments. |