# HG changeset patch # User Claus Gittinger # Date 1576269440 -3600 # Node ID c6875f04c2f4543532d3dc303dde1a2a75728cfb # Parent 93a5846c7793b013d53aee93759498a55707e9a0 #OTHER by cg added: #copyright diff -r 93a5846c7793 -r c6875f04c2f4 tools/GroovyScanner.st --- a/tools/GroovyScanner.st Fri Dec 13 21:36:00 2019 +0100 +++ b/tools/GroovyScanner.st Fri Dec 13 21:37:20 2019 +0100 @@ -1,5 +1,16 @@ "{ Encoding: utf8 }" +" + COPYRIGHT (c) 2018 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:libjava/tools' }" "{ NameSpace: Smalltalk }" @@ -11,6 +22,21 @@ category:'Languages-Groovy-Tools-Source' ! +!GroovyScanner class methodsFor:'documentation'! + +copyright +" + COPYRIGHT (c) 2018 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. +" +! ! !GroovyScanner class methodsFor:'initialization'!