PrinterContext.st
changeset 2184 c108f1291023
parent 2147 10c893aa772a
child 2235 0df6bda4b353
--- a/PrinterContext.st	Wed Aug 23 16:31:39 2006 +0200
+++ b/PrinterContext.st	Fri Aug 25 12:52:49 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:libview2' }"
 
 GraphicsMedium subclass:#PrinterContext
@@ -7,6 +19,21 @@
 	category:'Interface-Printing'
 !
 
+!PrinterContext 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.
+"
+! !
 
 !PrinterContext class methodsFor:'instance creation'!
 
@@ -1051,5 +1078,5 @@
 !PrinterContext class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/PrinterContext.st,v 1.3 2006-08-16 11:00:12 fm Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/PrinterContext.st,v 1.4 2006-08-25 10:52:49 cg Exp $'
 ! !