added: #copyright
authorClaus Gittinger <cg@exept.de>
Wed, 06 Mar 2013 18:09:34 +0100
changeset 3114 a9f42d2b0928
parent 3113 64c1907725b5
child 3115 69417e1d1590
added: #copyright
InvalidChange.st
--- a/InvalidChange.st	Wed Mar 06 18:07:44 2013 +0100
+++ b/InvalidChange.st	Wed Mar 06 18:09:34 2013 +0100
@@ -1,3 +1,14 @@
+"
+ COPYRIGHT (c) 2012 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:libbasic3' }"
 
 Change subclass:#InvalidChange
@@ -9,6 +20,21 @@
 
 !InvalidChange class methodsFor:'documentation'!
 
+copyright
+"
+ COPYRIGHT (c) 2012 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
 "
     I represent unhandled change chunks (in a changeFile)
@@ -36,10 +62,10 @@
 !InvalidChange class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/InvalidChange.st,v 1.2 2013-01-18 12:55:23 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/InvalidChange.st,v 1.3 2013-03-06 17:09:34 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic3/InvalidChange.st,v 1.2 2013-01-18 12:55:23 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/InvalidChange.st,v 1.3 2013-03-06 17:09:34 cg Exp $'
 ! !