PICTReader.st
changeset 1850 67d2c8b18c60
parent 1849 e3c78a95e9f2
child 3855 1db7742d33ad
--- a/PICTReader.st	Wed Nov 19 20:18:30 2003 +0100
+++ b/PICTReader.st	Wed Nov 19 20:19:27 2003 +0100
@@ -1,15 +1,3 @@
-"
- COPYRIGHT (c) 1993 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:libview2' }"
 
 ImageReader subclass:#PICTReader
@@ -31,20 +19,6 @@
 
 !PICTReader class methodsFor:'documentation'!
 
-copyright
-"
- COPYRIGHT (c) 1993 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
 "
     this class will eventually provide fnctionality for loading and storing
@@ -54,6 +28,8 @@
     The implementation is VERY incomplete - it is provided here to provide a starting
     point for porters.
 
+    For now, it does read a few sample images from the GFF books example CD.
+
     [See also:]
         Image Form Icon
         BlitImageReader FaceReader JPEGReader GIFReader PBMReader PCXReader 
@@ -1910,7 +1886,7 @@
 !PICTReader class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/PICTReader.st,v 1.7 2003-11-19 19:18:30 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/PICTReader.st,v 1.8 2003-11-19 19:19:27 cg Exp $'
 ! !
 
 PICTReader initialize!