SmalltalkLanguage.st
branchjv
changeset 17761 b0e5971141bc
parent 17735 6a5bc05f696a
child 17767 a4a32df3aa5e
--- a/SmalltalkLanguage.st	Mon Apr 12 08:29:17 2010 +0100
+++ b/SmalltalkLanguage.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' }"
 
 ProgrammingLanguage subclass:#SmalltalkLanguage
@@ -9,6 +20,20 @@
 
 !SmalltalkLanguage 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.
+"
+!
+
 documentation
 "
     provide info about which tools are to be used for smalltalk code
@@ -186,7 +211,7 @@
 !SmalltalkLanguage class methodsFor:'documentation'!
 
 version
-    ^ '$Id: SmalltalkLanguage.st 10480 2009-12-02 21:30:55Z vranyj1 $'
+    ^ '$Id: SmalltalkLanguage.st 10517 2010-04-26 18:26:38Z vranyj1 $'
 !
 
 version_CVS
@@ -194,8 +219,5 @@
 !
 
 version_SVN
-    ^ '$Id: SmalltalkLanguage.st 10480 2009-12-02 21:30:55Z vranyj1 $'
+    ^ '$Id: SmalltalkLanguage.st 10517 2010-04-26 18:26:38Z vranyj1 $'
 ! !
-
-
-