diff -r d96ea0023b35 -r 8691e91d072c Tools__GenericToolbox.st --- a/Tools__GenericToolbox.st Tue Jan 24 01:01:05 2017 +0100 +++ b/Tools__GenericToolbox.st Tue Jan 24 01:01:39 2017 +0100 @@ -1,3 +1,14 @@ +" + COPYRIGHT (c) 2014 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. +" "{ Package: 'stx:libtool' }" "{ NameSpace: Tools }" @@ -11,6 +22,21 @@ !GenericToolbox class methodsFor:'documentation'! +copyright +" + COPYRIGHT (c) 2014 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 " A generic toolbox for languages that compiles into Smalltalk/X bytecode. @@ -80,10 +106,10 @@ !GenericToolbox class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libtool/Tools__GenericToolbox.st,v 1.2 2014-02-25 10:41:28 vrany Exp $' + ^ '$Header$' ! version_CVS - ^ '$Header: /cvs/stx/stx/libtool/Tools__GenericToolbox.st,v 1.2 2014-02-25 10:41:28 vrany Exp $' + ^ '$Header$' ! !