WarningCompilationErrorHandler.st
changeset 1451 44ef4c3ba214
parent 1332 1f64577c44b5
child 1490 eca3e274d627
--- a/WarningCompilationErrorHandler.st	Fri Aug 29 21:21:52 2003 +0200
+++ b/WarningCompilationErrorHandler.st	Sat Aug 30 14:37:35 2003 +0200
@@ -1,3 +1,15 @@
+"
+ COPYRIGHT (c) 1999 by eXept Software AG
+              All Rights Reserved
+
+ This software is furnished under a license and may be used
+ only in accordance with the terms of that license and with the
+ inclusion of the above copyright notice.   This software may not
+ be provided or otherwise made available to, or used by, any
+ other person.  No title to or ownership of the software is
+ hereby transferred.
+"
+
 "{ Package: 'stx:libcomp' }"
 
 CompilationErrorHandler subclass:#WarningCompilationErrorHandler
@@ -9,6 +21,20 @@
 
 !WarningCompilationErrorHandler class methodsFor:'documentation'!
 
+copyright
+"
+ COPYRIGHT (c) 1999 by eXept Software AG
+              All Rights Reserved
+
+ This software is furnished under a license and may be used
+ only in accordance with the terms of that license and with the
+ inclusion of the above copyright notice.   This software may not
+ be provided or otherwise made available to, or used by, any
+ other person.  No title to or ownership of the software is
+ hereby transferred.
+"
+!
+
 documentation
 "
     I am a warning ErrorHandler - i.e. showing a warning for
@@ -38,5 +64,5 @@
 !WarningCompilationErrorHandler class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/WarningCompilationErrorHandler.st,v 1.3 2002-11-08 10:16:01 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/WarningCompilationErrorHandler.st,v 1.4 2003-08-30 12:37:35 cg Exp $'
 ! !