NameSpaceCreationChange.st
changeset 798 999fff0aa0d0
parent 653 b873bb41ef10
child 1295 8c3784a1dfd7
--- a/NameSpaceCreationChange.st	Mon Jul 12 14:03:59 1999 +0200
+++ b/NameSpaceCreationChange.st	Mon Jul 12 14:06:43 1999 +0200
@@ -1,3 +1,16 @@
+"
+ COPYRIGHT (c) 1998 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.
+"
+
+
 Change subclass:#NameSpaceCreationChange
 	instanceVariableNames:'nameSpaceName'
 	classVariableNames:''
@@ -7,11 +20,19 @@
 
 !NameSpaceCreationChange class methodsFor:'documentation'!
 
-history
+copyright
+"
+ COPYRIGHT (c) 1998 by eXept Software AG
+              All Rights Reserved
 
-    "Created: / 16.2.1998 / 14:30:51 / cg"
-    "Created: #name: / 16.2.1998 / 14:31:14 / cg"
-    "Created: #printOn: / 16.2.1998 / 14:31:41 / cg"
+ 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.
+"
+
 ! !
 
 !NameSpaceCreationChange methodsFor:'accessing'!
@@ -34,5 +55,5 @@
 !NameSpaceCreationChange class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/NameSpaceCreationChange.st,v 1.1 1998-02-16 13:59:29 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/NameSpaceCreationChange.st,v 1.2 1999-07-12 12:06:09 cg Exp $'
 ! !