Tools__ToDoNotification.st
changeset 8239 8be821ca02f9
parent 7730 e97ee531e941
child 12123 4bde08cebd48
--- a/Tools__ToDoNotification.st	Wed Aug 20 21:41:35 2008 +0200
+++ b/Tools__ToDoNotification.st	Wed Aug 20 21:41:37 2008 +0200
@@ -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:libtool' }"
 
 "{ NameSpace: Tools }"
@@ -9,9 +20,24 @@
 	category:'Interface-Smalltalk-ToDo'
 !
 
+!ToDoNotification 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.
+"
+! !
 
 !ToDoNotification class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__ToDoNotification.st,v 1.1 2007-03-13 17:11:41 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__ToDoNotification.st,v 1.2 2008-08-20 19:41:37 cg Exp $'
 ! !