#OTHER by cg
authorClaus Gittinger <cg@exept.de>
Fri, 13 Dec 2019 21:35:03 +0100
changeset 1218 b5dbc32b78aa
parent 1217 8784cc979103
child 1219 813d816ee264
#OTHER by cg added: #copyright
JavaScriptConstantNode.st
--- a/JavaScriptConstantNode.st	Fri Dec 13 21:31:16 2019 +0100
+++ b/JavaScriptConstantNode.st	Fri Dec 13 21:35:03 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:libjavascript' }"
 
 "{ NameSpace: Smalltalk }"
@@ -11,6 +22,21 @@
 	category:'Languages-JavaScript-Framework'
 !
 
+!JavaScriptConstantNode 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.
+"
+! !
 
 !JavaScriptConstantNode methodsFor:'printing & storing'!