(none)
authorclaus
Wed, 13 Oct 1993 01:46:47 +0100
changeset 5 4d55b551dc57
parent 4 1e7888dc7e57
child 6 4ac87e6bf82f
(none)
FaceReader.st
GIFReader.st
InputView.st
Model.st
PBMReader.st
StandardSystemController.st
StdSysC.st
SunRasterReader.st
SunReader.st
TIFFRdr.st
TIFFReader.st
WinIconRdr.st
WindowsIconReader.st
XBMReader.st
--- a/FaceReader.st	Wed Oct 13 01:44:58 1993 +0100
+++ b/FaceReader.st	Wed Oct 13 01:46:47 1993 +0100
@@ -1,4 +1,14 @@
-'From Smalltalk/X, Version:2.6.4 on 30-Apr-1993 at 18:40:58'!
+"
+ 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.
+"
 
 ImageReader subclass:#FaceReader
          instanceVariableNames:''
@@ -7,6 +17,18 @@
          category:'Graphics-Support'
 !
 
+FaceReader comment:'
+
+COPYRIGHT (c) 1993 by Claus Gittinger
+              All Rights Reserved
+
+this class knows how to read face files.
+
+$Header: /cvs/stx/stx/libview2/FaceReader.st,v 1.3 1993-10-13 00:45:33 claus Exp $
+
+written spring 93 by claus
+'!
+
 !FaceReader methodsFor:'reading from file'!
 
 fromFile:aFileName
--- a/GIFReader.st	Wed Oct 13 01:44:58 1993 +0100
+++ b/GIFReader.st	Wed Oct 13 01:46:47 1993 +0100
@@ -22,7 +22,7 @@
 COPYRIGHT (c) 1991-93 by Claus Gittinger
               All Rights Reserved
 
-%W% %E%
+$Header: /cvs/stx/stx/libview2/GIFReader.st,v 1.3 1993-10-13 00:45:41 claus Exp $
 
 written Dec 91 by claus
 '!
--- a/InputView.st	Wed Oct 13 01:44:58 1993 +0100
+++ b/InputView.st	Wed Oct 13 01:46:47 1993 +0100
@@ -26,7 +26,7 @@
 This kind of view can be used to be laid ontop of another view to catch all
 input. (Interface builder)
 
-@(#)InputView.st	3.2 92/07/14
+$Header: /cvs/stx/stx/libview2/InputView.st,v 1.2 1993-10-13 00:46:01 claus Exp $
 
 written spring 90 by claus
 '!
--- a/Model.st	Wed Oct 13 01:44:58 1993 +0100
+++ b/Model.st	Wed Oct 13 01:46:47 1993 +0100
@@ -30,7 +30,7 @@
 Instance variables:
     dependentViews      Collection      the views knowing me
 
-%W% %E%
+$Header: /cvs/stx/stx/libview2/Model.st,v 1.2 1993-10-13 00:46:11 claus Exp $
 written summer 92 by claus
 '!
 
--- a/PBMReader.st	Wed Oct 13 01:44:58 1993 +0100
+++ b/PBMReader.st	Wed Oct 13 01:46:47 1993 +0100
@@ -25,7 +25,7 @@
 this class provides methods for loading and saving Portable BitMap-file images
 (Jef Poskanzers portable bitmap package)..
 
-%W% %E%
+$Header: /cvs/stx/stx/libview2/PBMReader.st,v 1.2 1993-10-13 00:46:16 claus Exp $
 written Aug 93 by claus
 '!
 
--- a/StandardSystemController.st	Wed Oct 13 01:44:58 1993 +0100
+++ b/StandardSystemController.st	Wed Oct 13 01:46:47 1993 +0100
@@ -25,7 +25,7 @@
 since all action is done in window manager. This class exists for ST-80 com-
 patibility mainly.
 
-%W% %E%
+$Header: /cvs/stx/stx/libview2/StandardSystemController.st,v 1.2 1993-10-13 00:46:29 claus Exp $
 written spring 93 by claus
 '!
 
--- a/StdSysC.st	Wed Oct 13 01:44:58 1993 +0100
+++ b/StdSysC.st	Wed Oct 13 01:46:47 1993 +0100
@@ -25,7 +25,7 @@
 since all action is done in window manager. This class exists for ST-80 com-
 patibility mainly.
 
-%W% %E%
+$Header: /cvs/stx/stx/libview2/Attic/StdSysC.st,v 1.2 1993-10-13 00:46:29 claus Exp $
 written spring 93 by claus
 '!
 
--- a/SunRasterReader.st	Wed Oct 13 01:44:58 1993 +0100
+++ b/SunRasterReader.st	Wed Oct 13 01:46:47 1993 +0100
@@ -24,7 +24,7 @@
 
 this class provides methods for loading Sun Raster file images
 
-%W% %E%
+$Header: /cvs/stx/stx/libview2/SunRasterReader.st,v 1.3 1993-10-13 00:46:33 claus Exp $
 written Summer 91 by claus
 '!
 
--- a/SunReader.st	Wed Oct 13 01:44:58 1993 +0100
+++ b/SunReader.st	Wed Oct 13 01:46:47 1993 +0100
@@ -24,7 +24,7 @@
 
 this class provides methods for loading Sun Raster file images
 
-%W% %E%
+$Header: /cvs/stx/stx/libview2/Attic/SunReader.st,v 1.3 1993-10-13 00:46:33 claus Exp $
 written Summer 91 by claus
 '!
 
--- a/TIFFRdr.st	Wed Oct 13 01:44:58 1993 +0100
+++ b/TIFFRdr.st	Wed Oct 13 01:46:47 1993 +0100
@@ -28,7 +28,7 @@
 COPYRIGHT (c) 1991-93 by Claus Gittinger
               All Rights Reserved
 
-%W% %E%
+$Header: /cvs/stx/stx/libview2/Attic/TIFFRdr.st,v 1.3 1993-10-13 00:46:35 claus Exp $
 written Summer 91 by claus
 '!
 
--- a/TIFFReader.st	Wed Oct 13 01:44:58 1993 +0100
+++ b/TIFFReader.st	Wed Oct 13 01:46:47 1993 +0100
@@ -28,7 +28,7 @@
 COPYRIGHT (c) 1991-93 by Claus Gittinger
               All Rights Reserved
 
-%W% %E%
+$Header: /cvs/stx/stx/libview2/TIFFReader.st,v 1.3 1993-10-13 00:46:35 claus Exp $
 written Summer 91 by claus
 '!
 
--- a/WinIconRdr.st	Wed Oct 13 01:44:58 1993 +0100
+++ b/WinIconRdr.st	Wed Oct 13 01:46:47 1993 +0100
@@ -25,7 +25,7 @@
 this class provides methods for loading and saving Windows and OS2
 icon files..
 
-%W% %E%
+$Header: /cvs/stx/stx/libview2/Attic/WinIconRdr.st,v 1.3 1993-10-13 00:46:44 claus Exp $
 written Jun 93 by claus
 '!
 
--- a/WindowsIconReader.st	Wed Oct 13 01:44:58 1993 +0100
+++ b/WindowsIconReader.st	Wed Oct 13 01:46:47 1993 +0100
@@ -25,7 +25,7 @@
 this class provides methods for loading and saving Windows and OS2
 icon files..
 
-%W% %E%
+$Header: /cvs/stx/stx/libview2/WindowsIconReader.st,v 1.3 1993-10-13 00:46:44 claus Exp $
 written Jun 93 by claus
 '!
 
--- a/XBMReader.st	Wed Oct 13 01:44:58 1993 +0100
+++ b/XBMReader.st	Wed Oct 13 01:46:47 1993 +0100
@@ -26,7 +26,7 @@
 These images can (for example) be created using the bitmap editor supplied
 with X. Only monochrome images can be represented in thos format.
 
-%W% %E%
+$Header: /cvs/stx/stx/libview2/XBMReader.st,v 1.3 1993-10-13 00:46:47 claus Exp $
 written Sep 92 by claus
 '!