#OTHER by cg
authorClaus Gittinger <cg@exept.de>
Fri, 13 Dec 2019 21:38:12 +0100
changeset 1221 59cedf8553ec
parent 1220 bc9a4740d530
child 1222 d2e2381b30ca
#OTHER by cg added: #copyright
JavaScriptParseNodeValidator.st
--- a/JavaScriptParseNodeValidator.st	Fri Dec 13 21:37:31 2019 +0100
+++ b/JavaScriptParseNodeValidator.st	Fri Dec 13 21:38:12 2019 +0100
@@ -1,5 +1,20 @@
+"{ 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:libjavascript' }"
 
+"{ NameSpace: Smalltalk }"
+
 JavaScriptParseNodeVisitor subclass:#JavaScriptParseNodeValidator
 	instanceVariableNames:'stack source'
 	classVariableNames:''
@@ -7,6 +22,21 @@
 	category:'Languages-JavaScript-Compiling & Parsing'
 !
 
+!JavaScriptParseNodeValidator 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.
+"
+! !
 
 !JavaScriptParseNodeValidator class methodsFor:'validation'!