UndefinedVariableNotification.st
branchjv
changeset 4106 701025567fad
parent 3841 a22f33410bdf
parent 4097 6066489e5789
--- a/UndefinedVariableNotification.st	Fri Jan 20 20:17:35 2017 +0000
+++ b/UndefinedVariableNotification.st	Wed Jan 25 17:18:07 2017 +0000
@@ -1,5 +1,5 @@
 "
- COPYRIGHT (c) 2006 by eXept Software AG
+ COPYRIGHT (c) 2013 by eXept Software AG
               All Rights Reserved
 
  This software is furnished under a license and may be used
@@ -24,7 +24,7 @@
 
 copyright
 "
- COPYRIGHT (c) 2006 by eXept Software AG
+ COPYRIGHT (c) 2013 by eXept Software AG
               All Rights Reserved
 
  This software is furnished under a license and may be used
@@ -61,10 +61,10 @@
 !UndefinedVariableNotification class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/UndefinedVariableNotification.st,v 1.1 2013-04-03 21:17:14 cg Exp $'
+    ^ '$Header$'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libcomp/UndefinedVariableNotification.st,v 1.1 2013-04-03 21:17:14 cg Exp $'
+    ^ '$Header$'
 ! !