mercurial/HGBranch.st
changeset 210 54a73fa50d40
parent 152 9068fe7a5795
child 335 7e19ab19148b
--- a/mercurial/HGBranch.st	Tue Jan 29 16:35:29 2013 +0000
+++ b/mercurial/HGBranch.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' }"
 
 HGRepositoryObject subclass:#HGBranch
@@ -7,6 +18,21 @@
 	category:'SCM-Mercurial-Core'
 !
 
+!HGBranch 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.
+"
+! !
 
 !HGBranch methodsFor:'accessing'!
 
@@ -91,3 +117,4 @@
 version_SVN
     ^ '§Id::                                                                                                                        §'
 ! !
+