*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Wed, 20 Aug 2008 21:41:35 +0200
changeset 8238 3a52a5600bb2
parent 8237 6213cd99534c
child 8239 8be821ca02f9
*** empty log message ***
Tools__ToDoListEntry.st
--- a/Tools__ToDoListEntry.st	Wed Aug 20 21:41:33 2008 +0200
+++ b/Tools__ToDoListEntry.st	Wed Aug 20 21:41:35 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,6 +20,21 @@
 	category:'Interface-Smalltalk-ToDo'
 !
 
+!ToDoListEntry 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.
+"
+! !
 
 !ToDoListEntry methodsFor:'accessing'!
 
@@ -202,5 +228,5 @@
 !ToDoListEntry class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__ToDoListEntry.st,v 1.7 2008-03-03 09:39:36 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__ToDoListEntry.st,v 1.8 2008-08-20 19:41:35 cg Exp $'
 ! !