#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Wed, 15 Feb 2017 22:11:26 +0100
changeset 4216 c5a42101576c
parent 4215 e8ee8bd625c9
child 4217 4ccbde8e7a66
#DOCUMENTATION by cg class: DataBaseSourceCodeManagerUtilities added: #copyright
DataBaseSourceCodeManagerUtilities.st
--- a/DataBaseSourceCodeManagerUtilities.st	Mon Feb 13 20:48:00 2017 +0100
+++ b/DataBaseSourceCodeManagerUtilities.st	Wed Feb 15 22:11:26 2017 +0100
@@ -1,5 +1,18 @@
+"
+ COPYRIGHT (c) 2014 by Claus Gittinger
+              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:libbasic3' }"
 
+"{ NameSpace: Smalltalk }"
+
 SourceCodeManagerUtilities subclass:#DataBaseSourceCodeManagerUtilities
 	instanceVariableNames:''
 	classVariableNames:''
@@ -7,14 +20,29 @@
 	category:'System-SourceCodeManagement'
 !
 
+!DataBaseSourceCodeManagerUtilities class methodsFor:'documentation'!
+
+copyright
+"
+ COPYRIGHT (c) 2014 by Claus Gittinger
+              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.
+"
+! !
 
 !DataBaseSourceCodeManagerUtilities class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/DataBaseSourceCodeManagerUtilities.st,v 1.1 2014-11-29 02:31:37 cg Exp $'
+    ^ '$Header$'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic3/DataBaseSourceCodeManagerUtilities.st,v 1.1 2014-11-29 02:31:37 cg Exp $'
+    ^ '$Header$'
 ! !