x
authorClaus Gittinger <cg@exept.de>
Fri, 01 Jul 2011 15:25:23 +0200
changeset 9989 e1478a1b9495
parent 9988 bd2d92fdf9a3
child 9990 15cd7042b1a0
x
Tools__NavigationHistory.st
--- a/Tools__NavigationHistory.st	Fri Jul 01 15:24:24 2011 +0200
+++ b/Tools__NavigationHistory.st	Fri Jul 01 15:25:23 2011 +0200
@@ -1,4 +1,15 @@
-"{ Package: 'cvut:stx/goodies/libtool3' }"
+"
+ 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:libtool' }"
 
 "{ NameSpace: Tools }"
 
@@ -9,6 +20,21 @@
 	category:'Interface-History'
 !
 
+!NavigationHistory 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.
+"
+! !
 
 !NavigationHistory class methodsFor:'instance creation'!
 
@@ -153,14 +179,14 @@
 
 !NavigationHistory class methodsFor:'documentation'!
 
-version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__NavigationHistory.st,v 1.3 2009-09-30 12:09:44 fm Exp $'
-!
-
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__NavigationHistory.st,v 1.3 2009-09-30 12:09:44 fm Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__NavigationHistory.st,v 1.4 2011-07-01 13:25:23 cg Exp $'
 !
 
 version_CVS_jvrany
-    ^ 'Header: /opt/data/cvs/stx/goodies/libtool3/Tools__NavigationHistory.st,v 1.2 2008-02-27 13:45:21 vranyj1 Exp '
+    ^ '§Header: /opt/data/cvs/stx/goodies/libtool3/Tools__NavigationHistory.st,v 1.2 2008-02-27 13:45:21 vranyj1 Exp §'
+!
+
+version_SVN
+    ^ '§Id: Tools__NavigationHistory.st 7486 2009-10-26 22:06:24Z vranyj1 §'
 ! !