ProgrammingLanguage.st
changeset 12048 03f10902431c
parent 12012 a1294c2b4026
child 12056 6342579137b7
--- a/ProgrammingLanguage.st	Tue Sep 29 22:07:15 2009 +0200
+++ b/ProgrammingLanguage.st	Tue Sep 29 22:07:17 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' }"
 
 Object subclass:#ProgrammingLanguage
@@ -16,8 +27,18 @@
 
 !ProgrammingLanguage class methodsFor:'documentation'!
 
-version_SVN
-    ^'$Id: ProgrammingLanguage.st,v 1.2 2009-09-23 12:23:35 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.
+"
 ! !
 
 !ProgrammingLanguage class methodsFor:'initialization'!
@@ -333,7 +354,15 @@
 !ProgrammingLanguage class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ProgrammingLanguage.st,v 1.2 2009-09-23 12:23:35 fm Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ProgrammingLanguage.st,v 1.3 2009-09-29 20:07:17 cg Exp $'
+!
+
+version_CVS
+    ^ '$Header: /cvs/stx/stx/libbasic/ProgrammingLanguage.st,v 1.3 2009-09-29 20:07:17 cg Exp $'
+!
+
+version_SVN
+    ^'Id: ProgrammingLanguage.st,v 1.2 2009/09/23 12:23:35 fm Exp '
 ! !
 
 ProgrammingLanguage initialize!