*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Sat, 30 Aug 2003 14:37:02 +0200
changeset 1311 e20fa06ce5f8
parent 1310 948ed141b0b7
child 1312 479dece41f42
*** empty log message ***
SocketAddressInfo.st
Stack.st
UnboxedIntegerArray.st
--- a/SocketAddressInfo.st	Fri Aug 29 21:33:49 2003 +0200
+++ b/SocketAddressInfo.st	Sat Aug 30 14:37:02 2003 +0200
@@ -1,3 +1,15 @@
+"
+ COPYRIGHT (c) 2003 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:libbasic2' }"
 
 Object subclass:#SocketAddressInfo
@@ -7,6 +19,21 @@
 	category:'OS-Sockets'
 !
 
+!SocketAddressInfo class methodsFor:'documentation'!
+
+copyright
+"
+ COPYRIGHT (c) 2003 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.
+"
+! !
 
 !SocketAddressInfo methodsFor:'accessing'!
 
@@ -74,5 +101,5 @@
 !SocketAddressInfo class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/SocketAddressInfo.st,v 1.3 2003-07-09 14:26:15 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/SocketAddressInfo.st,v 1.4 2003-08-30 12:36:35 cg Exp $'
 ! !
--- a/Stack.st	Fri Aug 29 21:33:49 2003 +0200
+++ b/Stack.st	Sat Aug 30 14:37:02 2003 +0200
@@ -1,3 +1,15 @@
+"
+ COPYRIGHT (c) 1996 by Claus Gittinger
+              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:libbasic2' }"
 
 OrderedCollection subclass:#Stack
@@ -9,6 +21,20 @@
 
 !Stack class methodsFor:'documentation'!
 
+copyright
+"
+ COPYRIGHT (c) 1996 by Claus Gittinger
+              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
 "
     A simple implementation of a Stack.
@@ -109,5 +135,5 @@
 !Stack class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/Stack.st,v 1.6 2003-06-11 08:36:55 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/Stack.st,v 1.7 2003-08-30 12:36:47 cg Exp $'
 ! !
--- a/UnboxedIntegerArray.st	Fri Aug 29 21:33:49 2003 +0200
+++ b/UnboxedIntegerArray.st	Sat Aug 30 14:37:02 2003 +0200
@@ -1,3 +1,15 @@
+"
+ COPYRIGHT (c) 2003 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:libbasic2' }"
 
 ArrayedCollection subclass:#UnboxedIntegerArray
@@ -7,6 +19,21 @@
 	category:'Collections-Arrayed'
 !
 
+!UnboxedIntegerArray class methodsFor:'documentation'!
+
+copyright
+"
+ COPYRIGHT (c) 2003 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.
+"
+! !
 
 !UnboxedIntegerArray methodsFor:'queries'!
 
@@ -17,5 +44,5 @@
 !UnboxedIntegerArray class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/UnboxedIntegerArray.st,v 1.1 2003-04-22 09:40:50 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/UnboxedIntegerArray.st,v 1.2 2003-08-30 12:37:02 cg Exp $'
 ! !