AbstractSourceFileWriter.st
branchjv
changeset 17761 b0e5971141bc
parent 17744 3851ab3b3971
child 17767 a4a32df3aa5e
--- a/AbstractSourceFileWriter.st	Mon Apr 12 08:29:17 2010 +0100
+++ b/AbstractSourceFileWriter.st	Mon Apr 26 19:26:38 2010 +0100
@@ -1,3 +1,14 @@
+"
+ COPYRIGHT (c) 2006 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:libbasic' }"
 
 Object subclass:#AbstractSourceFileWriter
@@ -14,6 +25,21 @@
 	privateIn:AbstractSourceFileWriter
 !
 
+!AbstractSourceFileWriter class methodsFor:'documentation'!
+
+copyright
+"
+ COPYRIGHT (c) 2006 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.
+"
+! !
 
 !AbstractSourceFileWriter class methodsFor:'signal constants'!
 
@@ -162,7 +188,7 @@
 !AbstractSourceFileWriter class methodsFor:'documentation'!
 
 version
-    ^ '$Id: AbstractSourceFileWriter.st 10491 2010-01-02 13:40:38Z vranyj1 $'
+    ^ '$Id: AbstractSourceFileWriter.st 10517 2010-04-26 18:26:38Z vranyj1 $'
 !
 
 version_CVS
@@ -170,5 +196,5 @@
 !
 
 version_SVN
-    ^ '$Id: AbstractSourceFileWriter.st 10491 2010-01-02 13:40:38Z vranyj1 $'
+    ^ '$Id: AbstractSourceFileWriter.st 10517 2010-04-26 18:26:38Z vranyj1 $'
 ! !