mercurial/stx_libscm_mercurial.st
changeset 210 54a73fa50d40
parent 205 e8dbcfa7eb62
child 212 8ec5884fba41
--- a/mercurial/stx_libscm_mercurial.st	Tue Jan 29 16:35:29 2013 +0000
+++ b/mercurial/stx_libscm_mercurial.st	Fri Feb 01 12:02:22 2013 +0000
@@ -1,3 +1,14 @@
+"
+ COPYRIGHT (c) 2012-2013 by Jan Vrany
+              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:libscm/mercurial' }"
 
 LibraryDefinition subclass:#stx_libscm_mercurial
@@ -7,6 +18,21 @@
 	category:'* Projects & Packages *'
 !
 
+!stx_libscm_mercurial class methodsFor:'documentation'!
+
+copyright
+"
+ COPYRIGHT (c) 2012-2013 by Jan Vrany
+              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.
+"
+! !
 
 !stx_libscm_mercurial class methodsFor:'description'!
 
@@ -249,6 +275,7 @@
     ^ "$SVN-Revision:"'nil             '"$"
 ! !
 
+
 !stx_libscm_mercurial class methodsFor:'documentation'!
 
 version_HG