diff -r 001df69aba2d -r a6f5e53be7f3 SmalltalkLanguage.st --- a/SmalltalkLanguage.st Thu Jan 26 09:11:01 2017 +0100 +++ b/SmalltalkLanguage.st Thu Jan 26 11:53:57 2017 +0100 @@ -1,3 +1,15 @@ +" + COPYRIGHT (c) 2009 by Jan Vrany + COPYRIGHT (c) 2009 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:libbasic' }" "{ NameSpace: Smalltalk }" @@ -11,6 +23,21 @@ !SmalltalkLanguage class methodsFor:'documentation'! +copyright +" + COPYRIGHT (c) 2009 by Jan Vrany + COPYRIGHT (c) 2009 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 " provide info about which tools are to be used for smalltalk code