Added copyright notice.
authorJan Vrany <jan.vrany@fit.cvut.cz>
Fri, 01 Feb 2013 12:02:22 +0000
changeset 210 54a73fa50d40
parent 209 1ac6a3ac648a
child 211 616bc92c0875
Added copyright notice.
mercurial/HGAuthorQuery.st
mercurial/HGBranch.st
mercurial/HGCachedFileData.st
mercurial/HGChange.st
mercurial/HGChangeset.st
mercurial/HGChangesetFile.st
mercurial/HGChangesetId.st
mercurial/HGCommand.st
mercurial/HGCommandError.st
mercurial/HGCommandParseError.st
mercurial/HGCommandParser.st
mercurial/HGCommandParserTests.st
mercurial/HGCommitDialog.st
mercurial/HGCommitError.st
mercurial/HGCommitTask.st
mercurial/HGConfig.st
mercurial/HGError.st
mercurial/HGIconLibrary.st
mercurial/HGMergeInfo.st
mercurial/HGMergeTool.st
mercurial/HGNoSuchBranchError.st
mercurial/HGPackageModel.st
mercurial/HGPackageModelRegistry.st
mercurial/HGPushError.st
mercurial/HGPushWouldCreateNewHeadError.st
mercurial/HGRemote.st
mercurial/HGRepositoriesResource.st
mercurial/HGRepository.st
mercurial/HGRepositoryError.st
mercurial/HGRepositoryObject.st
mercurial/HGRevisionAnnotation.st
mercurial/HGRevisionInfo.st
mercurial/HGSourceCodeManagementSettingsAppl.st
mercurial/HGSourceCodeManager.st
mercurial/HGStXTests.st
mercurial/HGStatus.st
mercurial/HGTestCase.st
mercurial/HGTests.st
mercurial/HGWorkingCopy.st
mercurial/HGWorkingCopyBrowser.st
mercurial/HGWorkingCopyFile.st
mercurial/mercurial.rc
mercurial/stx_libscm_mercurial.st
--- a/mercurial/HGAuthorQuery.st	Tue Jan 29 16:35:29 2013 +0000
+++ b/mercurial/HGAuthorQuery.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' }"
 
 Query subclass:#HGAuthorQuery
@@ -7,6 +18,21 @@
 	category:'SCM-Mercurial-Exceptions'
 !
 
+!HGAuthorQuery 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.
+"
+! !
 
 !HGAuthorQuery class methodsFor:'documentation'!
 
@@ -18,3 +44,4 @@
 version_SVN
     ^ '§Id::                                                                                                                        §'
 ! !
+
--- 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::                                                                                                                        §'
 ! !
+
--- a/mercurial/HGCachedFileData.st	Tue Jan 29 16:35:29 2013 +0000
+++ b/mercurial/HGCachedFileData.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' }"
 
 Object subclass:#HGCachedFileData
@@ -7,6 +18,21 @@
 	category:'SCM-Mercurial-Internal'
 !
 
+!HGCachedFileData 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.
+"
+! !
 
 !HGCachedFileData class methodsFor:'instance creation'!
 
--- a/mercurial/HGChange.st	Tue Jan 29 16:35:29 2013 +0000
+++ b/mercurial/HGChange.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' }"
 
 Object subclass:#HGChange
@@ -35,6 +46,21 @@
 	privateIn:HGChange
 !
 
+!HGChange 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.
+"
+! !
 
 !HGChange class methodsFor:'instance creation'!
 
@@ -149,3 +175,4 @@
 
     ^ '$Changeset: <not expanded> $'
 ! !
+
--- a/mercurial/HGChangeset.st	Tue Jan 29 16:35:29 2013 +0000
+++ b/mercurial/HGChangeset.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:#HGChangeset
@@ -10,6 +21,20 @@
 
 !HGChangeset 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.
+"
+!
+
 documentation
 "
     A HGChangeset represent one changeset in Mercurial repository.
--- a/mercurial/HGChangesetFile.st	Tue Jan 29 16:35:29 2013 +0000
+++ b/mercurial/HGChangesetFile.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' }"
 
 Object subclass:#HGChangesetFile
@@ -9,6 +20,20 @@
 
 !HGChangesetFile 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.
+"
+!
+
 documentation
 "
     A representation on a file in working copy. It behaves just like 
--- a/mercurial/HGChangesetId.st	Tue Jan 29 16:35:29 2013 +0000
+++ b/mercurial/HGChangesetId.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' }"
 
 ByteArray variableByteSubclass:#HGChangesetId
@@ -9,6 +20,20 @@
 
 !HGChangesetId 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.
+"
+!
+
 documentation
 "
     Represent a changeset id in Mercurial repository.
--- a/mercurial/HGCommand.st	Tue Jan 29 16:35:29 2013 +0000
+++ b/mercurial/HGCommand.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' }"
 
 Object subclass:#HGCommand
@@ -142,6 +153,20 @@
 
 !HGCommand 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.
+"
+!
+
 documentation
 "
     A wrapper for hg command line tool. Individual commands are wrapped in 
--- a/mercurial/HGCommandError.st	Tue Jan 29 16:35:29 2013 +0000
+++ b/mercurial/HGCommandError.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' }"
 
 HGError subclass:#HGCommandError
@@ -7,6 +18,21 @@
 	category:'SCM-Mercurial-Core'
 !
 
+!HGCommandError 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.
+"
+! !
 
 !HGCommandError class methodsFor:'documentation'!
 
@@ -18,3 +44,4 @@
 version_SVN
     ^ '§Id::                                                                                                                        §'
 ! !
+
--- a/mercurial/HGCommandParseError.st	Tue Jan 29 16:35:29 2013 +0000
+++ b/mercurial/HGCommandParseError.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' }"
 
 HGCommandError subclass:#HGCommandParseError
@@ -7,6 +18,21 @@
 	category:'SCM-Mercurial-Exceptions'
 !
 
+!HGCommandParseError 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.
+"
+! !
 
 !HGCommandParseError class methodsFor:'documentation'!
 
@@ -18,3 +44,4 @@
 version_SVN
     ^ '§Id::                                                                                                                        §'
 ! !
+
--- a/mercurial/HGCommandParser.st	Tue Jan 29 16:35:29 2013 +0000
+++ b/mercurial/HGCommandParser.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' }"
 
 Object subclass:#HGCommandParser
@@ -7,6 +18,21 @@
 	category:'SCM-Mercurial-Internal'
 !
 
+!HGCommandParser 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.
+"
+! !
 
 !HGCommandParser class methodsFor:'instance creation'!
 
@@ -784,3 +810,4 @@
 version_SVN
     ^ '§Id::                                                                                                                        §'
 ! !
+
--- a/mercurial/HGCommandParserTests.st	Tue Jan 29 16:35:29 2013 +0000
+++ b/mercurial/HGCommandParserTests.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' }"
 
 TestCase subclass:#HGCommandParserTests
@@ -7,6 +18,21 @@
 	category:'SCM-Mercurial-Tests'
 !
 
+!HGCommandParserTests 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.
+"
+! !
 
 !HGCommandParserTests methodsFor:'tests - commands'!
 
--- a/mercurial/HGCommitDialog.st	Tue Jan 29 16:35:29 2013 +0000
+++ b/mercurial/HGCommitDialog.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' }"
 
 SCMAbstractCommitDialog subclass:#HGCommitDialog
@@ -8,6 +19,21 @@
 	category:'SCM-Mercurial-StX-Interface'
 !
 
+!HGCommitDialog 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.
+"
+! !
 
 !HGCommitDialog class methodsFor:'image specs'!
 
--- a/mercurial/HGCommitError.st	Tue Jan 29 16:35:29 2013 +0000
+++ b/mercurial/HGCommitError.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' }"
 
 HGError subclass:#HGCommitError
@@ -7,6 +18,21 @@
 	category:'SCM-Mercurial-Exceptions'
 !
 
+!HGCommitError 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.
+"
+! !
 
 !HGCommitError class methodsFor:'documentation'!
 
@@ -14,3 +40,4 @@
 
     ^ '$Changeset: <not expanded> $'
 ! !
+
--- a/mercurial/HGCommitTask.st	Tue Jan 29 16:35:29 2013 +0000
+++ b/mercurial/HGCommitTask.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' }"
 
 SCMAbstractCommitTask subclass:#HGCommitTask
@@ -7,6 +18,21 @@
 	category:'SCM-Mercurial-StX-Tasks'
 !
 
+!HGCommitTask 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.
+"
+! !
 
 !HGCommitTask methodsFor:'accessing'!
 
@@ -102,3 +128,4 @@
 version_SVN
     ^ '§Id::                                                                                                                        §'
 ! !
+
--- a/mercurial/HGConfig.st	Tue Jan 29 16:35:29 2013 +0000
+++ b/mercurial/HGConfig.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:#HGConfig
@@ -21,6 +32,21 @@
 	privateIn:HGConfig
 !
 
+!HGConfig 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.
+"
+! !
 
 !HGConfig class methodsFor:'accessing-files'!
 
@@ -226,3 +252,4 @@
 
     ^ '$Changeset: <not expanded> $'
 ! !
+
--- a/mercurial/HGError.st	Tue Jan 29 16:35:29 2013 +0000
+++ b/mercurial/HGError.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' }"
 
 Error subclass:#HGError
@@ -7,6 +18,21 @@
 	category:'SCM-Mercurial-Core'
 !
 
+!HGError 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.
+"
+! !
 
 !HGError class methodsFor:'documentation'!
 
@@ -18,3 +44,4 @@
 version_SVN
     ^ '§Id::                                                                                                                        §'
 ! !
+
--- a/mercurial/HGIconLibrary.st	Tue Jan 29 16:35:29 2013 +0000
+++ b/mercurial/HGIconLibrary.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' }"
 
 Object subclass:#HGIconLibrary
@@ -7,6 +18,21 @@
 	category:'SCM-Mercurial-StX-Interface'
 !
 
+!HGIconLibrary 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.
+"
+! !
 
 !HGIconLibrary class methodsFor:'image specs'!
 
@@ -322,3 +348,4 @@
 version_SVN
     ^ '§Id::                                                                                                                        §'
 ! !
+
--- a/mercurial/HGMergeInfo.st	Tue Jan 29 16:35:29 2013 +0000
+++ b/mercurial/HGMergeInfo.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' }"
 
 Object subclass:#HGMergeInfo
@@ -7,6 +18,21 @@
 	category:'SCM-Mercurial-Core'
 !
 
+!HGMergeInfo 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.
+"
+! !
 
 !HGMergeInfo methodsFor:'accessing'!
 
@@ -58,3 +84,4 @@
 
     ^ '$Changeset: <not expanded> $'
 ! !
+
--- a/mercurial/HGMergeTool.st	Tue Jan 29 16:35:29 2013 +0000
+++ b/mercurial/HGMergeTool.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' }"
 
 Object subclass:#HGMergeTool
@@ -23,6 +34,20 @@
 
 !HGMergeTool 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.
+"
+!
+
 documentation
 "
     A base abstract class for merge tools.
@@ -250,3 +275,4 @@
 
     ^ '$Changeset: <not expanded> $'
 ! !
+
--- a/mercurial/HGNoSuchBranchError.st	Tue Jan 29 16:35:29 2013 +0000
+++ b/mercurial/HGNoSuchBranchError.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' }"
 
 HGError subclass:#HGNoSuchBranchError
@@ -7,6 +18,21 @@
 	category:'SCM-Mercurial-Exceptions'
 !
 
+!HGNoSuchBranchError 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.
+"
+! !
 
 !HGNoSuchBranchError class methodsFor:'documentation'!
 
@@ -14,3 +40,4 @@
 
     ^ '$Changeset: <not expanded> $'
 ! !
+
--- a/mercurial/HGPackageModel.st	Tue Jan 29 16:35:29 2013 +0000
+++ b/mercurial/HGPackageModel.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' }"
 
 SCMAbstractPackageModel subclass:#HGPackageModel
@@ -7,6 +18,21 @@
 	category:'SCM-Mercurial-StX'
 !
 
+!HGPackageModel 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.
+"
+! !
 
 !HGPackageModel class methodsFor:'instance creation'!
 
--- a/mercurial/HGPackageModelRegistry.st	Tue Jan 29 16:35:29 2013 +0000
+++ b/mercurial/HGPackageModelRegistry.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' }"
 
 SCMAbstractPackageModelRegistry subclass:#HGPackageModelRegistry
@@ -7,6 +18,21 @@
 	category:'SCM-Mercurial-StX'
 !
 
+!HGPackageModelRegistry 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.
+"
+! !
 
 !HGPackageModelRegistry methodsFor:'accessing'!
 
@@ -118,3 +144,4 @@
 version_SVN
     ^ '§Id::                                                                                                                        §'
 ! !
+
--- a/mercurial/HGPushError.st	Tue Jan 29 16:35:29 2013 +0000
+++ b/mercurial/HGPushError.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' }"
 
 HGRepositoryError subclass:#HGPushError
@@ -7,6 +18,21 @@
 	category:'SCM-Mercurial-Exceptions'
 !
 
+!HGPushError 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.
+"
+! !
 
 !HGPushError class methodsFor:'documentation'!
 
@@ -14,3 +40,4 @@
 
     ^ '$Changeset: <not expanded> $'
 ! !
+
--- a/mercurial/HGPushWouldCreateNewHeadError.st	Tue Jan 29 16:35:29 2013 +0000
+++ b/mercurial/HGPushWouldCreateNewHeadError.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' }"
 
 HGPushError subclass:#HGPushWouldCreateNewHeadError
@@ -7,6 +18,21 @@
 	category:'SCM-Mercurial-Exceptions'
 !
 
+!HGPushWouldCreateNewHeadError 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.
+"
+! !
 
 !HGPushWouldCreateNewHeadError class methodsFor:'documentation'!
 
@@ -14,3 +40,4 @@
 
     ^ '$Changeset: <not expanded> $'
 ! !
+
--- a/mercurial/HGRemote.st	Tue Jan 29 16:35:29 2013 +0000
+++ b/mercurial/HGRemote.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:#HGRemote
@@ -7,6 +18,21 @@
 	category:'SCM-Mercurial-Core'
 !
 
+!HGRemote 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.
+"
+! !
 
 !HGRemote methodsFor:'accessing'!
 
--- a/mercurial/HGRepositoriesResource.st	Tue Jan 29 16:35:29 2013 +0000
+++ b/mercurial/HGRepositoriesResource.st	Fri Feb 01 12:02:22 2013 +0000
@@ -1,27 +1,13 @@
 "
- Copyright (c) 2007-2011 Jan Vrany
- Copyright (c) 2007-2011 eXept Software AG
+ COPYRIGHT (c) 2012-2013 by Jan Vrany
+              All Rights Reserved
 
- Permission is hereby granted, free of charge, to any person
- obtaining a copy of this software and associated documentation
- files (the 'Software'), to deal in the Software without
- restriction, including without limitation the rights to use,
- copy, modify, merge, publish, distribute, sublicense, and/or sell
- copies of the Software, and to permit persons to whom the
- Software is furnished to do so, subject to the following
- conditions:
-
- The above copyright notice and this permission notice shall be
- included in all copies or substantial portions of the Software.
-
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
- OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
- HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
- WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
- FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
- OTHER DEALINGS IN THE SOFTWARE.
+ 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' }"
 
@@ -36,30 +22,15 @@
 
 copyright
 "
- Copyright (c) 2007-2011 Jan Vrany
- Copyright (c) 2007-2011 eXept Software AG
-
- Permission is hereby granted, free of charge, to any person
- obtaining a copy of this software and associated documentation
- files (the 'Software'), to deal in the Software without
- restriction, including without limitation the rights to use,
- copy, modify, merge, publish, distribute, sublicense, and/or sell
- copies of the Software, and to permit persons to whom the
- Software is furnished to do so, subject to the following
- conditions:
+ COPYRIGHT (c) 2012-2013 by Jan Vrany
+              All Rights Reserved
 
- The above copyright notice and this permission notice shall be
- included in all copies or substantial portions of the Software.
-
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
- OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
- HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
- WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
- FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
- OTHER DEALINGS IN THE SOFTWARE.
-
+ 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.
 "
 ! !
 
--- a/mercurial/HGRepository.st	Tue Jan 29 16:35:29 2013 +0000
+++ b/mercurial/HGRepository.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' }"
 
 Object subclass:#HGRepository
@@ -14,6 +25,21 @@
 	privateIn:HGRepository
 !
 
+!HGRepository 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.
+"
+! !
 
 !HGRepository class methodsFor:'initialization'!
 
--- a/mercurial/HGRepositoryError.st	Tue Jan 29 16:35:29 2013 +0000
+++ b/mercurial/HGRepositoryError.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' }"
 
 HGError subclass:#HGRepositoryError
@@ -7,6 +18,21 @@
 	category:'SCM-Mercurial-Exceptions'
 !
 
+!HGRepositoryError 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.
+"
+! !
 
 !HGRepositoryError class methodsFor:'documentation'!
 
@@ -18,3 +44,4 @@
 version_SVN
     ^ '§Id::                                                                                                                        §'
 ! !
+
--- a/mercurial/HGRepositoryObject.st	Tue Jan 29 16:35:29 2013 +0000
+++ b/mercurial/HGRepositoryObject.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' }"
 
 Object subclass:#HGRepositoryObject
@@ -9,6 +20,20 @@
 
 !HGRepositoryObject 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.
+"
+!
+
 documentation
 "
     A base abstract superclass for Mercurial repository
@@ -82,3 +107,4 @@
 version_SVN
     ^ '§Id::                                                                                                                        §'
 ! !
+
--- a/mercurial/HGRevisionAnnotation.st	Tue Jan 29 16:35:29 2013 +0000
+++ b/mercurial/HGRevisionAnnotation.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' }"
 
 Annotation subclass:#HGRevisionAnnotation
@@ -7,6 +18,21 @@
 	category:'SCM-Mercurial-StX'
 !
 
+!HGRevisionAnnotation 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.
+"
+! !
 
 !HGRevisionAnnotation class methodsFor:'instance creation'!
 
@@ -98,3 +124,4 @@
 
     ^ '$Changeset: <not expanded> $'
 ! !
+
--- a/mercurial/HGRevisionInfo.st	Tue Jan 29 16:35:29 2013 +0000
+++ b/mercurial/HGRevisionInfo.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' }"
 
 Object subclass:#HGRevisionInfo
@@ -9,6 +20,20 @@
 
 !HGRevisionInfo 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.
+"
+!
+
 documentation
 "
     A Mercurial-specific VersionInfo.
@@ -240,3 +265,4 @@
 
     ^ '$Changeset: <not expanded> $'
 ! !
+
--- a/mercurial/HGSourceCodeManagementSettingsAppl.st	Tue Jan 29 16:35:29 2013 +0000
+++ b/mercurial/HGSourceCodeManagementSettingsAppl.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' }"
 
 AbstractSourceCodeManagementSettingsAppl subclass:#HGSourceCodeManagementSettingsAppl
@@ -7,6 +18,21 @@
 	category:'SCM-Mercurial-StX-Interface'
 !
 
+!HGSourceCodeManagementSettingsAppl 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.
+"
+! !
 
 !HGSourceCodeManagementSettingsAppl class methodsFor:'image specs'!
 
--- a/mercurial/HGSourceCodeManager.st	Tue Jan 29 16:35:29 2013 +0000
+++ b/mercurial/HGSourceCodeManager.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' }"
 
 SCMAbstractSourceCodeManager subclass:#HGSourceCodeManager
@@ -7,6 +18,21 @@
 	category:'SCM-Mercurial-StX'
 !
 
+!HGSourceCodeManager 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.
+"
+! !
 
 !HGSourceCodeManager class methodsFor:'accessing'!
 
--- a/mercurial/HGStXTests.st	Tue Jan 29 16:35:29 2013 +0000
+++ b/mercurial/HGStXTests.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' }"
 
 HGTestCase subclass:#HGStXTests
@@ -9,6 +20,20 @@
 
 !HGStXTests 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.
+"
+!
+
 documentation
 "
     Tests for Mercurial-Smalltalk/X integration. Mapping packages
--- a/mercurial/HGStatus.st	Tue Jan 29 16:35:29 2013 +0000
+++ b/mercurial/HGStatus.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' }"
 
 Singleton subclass:#HGStatus
@@ -63,6 +74,21 @@
 	privateIn:HGStatus
 !
 
+!HGStatus 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.
+"
+! !
 
 !HGStatus class methodsFor:'instance creation'!
 
@@ -385,3 +411,4 @@
 version_SVN
     ^ '§Id::                                                                                                                        §'
 ! !
+
--- a/mercurial/HGTestCase.st	Tue Jan 29 16:35:29 2013 +0000
+++ b/mercurial/HGTestCase.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' }"
 
 TestCase subclass:#HGTestCase
@@ -9,6 +20,20 @@
 
 !HGTestCase 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.
+"
+!
+
 documentation
 "
     An anbstract base class for Mercurial tests
--- a/mercurial/HGTests.st	Tue Jan 29 16:35:29 2013 +0000
+++ b/mercurial/HGTests.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' }"
 
 HGTestCase subclass:#HGTests
@@ -9,6 +20,20 @@
 
 !HGTests 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.
+"
+!
+
 documentation
 "
     Tests for core Mercurial code - no Smalltalk/X specific code.
--- a/mercurial/HGWorkingCopy.st	Tue Jan 29 16:35:29 2013 +0000
+++ b/mercurial/HGWorkingCopy.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:#HGWorkingCopy
@@ -14,6 +25,21 @@
 	privateIn:HGWorkingCopy
 !
 
+!HGWorkingCopy 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.
+"
+! !
 
 !HGWorkingCopy methodsFor:'accessing'!
 
@@ -313,3 +339,4 @@
 version_SVN
     ^ '§Id::                                                                                                                        §'
 ! !
+
--- a/mercurial/HGWorkingCopyBrowser.st	Tue Jan 29 16:35:29 2013 +0000
+++ b/mercurial/HGWorkingCopyBrowser.st	Fri Feb 01 12:02:22 2013 +0000
@@ -1,5 +1,5 @@
 "
- COPYRIGHT (c) 2006 by eXept Software AG
+ COPYRIGHT (c) 2012-2013 by Jan Vrany
               All Rights Reserved
 
  This software is furnished under a license and may be used
@@ -29,7 +29,7 @@
 
 copyright
 "
- COPYRIGHT (c) 2006 by eXept Software AG
+ COPYRIGHT (c) 2012-2013 by Jan Vrany
               All Rights Reserved
 
  This software is furnished under a license and may be used
@@ -864,3 +864,4 @@
 
     ^ '$Changeset: <not expanded> $'
 ! !
+
--- a/mercurial/HGWorkingCopyFile.st	Tue Jan 29 16:35:29 2013 +0000
+++ b/mercurial/HGWorkingCopyFile.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' }"
 
 Object subclass:#HGWorkingCopyFile
@@ -16,6 +27,20 @@
 
 !HGWorkingCopyFile 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.
+"
+!
+
 documentation
 "
     A representation on a file in working copy. It behaves just like 
--- a/mercurial/mercurial.rc	Tue Jan 29 16:35:29 2013 +0000
+++ b/mercurial/mercurial.rc	Fri Feb 01 12:02:22 2013 +0000
@@ -25,7 +25,7 @@
       VALUE "LegalCopyright", "Copyright Jan Vrany 2012\0"
       VALUE "ProductName", "Smalltalk/X Mercurial Integration\0"
       VALUE "ProductVersion", "6.2.3.0\0"
-      VALUE "ProductDate", "Fri, 25 Jan 2013 20:28:57 GMT\0"
+      VALUE "ProductDate", "Fri, 01 Feb 2013 12:00:29 GMT\0"
     END
 
   END
--- 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