copyright methods
authorClaus Gittinger <cg@exept.de>
Fri, 25 Aug 2006 12:52:55 +0200
changeset 4567 2ca5b0342f68
parent 4566 c7cde30b51e6
child 4568 5b651b2f5e04
copyright methods
WinPrinter.st
--- a/WinPrinter.st	Wed Aug 23 17:11:25 2006 +0200
+++ b/WinPrinter.st	Fri Aug 25 12:52:55 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:libview' }"
 
 WinWorkstation subclass:#WinPrinter
@@ -294,6 +306,21 @@
 %}
 ! !
 
+!WinPrinter 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.
+"
+! !
 
 !WinPrinter class methodsFor:'instance creation'!
 
@@ -828,5 +855,5 @@
 !WinPrinter class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Attic/WinPrinter.st,v 1.8 2006-08-16 11:00:16 fm Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Attic/WinPrinter.st,v 1.9 2006-08-25 10:52:55 cg Exp $'
 ! !