AutoDeletedFilename.st
changeset 10847 2f39b0b6f4e6
parent 10761 6a63674a5cb1
child 10931 54107ed355be
--- a/AutoDeletedFilename.st	Tue Jan 22 23:31:25 2008 +0100
+++ b/AutoDeletedFilename.st	Tue Jan 22 23:31:50 2008 +0100
@@ -1,3 +1,14 @@
+"
+ COPYRIGHT (c) 2007 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:libbasic' }"
 
 Filename subclass:#AutoDeletedFilename
@@ -9,6 +20,20 @@
 
 !AutoDeletedFilename class methodsFor:'documentation'!
 
+copyright
+"
+ COPYRIGHT (c) 2007 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
 "
     Used with temporary files - these will automatically delete themself,
@@ -56,5 +81,5 @@
 !AutoDeletedFilename class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/AutoDeletedFilename.st,v 1.1 2007-10-25 09:40:08 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/AutoDeletedFilename.st,v 1.2 2008-01-22 22:31:50 cg Exp $'
 ! !