#OTHER by cg cvs_MAIN
authorClaus Gittinger <cg@exept.de>
Fri, 13 Dec 2019 21:36:00 +0100
branchcvs_MAIN
changeset 3979 93a5846c7793
parent 3978 97b846032b01
child 3980 c6875f04c2f4
#OTHER by cg added: #copyright
tools/JavaSourceRef.st
--- a/tools/JavaSourceRef.st	Fri Dec 13 21:33:49 2019 +0100
+++ b/tools/JavaSourceRef.st	Fri Dec 13 21:36:00 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:libjava/tools' }"
 
+"{ NameSpace: Smalltalk }"
+
 Object subclass:#JavaSourceRef
 	instanceVariableNames:'line0 lineH offset length'
 	classVariableNames:''
@@ -9,6 +24,20 @@
 
 !JavaSourceRef 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.
+"
+!
+
 documentation
 "
     JavaMethodSourceRef is a reference to method's source in
@@ -112,7 +141,7 @@
 !JavaSourceRef class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libjava/tools/JavaSourceRef.st,v 1.2 2015-03-20 13:29:52 vrany Exp $'
+    ^ '$Header$'
 !
 
 version_HG