FaceReader.st
changeset 3898 bf47b82c9c30
parent 1846 d29322944b05
child 3921 58dbf336ced2
--- a/FaceReader.st	Fri Feb 17 08:56:49 2017 +0100
+++ b/FaceReader.st	Fri Feb 17 09:03:56 2017 +0100
@@ -9,8 +9,9 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
+"{ Package: 'stx:libview2' }"
 
-"{ Package: 'stx:libview2' }"
+"{ NameSpace: Smalltalk }"
 
 ImageReader subclass:#FaceReader
 	instanceVariableNames:''
@@ -38,8 +39,8 @@
 documentation
 "
     This class knows how to read face files.
-    This format is used for people's faces - which can be obtained from some
-     ftp-servers, to improve mail- and/or newsreaders :-).
+    This format used to used for people's faces (in the 90s)
+    - which could be obtained from some ftp-servers, to improve mail- and/or newsreaders :-).
     Other than above, that format is not used often.
 
     The file format is (ascii):
@@ -157,7 +158,8 @@
 !FaceReader class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/FaceReader.st,v 1.30 2003-11-19 15:28:06 cg Exp $'
+    ^ '$Header$'
 ! !
 
+
 FaceReader initialize!