ExternalLong.st
changeset 1926 b7740748e15c
parent 623 cd16d122c83e
child 2329 63e0cb1a051e
--- a/ExternalLong.st	Tue Jan 22 16:55:21 2008 +0100
+++ b/ExternalLong.st	Tue Jan 22 23:31:54 2008 +0100
@@ -1,3 +1,16 @@
+"
+ COPYRIGHT (c) 1998 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' }"
+
 ExternalBytes subclass:#ExternalLong
 	instanceVariableNames:''
 	classVariableNames:''
@@ -5,6 +18,21 @@
 	category:'System-Support'
 !
 
+!ExternalLong class methodsFor:'documentation'!
+
+copyright
+"
+ COPYRIGHT (c) 1998 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.
+"
+! !
 
 !ExternalLong class methodsFor:'instance creation'!
 
@@ -90,5 +118,5 @@
 !ExternalLong class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/ExternalLong.st,v 1.3 1998-03-30 15:09:07 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/ExternalLong.st,v 1.4 2008-01-22 22:31:54 cg Exp $'
 ! !