SmalltalkChunkFileSourceReader.st
changeset 12049 b07e6e19bef5
parent 12010 9afa2e24cfa0
child 12054 83b104892143
--- a/SmalltalkChunkFileSourceReader.st	Tue Sep 29 22:07:17 2009 +0200
+++ b/SmalltalkChunkFileSourceReader.st	Tue Sep 29 22:08:13 2009 +0200
@@ -1,3 +1,14 @@
+"
+ COPYRIGHT (c) 2009 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' }"
 
 AbstractSourceFileReader subclass:#SmalltalkChunkFileSourceReader
@@ -9,8 +20,18 @@
 
 !SmalltalkChunkFileSourceReader class methodsFor:'documentation'!
 
-version_SVN
-    ^'$Id: SmalltalkChunkFileSourceReader.st,v 1.2 2009-09-23 12:23:14 fm Exp $'
+copyright
+"
+ COPYRIGHT (c) 2009 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.
+"
 ! !
 
 !SmalltalkChunkFileSourceReader methodsFor:'fileIn'!
@@ -26,5 +47,13 @@
 !SmalltalkChunkFileSourceReader class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/SmalltalkChunkFileSourceReader.st,v 1.2 2009-09-23 12:23:14 fm Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/SmalltalkChunkFileSourceReader.st,v 1.3 2009-09-29 20:08:13 cg Exp $'
+!
+
+version_CVS
+    ^ '$Header: /cvs/stx/stx/libbasic/SmalltalkChunkFileSourceReader.st,v 1.3 2009-09-29 20:08:13 cg Exp $'
+!
+
+version_SVN
+    ^'Id: SmalltalkChunkFileSourceReader.st,v 1.2 2009/09/23 12:23:14 fm Exp '
 ! !