BeveledBorder.st
changeset 5460 799eea292a22
parent 5438 102f9d8b7c0e
child 6718 f2cbb141e564
--- a/BeveledBorder.st	Wed Nov 04 15:31:06 2009 +0100
+++ b/BeveledBorder.st	Wed Nov 04 15:31:18 2009 +0100
@@ -1,3 +1,14 @@
+"
+ COPYRIGHT (c) 2009 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' }"
 
 AbstractBorder subclass:#BeveledBorder
@@ -9,6 +20,20 @@
 
 !BeveledBorder class methodsFor:'documentation'!
 
+copyright
+"
+ COPYRIGHT (c) 2009 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.
+"
+!
+
 examples
 "
      |v b|
@@ -169,5 +194,5 @@
 !BeveledBorder class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview/BeveledBorder.st,v 1.3 2009-10-29 17:24:34 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/BeveledBorder.st,v 1.4 2009-11-04 14:31:18 cg Exp $'
 ! !