OSProcess.st
branchjv
changeset 17766 0acf634e6550
parent 17763 019bb9c842c5
child 17767 a4a32df3aa5e
--- a/OSProcess.st	Tue May 18 14:31:21 2010 +0100
+++ b/OSProcess.st	Thu May 20 14:35:23 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:#OSProcess
@@ -9,6 +20,20 @@
 
 !OSProcess 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
 "
     OSProcess is an abstract class. Instances represent operating system processes
@@ -122,4 +147,8 @@
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/OSProcess.st,v 1.1 2010/04/27 08:07:00 stefan Exp §'
+!
+
+version_SVN
+    ^ '$Id$'
 ! !