ParseWarning.st
changeset 3065 6128bec16783
parent 3061 c15acf373ee6
child 4102 b12adacf8da4
--- a/ParseWarning.st	Wed Apr 03 19:21:30 2013 +0200
+++ b/ParseWarning.st	Wed Apr 03 19:21:41 2013 +0200
@@ -1,3 +1,14 @@
+"
+ COPYRIGHT (c) 1989 by Claus Gittinger
+              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' }"
 
 Notification subclass:#ParseWarning
@@ -7,6 +18,21 @@
 	category:'System-Compiler'
 !
 
+!ParseWarning class methodsFor:'documentation'!
+
+copyright
+"
+ COPYRIGHT (c) 1989 by Claus Gittinger
+              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.
+"
+! !
 
 !ParseWarning methodsFor:'accessing'!
 
@@ -45,10 +71,10 @@
 !ParseWarning class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/ParseWarning.st,v 1.1 2013-04-03 17:14:33 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/ParseWarning.st,v 1.2 2013-04-03 17:21:41 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libcomp/ParseWarning.st,v 1.1 2013-04-03 17:14:33 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/ParseWarning.st,v 1.2 2013-04-03 17:21:41 cg Exp $'
 ! !