ImageBackground.st
changeset 7936 32e4649bc185
parent 6689 01dd66405335
--- a/ImageBackground.st	Wed Feb 22 21:15:15 2017 +0100
+++ b/ImageBackground.st	Wed Feb 22 21:15:43 2017 +0100
@@ -1,5 +1,5 @@
 "
- COPYRIGHT (c) 2009 by eXept Software AG
+ COPYRIGHT (c) 2009 by Claus Gittinger / eXept Software AG
               All Rights Reserved
 
  This software is furnished under a license and may be used
@@ -11,6 +11,8 @@
 "
 "{ Package: 'stx:libview' }"
 
+"{ NameSpace: Smalltalk }"
+
 AbstractBackground subclass:#ImageBackground
 	instanceVariableNames:'image align cachedMagnifiedImage'
 	classVariableNames:''
@@ -22,7 +24,7 @@
 
 copyright
 "
- COPYRIGHT (c) 2009 by eXept Software AG
+ COPYRIGHT (c) 2009 by Claus Gittinger / eXept Software AG
               All Rights Reserved
 
  This software is furnished under a license and may be used
@@ -100,6 +102,6 @@
 !ImageBackground class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview/ImageBackground.st,v 1.3 2014-12-21 15:51:43 cg Exp $'
+    ^ '$Header$'
 ! !