# HG changeset patch # User wenzelm # Date 1202761930 -3600 # Node ID f5d5c4922cdf863de3adb491cd3962081dddd782 # Parent 6a0801279f4c30fc05c4b33bfe7e76fc667c5bc5 added Id; diff -r 6a0801279f4c -r f5d5c4922cdf src/ZF/Main.thy --- a/src/ZF/Main.thy Mon Feb 11 15:40:21 2008 +0100 +++ b/src/ZF/Main.thy Mon Feb 11 21:32:10 2008 +0100 @@ -1,3 +1,5 @@ +(* $Id$ *) + theory Main imports Main_ZF begin diff -r 6a0801279f4c -r f5d5c4922cdf src/ZF/Main_ZFC.thy --- a/src/ZF/Main_ZFC.thy Mon Feb 11 15:40:21 2008 +0100 +++ b/src/ZF/Main_ZFC.thy Mon Feb 11 21:32:10 2008 +0100 @@ -1,3 +1,5 @@ +(* $Id$ *) + theory Main_ZFC imports Main_ZF InfDatatype begin end