BookmarksEditDialog.st
changeset 8812 a8f234ce348d
parent 8662 a117da640cb7
child 9354 718eef5655c0
--- a/BookmarksEditDialog.st	Tue Sep 29 18:24:24 2009 +0200
+++ b/BookmarksEditDialog.st	Tue Sep 29 21:33:00 2009 +0200
@@ -1,3 +1,14 @@
+"
+ COPYRIGHT (c) 2008 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' }"
 
 SimpleDialog subclass:#BookmarksEditDialog
@@ -7,6 +18,21 @@
 	category:'Interface-Tools-File'
 !
 
+!BookmarksEditDialog class methodsFor:'documentation'!
+
+copyright
+"
+ COPYRIGHT (c) 2008 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.
+"
+! !
 
 !BookmarksEditDialog class methodsFor:'help specs'!
 
@@ -583,5 +609,9 @@
 !BookmarksEditDialog class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/BookmarksEditDialog.st,v 1.4 2009-07-08 11:49:23 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/BookmarksEditDialog.st,v 1.5 2009-09-29 19:33:00 cg Exp $'
+!
+
+version_CVS
+    ^ '$Header: /cvs/stx/stx/libtool/BookmarksEditDialog.st,v 1.5 2009-09-29 19:33:00 cg Exp $'
 ! !