diff -r d70f0361a027 -r 4ee750caddab ExpandableRevisionItem.st --- a/ExpandableRevisionItem.st Fri Feb 18 15:02:06 2000 +0100 +++ b/ExpandableRevisionItem.st Fri Feb 18 15:10:15 2000 +0100 @@ -1,3 +1,17 @@ +" + COPYRIGHT (c) 2000 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. +" + + + AbstractRevisionItem subclass:#ExpandableRevisionItem instanceVariableNames:'' classVariableNames:'' @@ -7,6 +21,22 @@ !ExpandableRevisionItem class methodsFor:'documentation'! +copyright +" + COPYRIGHT (c) 2000 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 " documentation to be added. @@ -74,5 +104,5 @@ !ExpandableRevisionItem class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libtool/ExpandableRevisionItem.st,v 1.4 2000-02-15 16:49:17 ps Exp $' + ^ '$Header: /cvs/stx/stx/libtool/ExpandableRevisionItem.st,v 1.5 2000-02-18 14:08:35 cg Exp $' ! !