PICTReader.st
branchjv
changeset 3855 1db7742d33ad
parent 1850 67d2c8b18c60
--- a/PICTReader.st	Thu Jan 19 12:00:14 2017 +0000
+++ b/PICTReader.st	Mon Jan 23 12:42:33 2017 +0000
@@ -1,5 +1,18 @@
+"
+ COPYRIGHT (c) Claus Gittinger / 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:libview2' }"
 
+"{ NameSpace: Smalltalk }"
+
 ImageReader subclass:#PICTReader
 	instanceVariableNames:'currentOpcode rowBytes bounds srcRect dstRect mode ctSeed ctFlags
 		ctSize ctTable packType baseAddr pmVersion packSize hRes vRes
@@ -19,6 +32,20 @@
 
 !PICTReader class methodsFor:'documentation'!
 
+copyright
+"
+ COPYRIGHT (c) Claus Gittinger / 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 class will eventually provide fnctionality for loading and storing
@@ -1889,4 +1916,5 @@
     ^ '$Header: /cvs/stx/stx/libview2/PICTReader.st,v 1.8 2003-11-19 19:19:27 cg Exp $'
 ! !
 
+
 PICTReader initialize!