Tools__CompilerWarningToDoListEntry.st
changeset 8235 e9748aa06cf9
parent 7927 897161e4ea04
child 12123 4bde08cebd48
child 15337 7fc9c63796a2
--- a/Tools__CompilerWarningToDoListEntry.st	Wed Aug 20 21:40:26 2008 +0200
+++ b/Tools__CompilerWarningToDoListEntry.st	Wed Aug 20 21:41:29 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'
 !
 
+!CompilerWarningToDoListEntry 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.
+"
+! !
 
 !CompilerWarningToDoListEntry class methodsFor:'instance creation'!
 
@@ -257,5 +283,5 @@
 !CompilerWarningToDoListEntry class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__CompilerWarningToDoListEntry.st,v 1.10 2008-01-22 22:32:41 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__CompilerWarningToDoListEntry.st,v 1.11 2008-08-20 19:41:29 cg Exp $'
 ! !