PBMReader.st
changeset 99 a656b0c9dd21
parent 96 948318b2fbd4
child 114 e577a2f332d0
equal deleted inserted replaced
98:ab8ed9e213d0 99:a656b0c9dd21
    15 	 classVariableNames:''
    15 	 classVariableNames:''
    16 	 poolDictionaries:''
    16 	 poolDictionaries:''
    17 	 category:'Graphics-Images support'
    17 	 category:'Graphics-Images support'
    18 !
    18 !
    19 
    19 
    20 PBMReader comment:'
       
    21 COPYRIGHT (c) 1992 by Claus Gittinger
       
    22 	      All Rights Reserved
       
    23 
       
    24 $Header: /cvs/stx/stx/libview2/PBMReader.st,v 1.12 1995-08-29 17:44:20 claus Exp $
       
    25 '!
       
    26 
       
    27 !PBMReader class methodsFor:'documentation'!
    20 !PBMReader class methodsFor:'documentation'!
    28 
    21 
    29 copyright
    22 copyright
    30 "
    23 "
    31  COPYRIGHT (c) 1992 by Claus Gittinger
    24  COPYRIGHT (c) 1992 by Claus Gittinger
    40 "
    33 "
    41 ! 
    34 ! 
    42 
    35 
    43 version
    36 version
    44 "
    37 "
    45 $Header: /cvs/stx/stx/libview2/PBMReader.st,v 1.12 1995-08-29 17:44:20 claus Exp $
    38 $Header: /cvs/stx/stx/libview2/PBMReader.st,v 1.13 1995-08-30 17:54:07 claus Exp $
    46 "
    39 "
    47 !
    40 !
    48 
    41 
    49 documentation
    42 documentation
    50 "
    43 "