changed: #copyright
authorClaus Gittinger <cg@exept.de>
Fri, 01 Jul 2011 16:59:51 +0200
changeset 10030 486922eb13e0
parent 10029 7a3812d7edc3
child 10031 ab9f8be764b6
changed: #copyright
AbstractSourceCodeManagementSettingsAppl.st
--- a/AbstractSourceCodeManagementSettingsAppl.st	Fri Jul 01 16:57:58 2011 +0200
+++ b/AbstractSourceCodeManagementSettingsAppl.st	Fri Jul 01 16:59:51 2011 +0200
@@ -1,3 +1,14 @@
+"
+ COPYRIGHT (c) 2011 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:libtool' }"
 
 AbstractSettingsApplication subclass:#AbstractSourceCodeManagementSettingsAppl
@@ -7,6 +18,21 @@
 	category:'System-SourceCodeManagement'
 !
 
+!AbstractSourceCodeManagementSettingsAppl class methodsFor:'documentation'!
+
+copyright
+"
+ COPYRIGHT (c) 2011 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.
+"
+! !
 
 !AbstractSourceCodeManagementSettingsAppl class methodsFor:'queries'!
 
@@ -27,5 +53,9 @@
 !AbstractSourceCodeManagementSettingsAppl class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractSourceCodeManagementSettingsAppl.st,v 1.1 2011-04-19 10:49:24 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractSourceCodeManagementSettingsAppl.st,v 1.2 2011-07-01 14:59:51 cg Exp $'
+!
+
+version_SVN
+    ^ '§Id§'
 ! !