UnprotectedExternalBytes.st
changeset 15959 ad03342d5dff
parent 6489 20ff7b3f3f26
child 18120 e3a375d5f6a8
--- a/UnprotectedExternalBytes.st	Wed Feb 05 18:18:09 2014 +0100
+++ b/UnprotectedExternalBytes.st	Wed Feb 05 18:18:22 2014 +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' }"
 
 ExternalBytes subclass:#UnprotectedExternalBytes
@@ -9,6 +20,20 @@
 
 !UnprotectedExternalBytes 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
 "
     This is just a factory to generate ExternalBytes.
@@ -43,5 +68,6 @@
 !UnprotectedExternalBytes class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/UnprotectedExternalBytes.st,v 1.1 2002-04-09 15:23:15 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/UnprotectedExternalBytes.st,v 1.2 2014-02-05 17:18:22 cg Exp $'
 ! !
+