tuned headers
authorkrauss
Mon, 09 Sep 2013 00:53:50 +0200
changeset 53609 0f472e7063af
parent 53608 53bd62921c54
child 53610 dde3cc2804cc
tuned headers
src/HOL/Tools/Function/fun_cases.ML
src/HOL/Tools/Function/function_elims.ML
--- a/src/HOL/Tools/Function/fun_cases.ML	Mon Sep 09 00:14:07 2013 +0200
+++ b/src/HOL/Tools/Function/fun_cases.ML	Mon Sep 09 00:53:50 2013 +0200
@@ -1,5 +1,5 @@
 (*  Title:      HOL/Tools/Function/fun_cases.ML
-    Author:     Manuel Eberl <eberlm@in.tum.de>, TU München
+    Author:     Manuel Eberl, TU Muenchen
 
 Provides the fun_cases command for generating specialised elimination
 rules for function package functions.
--- a/src/HOL/Tools/Function/function_elims.ML	Mon Sep 09 00:14:07 2013 +0200
+++ b/src/HOL/Tools/Function/function_elims.ML	Mon Sep 09 00:53:50 2013 +0200
@@ -1,5 +1,5 @@
 (*  Title:      HOL/Tools/Function/function_elims.ML
-    Author:     Manuel Eberl <eberlm@in.tum.de>, TU München
+    Author:     Manuel Eberl, TU Muenchen
 
 Generates the pelims rules for a function. These are of the shape
 [|f x y z = w; !!…. [|x = …; y = …; z = …; w = …|] ==> P; …|] ==> P