TimestampChange.st
changeset 3115 69417e1d1590
parent 2168 49078787e7cd
child 3158 f8c56a311307
--- a/TimestampChange.st	Wed Mar 06 18:09:34 2013 +0100
+++ b/TimestampChange.st	Wed Mar 06 18:13:40 2013 +0100
@@ -1,3 +1,14 @@
+"
+ COPYRIGHT (c) 2006 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' }"
 
 OtherChange subclass:#TimestampChange
@@ -7,6 +18,22 @@
 	category:'System-Changes'
 !
 
+!TimestampChange class methodsFor:'documentation'!
+
+copyright
+"
+ COPYRIGHT (c) 2006 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.
+
+"
+! !
 
 !TimestampChange methodsFor:'applying'!
 
@@ -30,5 +57,6 @@
 !TimestampChange class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/TimestampChange.st,v 1.2 2009-09-24 10:00:34 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/TimestampChange.st,v 1.3 2013-03-06 17:13:40 cg Exp $'
 ! !
+