copyright methods
authorClaus Gittinger <cg@exept.de>
Fri, 25 Aug 2006 12:52:52 +0200
changeset 3047 99ff32dc74db
parent 3046 d6be3d04d964
child 3048 c25233216ae1
copyright methods
PrintAbortDialog.st
--- a/PrintAbortDialog.st	Thu Aug 24 23:21:53 2006 +0200
+++ b/PrintAbortDialog.st	Fri Aug 25 12:52:52 2006 +0200
@@ -1,3 +1,15 @@
+"
+ 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:libwidg2' }"
 
 ApplicationModel subclass:#PrintAbortDialog
@@ -7,6 +19,21 @@
 	category:'Interface-Printing'
 !
 
+!PrintAbortDialog 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.
+"
+! !
 
 !PrintAbortDialog class methodsFor:'interface specs'!
 
@@ -183,5 +210,5 @@
 !PrintAbortDialog class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/PrintAbortDialog.st,v 1.2 2006-08-07 13:27:01 fm Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/PrintAbortDialog.st,v 1.3 2006-08-25 10:52:52 cg Exp $'
 ! !