#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Tue, 24 Jan 2017 00:28:28 +0100
changeset 6049 912263613f7d
parent 6048 a57cf8f8b0f6
child 6050 4fb30794fc81
#DOCUMENTATION by cg class: Windows8ToolbarIconLibrary added: #copyright
Windows8ToolbarIconLibrary.st
--- a/Windows8ToolbarIconLibrary.st	Tue Jan 24 00:27:53 2017 +0100
+++ b/Windows8ToolbarIconLibrary.st	Tue Jan 24 00:28:28 2017 +0100
@@ -1,5 +1,18 @@
+"
+ COPYRIGHT (c) 2013 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:libwidg' }"
 
+"{ NameSpace: Smalltalk }"
+
 VistaToolbarIconLibrary subclass:#Windows8ToolbarIconLibrary
 	instanceVariableNames:''
 	classVariableNames:''
@@ -9,6 +22,20 @@
 
 !Windows8ToolbarIconLibrary class methodsFor:'documentation'!
 
+copyright
+"
+ COPYRIGHT (c) 2013 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.
+"
+!
+
 documentation
 "
     ToolbarIconLibrary := Windows8ToolbarIconLibrary
@@ -95,10 +122,10 @@
 !Windows8ToolbarIconLibrary class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/Windows8ToolbarIconLibrary.st,v 1.4 2014-11-23 13:56:45 cg Exp $'
+    ^ '$Header$'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/Windows8ToolbarIconLibrary.st,v 1.4 2014-11-23 13:56:45 cg Exp $'
+    ^ '$Header$'
 ! !