#OTHER by cg
authorClaus Gittinger <cg@exept.de>
Fri, 13 Dec 2019 21:33:01 +0100
changeset 25120 e88dea1b12b1
parent 25119 1dbc4341b4c0
child 25121 d3591d0375df
#OTHER by cg added: #copyright
OSProcess.st
--- a/OSProcess.st	Fri Dec 13 21:31:26 2019 +0100
+++ b/OSProcess.st	Fri Dec 13 21:33:01 2019 +0100
@@ -1,5 +1,16 @@
 "{ Encoding: utf8 }"
 
+"
+ COPYRIGHT (c) 2018 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' }"
 
 "{ NameSpace: Smalltalk }"
@@ -30,6 +41,20 @@
 
 !OSProcess class methodsFor:'documentation'!
 
+copyright
+"
+ COPYRIGHT (c) 2018 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
 "
     Instances of OSProcess represent operating system processes that can be executed.