UnixDesktop.st
branchjv
changeset 17761 b0e5971141bc
parent 17723 0cd9ce703bab
child 17883 209190914636
--- a/UnixDesktop.st	Mon Apr 12 08:29:17 2010 +0100
+++ b/UnixDesktop.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' }"
 
 AbstractDesktop subclass:#UnixDesktop
@@ -7,6 +18,21 @@
 	category:'System-Desktop'
 !
 
+!UnixDesktop 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.
+"
+! !
 
 !UnixDesktop class methodsFor:'accessing'!
 
@@ -99,5 +125,9 @@
 !UnixDesktop class methodsFor:'documentation'!
 
 version
-    ^'$Id: UnixDesktop.st 10461 2009-08-12 13:49:00Z vranyj1 $'
+    ^'$Id: UnixDesktop.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: UnixDesktop.st 10517 2010-04-26 18:26:38Z vranyj1 $'
 ! !