# HG changeset patch # User Artem Tikhomirov # Date 1296183052 -3600 # Node ID a3a2e5deb320d7412ccbb59bdc44668d445bc4c4 # Parent 777ab7034c1bb644c22f4d4c0809316760306713 Updated contact address to support@hg4j.com diff -r 777ab7034c1b -r a3a2e5deb320 COPYING --- a/COPYING Fri Jan 28 03:07:25 2011 +0100 +++ b/COPYING Fri Jan 28 03:50:52 2011 +0100 @@ -11,4 +11,4 @@ For information on how to redistribute this software under the terms of a license other than GNU General Public License -contact TMate Software at support@svnkit.com \ No newline at end of file +contact TMate Software at support@hg4j.com \ No newline at end of file diff -r 777ab7034c1b -r a3a2e5deb320 build.xml --- a/build.xml Fri Jan 28 03:07:25 2011 +0100 +++ b/build.xml Fri Jan 28 03:50:52 2011 +0100 @@ -13,7 +13,7 @@ For information on how to redistribute this software under the terms of a license other than GNU General Public License - contact TMate Software at support@svnkit.com + contact TMate Software at support@hg4j.com --> diff -r 777ab7034c1b -r a3a2e5deb320 cmdline/org/tmatesoft/hg/console/Bundle.java --- a/cmdline/org/tmatesoft/hg/console/Bundle.java Fri Jan 28 03:07:25 2011 +0100 +++ b/cmdline/org/tmatesoft/hg/console/Bundle.java Fri Jan 28 03:50:52 2011 +0100 @@ -12,7 +12,7 @@ * * For information on how to redistribute this software under * the terms of a license other than GNU General Public License - * contact TMate Software at support@svnkit.com + * contact TMate Software at support@hg4j.com */ package org.tmatesoft.hg.console; diff -r 777ab7034c1b -r a3a2e5deb320 cmdline/org/tmatesoft/hg/console/Cat.java --- a/cmdline/org/tmatesoft/hg/console/Cat.java Fri Jan 28 03:07:25 2011 +0100 +++ b/cmdline/org/tmatesoft/hg/console/Cat.java Fri Jan 28 03:50:52 2011 +0100 @@ -12,7 +12,7 @@ * * For information on how to redistribute this software under * the terms of a license other than GNU General Public License - * contact TMate Software at support@svnkit.com + * contact TMate Software at support@hg4j.com */ package org.tmatesoft.hg.console; diff -r 777ab7034c1b -r a3a2e5deb320 cmdline/org/tmatesoft/hg/console/Incoming.java --- a/cmdline/org/tmatesoft/hg/console/Incoming.java Fri Jan 28 03:07:25 2011 +0100 +++ b/cmdline/org/tmatesoft/hg/console/Incoming.java Fri Jan 28 03:50:52 2011 +0100 @@ -12,7 +12,7 @@ * * For information on how to redistribute this software under * the terms of a license other than GNU General Public License - * contact TMate Software at support@svnkit.com + * contact TMate Software at support@hg4j.com */ package org.tmatesoft.hg.console; diff -r 777ab7034c1b -r a3a2e5deb320 cmdline/org/tmatesoft/hg/console/Log.java --- a/cmdline/org/tmatesoft/hg/console/Log.java Fri Jan 28 03:07:25 2011 +0100 +++ b/cmdline/org/tmatesoft/hg/console/Log.java Fri Jan 28 03:50:52 2011 +0100 @@ -12,7 +12,7 @@ * * For information on how to redistribute this software under * the terms of a license other than GNU General Public License - * contact TMate Software at support@svnkit.com + * contact TMate Software at support@hg4j.com */ package org.tmatesoft.hg.console; diff -r 777ab7034c1b -r a3a2e5deb320 cmdline/org/tmatesoft/hg/console/Manifest.java --- a/cmdline/org/tmatesoft/hg/console/Manifest.java Fri Jan 28 03:07:25 2011 +0100 +++ b/cmdline/org/tmatesoft/hg/console/Manifest.java Fri Jan 28 03:50:52 2011 +0100 @@ -12,7 +12,7 @@ * * For information on how to redistribute this software under * the terms of a license other than GNU General Public License - * contact TMate Software at support@svnkit.com + * contact TMate Software at support@hg4j.com */ package org.tmatesoft.hg.console; diff -r 777ab7034c1b -r a3a2e5deb320 cmdline/org/tmatesoft/hg/console/Options.java --- a/cmdline/org/tmatesoft/hg/console/Options.java Fri Jan 28 03:07:25 2011 +0100 +++ b/cmdline/org/tmatesoft/hg/console/Options.java Fri Jan 28 03:50:52 2011 +0100 @@ -12,7 +12,7 @@ * * For information on how to redistribute this software under * the terms of a license other than GNU General Public License - * contact TMate Software at support@svnkit.com + * contact TMate Software at support@hg4j.com */ package org.tmatesoft.hg.console; diff -r 777ab7034c1b -r a3a2e5deb320 cmdline/org/tmatesoft/hg/console/Outgoing.java --- a/cmdline/org/tmatesoft/hg/console/Outgoing.java Fri Jan 28 03:07:25 2011 +0100 +++ b/cmdline/org/tmatesoft/hg/console/Outgoing.java Fri Jan 28 03:50:52 2011 +0100 @@ -12,7 +12,7 @@ * * For information on how to redistribute this software under * the terms of a license other than GNU General Public License - * contact TMate Software at support@svnkit.com + * contact TMate Software at support@hg4j.com */ package org.tmatesoft.hg.console; diff -r 777ab7034c1b -r a3a2e5deb320 cmdline/org/tmatesoft/hg/console/Remote.java --- a/cmdline/org/tmatesoft/hg/console/Remote.java Fri Jan 28 03:07:25 2011 +0100 +++ b/cmdline/org/tmatesoft/hg/console/Remote.java Fri Jan 28 03:50:52 2011 +0100 @@ -12,7 +12,7 @@ * * For information on how to redistribute this software under * the terms of a license other than GNU General Public License - * contact TMate Software at support@svnkit.com + * contact TMate Software at support@hg4j.com */ package org.tmatesoft.hg.console; diff -r 777ab7034c1b -r a3a2e5deb320 cmdline/org/tmatesoft/hg/console/Status.java --- a/cmdline/org/tmatesoft/hg/console/Status.java Fri Jan 28 03:07:25 2011 +0100 +++ b/cmdline/org/tmatesoft/hg/console/Status.java Fri Jan 28 03:50:52 2011 +0100 @@ -12,7 +12,7 @@ * * For information on how to redistribute this software under * the terms of a license other than GNU General Public License - * contact TMate Software at support@svnkit.com + * contact TMate Software at support@hg4j.com */ package org.tmatesoft.hg.console; diff -r 777ab7034c1b -r a3a2e5deb320 src/org/tmatesoft/hg/core/Cset.java --- a/src/org/tmatesoft/hg/core/Cset.java Fri Jan 28 03:07:25 2011 +0100 +++ b/src/org/tmatesoft/hg/core/Cset.java Fri Jan 28 03:50:52 2011 +0100 @@ -12,7 +12,7 @@ * * For information on how to redistribute this software under * the terms of a license other than GNU General Public License - * contact TMate Software at support@svnkit.com + * contact TMate Software at support@hg4j.com */ package org.tmatesoft.hg.core; diff -r 777ab7034c1b -r a3a2e5deb320 src/org/tmatesoft/hg/core/LogCommand.java --- a/src/org/tmatesoft/hg/core/LogCommand.java Fri Jan 28 03:07:25 2011 +0100 +++ b/src/org/tmatesoft/hg/core/LogCommand.java Fri Jan 28 03:50:52 2011 +0100 @@ -12,7 +12,7 @@ * * For information on how to redistribute this software under * the terms of a license other than GNU General Public License - * contact TMate Software at support@svnkit.com + * contact TMate Software at support@hg4j.com */ package org.tmatesoft.hg.core; diff -r 777ab7034c1b -r a3a2e5deb320 src/org/tmatesoft/hg/core/Nodeid.java --- a/src/org/tmatesoft/hg/core/Nodeid.java Fri Jan 28 03:07:25 2011 +0100 +++ b/src/org/tmatesoft/hg/core/Nodeid.java Fri Jan 28 03:50:52 2011 +0100 @@ -12,7 +12,7 @@ * * For information on how to redistribute this software under * the terms of a license other than GNU General Public License - * contact TMate Software at support@svnkit.com + * contact TMate Software at support@hg4j.com */ package org.tmatesoft.hg.core; diff -r 777ab7034c1b -r a3a2e5deb320 src/org/tmatesoft/hg/core/Path.java --- a/src/org/tmatesoft/hg/core/Path.java Fri Jan 28 03:07:25 2011 +0100 +++ b/src/org/tmatesoft/hg/core/Path.java Fri Jan 28 03:50:52 2011 +0100 @@ -12,7 +12,7 @@ * * For information on how to redistribute this software under * the terms of a license other than GNU General Public License - * contact TMate Software at support@svnkit.com + * contact TMate Software at support@hg4j.com */ package org.tmatesoft.hg.core; diff -r 777ab7034c1b -r a3a2e5deb320 src/org/tmatesoft/hg/core/RepositoryFacade.java --- a/src/org/tmatesoft/hg/core/RepositoryFacade.java Fri Jan 28 03:07:25 2011 +0100 +++ b/src/org/tmatesoft/hg/core/RepositoryFacade.java Fri Jan 28 03:50:52 2011 +0100 @@ -12,7 +12,7 @@ * * For information on how to redistribute this software under * the terms of a license other than GNU General Public License - * contact TMate Software at support@svnkit.com + * contact TMate Software at support@hg4j.com */ package org.tmatesoft.hg.core; diff -r 777ab7034c1b -r a3a2e5deb320 src/org/tmatesoft/hg/core/RepositoryTreeWalker.java --- a/src/org/tmatesoft/hg/core/RepositoryTreeWalker.java Fri Jan 28 03:07:25 2011 +0100 +++ b/src/org/tmatesoft/hg/core/RepositoryTreeWalker.java Fri Jan 28 03:50:52 2011 +0100 @@ -12,7 +12,7 @@ * * For information on how to redistribute this software under * the terms of a license other than GNU General Public License - * contact TMate Software at support@svnkit.com + * contact TMate Software at support@hg4j.com */ package org.tmatesoft.hg.core; diff -r 777ab7034c1b -r a3a2e5deb320 src/org/tmatesoft/hg/core/StatusCommand.java --- a/src/org/tmatesoft/hg/core/StatusCommand.java Fri Jan 28 03:07:25 2011 +0100 +++ b/src/org/tmatesoft/hg/core/StatusCommand.java Fri Jan 28 03:50:52 2011 +0100 @@ -12,7 +12,7 @@ * * For information on how to redistribute this software under * the terms of a license other than GNU General Public License - * contact TMate Software at support@svnkit.com + * contact TMate Software at support@hg4j.com */ package org.tmatesoft.hg.core; diff -r 777ab7034c1b -r a3a2e5deb320 src/org/tmatesoft/hg/internal/ConfigFile.java --- a/src/org/tmatesoft/hg/internal/ConfigFile.java Fri Jan 28 03:07:25 2011 +0100 +++ b/src/org/tmatesoft/hg/internal/ConfigFile.java Fri Jan 28 03:50:52 2011 +0100 @@ -12,7 +12,7 @@ * * For information on how to redistribute this software under * the terms of a license other than GNU General Public License - * contact TMate Software at support@svnkit.com + * contact TMate Software at support@hg4j.com */ package org.tmatesoft.hg.internal; diff -r 777ab7034c1b -r a3a2e5deb320 src/org/tmatesoft/hg/internal/DataAccess.java --- a/src/org/tmatesoft/hg/internal/DataAccess.java Fri Jan 28 03:07:25 2011 +0100 +++ b/src/org/tmatesoft/hg/internal/DataAccess.java Fri Jan 28 03:50:52 2011 +0100 @@ -12,7 +12,7 @@ * * For information on how to redistribute this software under * the terms of a license other than GNU General Public License - * contact TMate Software at support@svnkit.com + * contact TMate Software at support@hg4j.com */ package org.tmatesoft.hg.internal; diff -r 777ab7034c1b -r a3a2e5deb320 src/org/tmatesoft/hg/internal/DataAccessProvider.java --- a/src/org/tmatesoft/hg/internal/DataAccessProvider.java Fri Jan 28 03:07:25 2011 +0100 +++ b/src/org/tmatesoft/hg/internal/DataAccessProvider.java Fri Jan 28 03:50:52 2011 +0100 @@ -12,7 +12,7 @@ * * For information on how to redistribute this software under * the terms of a license other than GNU General Public License - * contact TMate Software at support@svnkit.com + * contact TMate Software at support@hg4j.com */ package org.tmatesoft.hg.internal; diff -r 777ab7034c1b -r a3a2e5deb320 src/org/tmatesoft/hg/internal/DigestHelper.java --- a/src/org/tmatesoft/hg/internal/DigestHelper.java Fri Jan 28 03:07:25 2011 +0100 +++ b/src/org/tmatesoft/hg/internal/DigestHelper.java Fri Jan 28 03:50:52 2011 +0100 @@ -12,7 +12,7 @@ * * For information on how to redistribute this software under * the terms of a license other than GNU General Public License - * contact TMate Software at support@svnkit.com + * contact TMate Software at support@hg4j.com */ package org.tmatesoft.hg.internal; diff -r 777ab7034c1b -r a3a2e5deb320 src/org/tmatesoft/hg/internal/Internals.java --- a/src/org/tmatesoft/hg/internal/Internals.java Fri Jan 28 03:07:25 2011 +0100 +++ b/src/org/tmatesoft/hg/internal/Internals.java Fri Jan 28 03:50:52 2011 +0100 @@ -12,7 +12,7 @@ * * For information on how to redistribute this software under * the terms of a license other than GNU General Public License - * contact TMate Software at support@svnkit.com + * contact TMate Software at support@hg4j.com */ package org.tmatesoft.hg.internal; diff -r 777ab7034c1b -r a3a2e5deb320 src/org/tmatesoft/hg/internal/RequiresFile.java --- a/src/org/tmatesoft/hg/internal/RequiresFile.java Fri Jan 28 03:07:25 2011 +0100 +++ b/src/org/tmatesoft/hg/internal/RequiresFile.java Fri Jan 28 03:50:52 2011 +0100 @@ -12,7 +12,7 @@ * * For information on how to redistribute this software under * the terms of a license other than GNU General Public License - * contact TMate Software at support@svnkit.com + * contact TMate Software at support@hg4j.com */ package org.tmatesoft.hg.internal; diff -r 777ab7034c1b -r a3a2e5deb320 src/org/tmatesoft/hg/internal/RevlogDump.java --- a/src/org/tmatesoft/hg/internal/RevlogDump.java Fri Jan 28 03:07:25 2011 +0100 +++ b/src/org/tmatesoft/hg/internal/RevlogDump.java Fri Jan 28 03:50:52 2011 +0100 @@ -12,7 +12,7 @@ * * For information on how to redistribute this software under * the terms of a license other than GNU General Public License - * contact TMate Software at support@svnkit.com + * contact TMate Software at support@hg4j.com */ package org.tmatesoft.hg.internal; diff -r 777ab7034c1b -r a3a2e5deb320 src/org/tmatesoft/hg/internal/RevlogStream.java --- a/src/org/tmatesoft/hg/internal/RevlogStream.java Fri Jan 28 03:07:25 2011 +0100 +++ b/src/org/tmatesoft/hg/internal/RevlogStream.java Fri Jan 28 03:50:52 2011 +0100 @@ -12,7 +12,7 @@ * * For information on how to redistribute this software under * the terms of a license other than GNU General Public License - * contact TMate Software at support@svnkit.com + * contact TMate Software at support@hg4j.com */ package org.tmatesoft.hg.internal; diff -r 777ab7034c1b -r a3a2e5deb320 src/org/tmatesoft/hg/internal/StoragePathHelper.java --- a/src/org/tmatesoft/hg/internal/StoragePathHelper.java Fri Jan 28 03:07:25 2011 +0100 +++ b/src/org/tmatesoft/hg/internal/StoragePathHelper.java Fri Jan 28 03:50:52 2011 +0100 @@ -12,7 +12,7 @@ * * For information on how to redistribute this software under * the terms of a license other than GNU General Public License - * contact TMate Software at support@svnkit.com + * contact TMate Software at support@hg4j.com */ package org.tmatesoft.hg.internal; diff -r 777ab7034c1b -r a3a2e5deb320 src/org/tmatesoft/hg/repo/Changeset.java --- a/src/org/tmatesoft/hg/repo/Changeset.java Fri Jan 28 03:07:25 2011 +0100 +++ b/src/org/tmatesoft/hg/repo/Changeset.java Fri Jan 28 03:50:52 2011 +0100 @@ -12,7 +12,7 @@ * * For information on how to redistribute this software under * the terms of a license other than GNU General Public License - * contact TMate Software at support@svnkit.com + * contact TMate Software at support@hg4j.com */ package org.tmatesoft.hg.repo; diff -r 777ab7034c1b -r a3a2e5deb320 src/org/tmatesoft/hg/repo/HgBundle.java --- a/src/org/tmatesoft/hg/repo/HgBundle.java Fri Jan 28 03:07:25 2011 +0100 +++ b/src/org/tmatesoft/hg/repo/HgBundle.java Fri Jan 28 03:50:52 2011 +0100 @@ -12,7 +12,7 @@ * * For information on how to redistribute this software under * the terms of a license other than GNU General Public License - * contact TMate Software at support@svnkit.com + * contact TMate Software at support@hg4j.com */ package org.tmatesoft.hg.repo; diff -r 777ab7034c1b -r a3a2e5deb320 src/org/tmatesoft/hg/repo/HgChangelog.java --- a/src/org/tmatesoft/hg/repo/HgChangelog.java Fri Jan 28 03:07:25 2011 +0100 +++ b/src/org/tmatesoft/hg/repo/HgChangelog.java Fri Jan 28 03:50:52 2011 +0100 @@ -12,7 +12,7 @@ * * For information on how to redistribute this software under * the terms of a license other than GNU General Public License - * contact TMate Software at support@svnkit.com + * contact TMate Software at support@hg4j.com */ package org.tmatesoft.hg.repo; diff -r 777ab7034c1b -r a3a2e5deb320 src/org/tmatesoft/hg/repo/HgDataFile.java --- a/src/org/tmatesoft/hg/repo/HgDataFile.java Fri Jan 28 03:07:25 2011 +0100 +++ b/src/org/tmatesoft/hg/repo/HgDataFile.java Fri Jan 28 03:50:52 2011 +0100 @@ -12,7 +12,7 @@ * * For information on how to redistribute this software under * the terms of a license other than GNU General Public License - * contact TMate Software at support@svnkit.com + * contact TMate Software at support@hg4j.com */ package org.tmatesoft.hg.repo; diff -r 777ab7034c1b -r a3a2e5deb320 src/org/tmatesoft/hg/repo/HgDirstate.java --- a/src/org/tmatesoft/hg/repo/HgDirstate.java Fri Jan 28 03:07:25 2011 +0100 +++ b/src/org/tmatesoft/hg/repo/HgDirstate.java Fri Jan 28 03:50:52 2011 +0100 @@ -12,7 +12,7 @@ * * For information on how to redistribute this software under * the terms of a license other than GNU General Public License - * contact TMate Software at support@svnkit.com + * contact TMate Software at support@hg4j.com */ package org.tmatesoft.hg.repo; diff -r 777ab7034c1b -r a3a2e5deb320 src/org/tmatesoft/hg/repo/HgIgnore.java --- a/src/org/tmatesoft/hg/repo/HgIgnore.java Fri Jan 28 03:07:25 2011 +0100 +++ b/src/org/tmatesoft/hg/repo/HgIgnore.java Fri Jan 28 03:50:52 2011 +0100 @@ -12,7 +12,7 @@ * * For information on how to redistribute this software under * the terms of a license other than GNU General Public License - * contact TMate Software at support@svnkit.com + * contact TMate Software at support@hg4j.com */ package org.tmatesoft.hg.repo; diff -r 777ab7034c1b -r a3a2e5deb320 src/org/tmatesoft/hg/repo/HgInternals.java --- a/src/org/tmatesoft/hg/repo/HgInternals.java Fri Jan 28 03:07:25 2011 +0100 +++ b/src/org/tmatesoft/hg/repo/HgInternals.java Fri Jan 28 03:50:52 2011 +0100 @@ -12,7 +12,7 @@ * * For information on how to redistribute this software under * the terms of a license other than GNU General Public License - * contact TMate Software at support@svnkit.com + * contact TMate Software at support@hg4j.com */ package org.tmatesoft.hg.repo; diff -r 777ab7034c1b -r a3a2e5deb320 src/org/tmatesoft/hg/repo/HgLookup.java --- a/src/org/tmatesoft/hg/repo/HgLookup.java Fri Jan 28 03:07:25 2011 +0100 +++ b/src/org/tmatesoft/hg/repo/HgLookup.java Fri Jan 28 03:50:52 2011 +0100 @@ -12,7 +12,7 @@ * * For information on how to redistribute this software under * the terms of a license other than GNU General Public License - * contact TMate Software at support@svnkit.com + * contact TMate Software at support@hg4j.com */ package org.tmatesoft.hg.repo; diff -r 777ab7034c1b -r a3a2e5deb320 src/org/tmatesoft/hg/repo/HgManifest.java --- a/src/org/tmatesoft/hg/repo/HgManifest.java Fri Jan 28 03:07:25 2011 +0100 +++ b/src/org/tmatesoft/hg/repo/HgManifest.java Fri Jan 28 03:50:52 2011 +0100 @@ -12,7 +12,7 @@ * * For information on how to redistribute this software under * the terms of a license other than GNU General Public License - * contact TMate Software at support@svnkit.com + * contact TMate Software at support@hg4j.com */ package org.tmatesoft.hg.repo; diff -r 777ab7034c1b -r a3a2e5deb320 src/org/tmatesoft/hg/repo/HgRepository.java --- a/src/org/tmatesoft/hg/repo/HgRepository.java Fri Jan 28 03:07:25 2011 +0100 +++ b/src/org/tmatesoft/hg/repo/HgRepository.java Fri Jan 28 03:50:52 2011 +0100 @@ -12,7 +12,7 @@ * * For information on how to redistribute this software under * the terms of a license other than GNU General Public License - * contact TMate Software at support@svnkit.com + * contact TMate Software at support@hg4j.com */ package org.tmatesoft.hg.repo; diff -r 777ab7034c1b -r a3a2e5deb320 src/org/tmatesoft/hg/repo/HgStatusCollector.java --- a/src/org/tmatesoft/hg/repo/HgStatusCollector.java Fri Jan 28 03:07:25 2011 +0100 +++ b/src/org/tmatesoft/hg/repo/HgStatusCollector.java Fri Jan 28 03:50:52 2011 +0100 @@ -12,7 +12,7 @@ * * For information on how to redistribute this software under * the terms of a license other than GNU General Public License - * contact TMate Software at support@svnkit.com + * contact TMate Software at support@hg4j.com */ package org.tmatesoft.hg.repo; diff -r 777ab7034c1b -r a3a2e5deb320 src/org/tmatesoft/hg/repo/HgStatusInspector.java --- a/src/org/tmatesoft/hg/repo/HgStatusInspector.java Fri Jan 28 03:07:25 2011 +0100 +++ b/src/org/tmatesoft/hg/repo/HgStatusInspector.java Fri Jan 28 03:50:52 2011 +0100 @@ -12,7 +12,7 @@ * * For information on how to redistribute this software under * the terms of a license other than GNU General Public License - * contact TMate Software at support@svnkit.com + * contact TMate Software at support@hg4j.com */ package org.tmatesoft.hg.repo; diff -r 777ab7034c1b -r a3a2e5deb320 src/org/tmatesoft/hg/repo/HgTags.java --- a/src/org/tmatesoft/hg/repo/HgTags.java Fri Jan 28 03:07:25 2011 +0100 +++ b/src/org/tmatesoft/hg/repo/HgTags.java Fri Jan 28 03:50:52 2011 +0100 @@ -12,7 +12,7 @@ * * For information on how to redistribute this software under * the terms of a license other than GNU General Public License - * contact TMate Software at support@svnkit.com + * contact TMate Software at support@hg4j.com */ package org.tmatesoft.hg.repo; diff -r 777ab7034c1b -r a3a2e5deb320 src/org/tmatesoft/hg/repo/HgWorkingCopyStatusCollector.java --- a/src/org/tmatesoft/hg/repo/HgWorkingCopyStatusCollector.java Fri Jan 28 03:07:25 2011 +0100 +++ b/src/org/tmatesoft/hg/repo/HgWorkingCopyStatusCollector.java Fri Jan 28 03:50:52 2011 +0100 @@ -12,7 +12,7 @@ * * For information on how to redistribute this software under * the terms of a license other than GNU General Public License - * contact TMate Software at support@svnkit.com + * contact TMate Software at support@hg4j.com */ package org.tmatesoft.hg.repo; diff -r 777ab7034c1b -r a3a2e5deb320 src/org/tmatesoft/hg/repo/Revlog.java --- a/src/org/tmatesoft/hg/repo/Revlog.java Fri Jan 28 03:07:25 2011 +0100 +++ b/src/org/tmatesoft/hg/repo/Revlog.java Fri Jan 28 03:50:52 2011 +0100 @@ -12,7 +12,7 @@ * * For information on how to redistribute this software under * the terms of a license other than GNU General Public License - * contact TMate Software at support@svnkit.com + * contact TMate Software at support@hg4j.com */ package org.tmatesoft.hg.repo; diff -r 777ab7034c1b -r a3a2e5deb320 src/org/tmatesoft/hg/util/FileWalker.java --- a/src/org/tmatesoft/hg/util/FileWalker.java Fri Jan 28 03:07:25 2011 +0100 +++ b/src/org/tmatesoft/hg/util/FileWalker.java Fri Jan 28 03:50:52 2011 +0100 @@ -12,7 +12,7 @@ * * For information on how to redistribute this software under * the terms of a license other than GNU General Public License - * contact TMate Software at support@svnkit.com + * contact TMate Software at support@hg4j.com */ package org.tmatesoft.hg.util; diff -r 777ab7034c1b -r a3a2e5deb320 src/org/tmatesoft/hg/util/PathPool.java --- a/src/org/tmatesoft/hg/util/PathPool.java Fri Jan 28 03:07:25 2011 +0100 +++ b/src/org/tmatesoft/hg/util/PathPool.java Fri Jan 28 03:50:52 2011 +0100 @@ -12,7 +12,7 @@ * * For information on how to redistribute this software under * the terms of a license other than GNU General Public License - * contact TMate Software at support@svnkit.com + * contact TMate Software at support@hg4j.com */ package org.tmatesoft.hg.util; diff -r 777ab7034c1b -r a3a2e5deb320 src/org/tmatesoft/hg/util/PathRewrite.java --- a/src/org/tmatesoft/hg/util/PathRewrite.java Fri Jan 28 03:07:25 2011 +0100 +++ b/src/org/tmatesoft/hg/util/PathRewrite.java Fri Jan 28 03:50:52 2011 +0100 @@ -12,7 +12,7 @@ * * For information on how to redistribute this software under * the terms of a license other than GNU General Public License - * contact TMate Software at support@svnkit.com + * contact TMate Software at support@hg4j.com */ package org.tmatesoft.hg.util; diff -r 777ab7034c1b -r a3a2e5deb320 test/org/tmatesoft/hg/test/ErrorCollectorExt.java --- a/test/org/tmatesoft/hg/test/ErrorCollectorExt.java Fri Jan 28 03:07:25 2011 +0100 +++ b/test/org/tmatesoft/hg/test/ErrorCollectorExt.java Fri Jan 28 03:50:52 2011 +0100 @@ -12,7 +12,7 @@ * * For information on how to redistribute this software under * the terms of a license other than GNU General Public License - * contact TMate Software at support@svnkit.com + * contact TMate Software at support@hg4j.com */ package org.tmatesoft.hg.test; diff -r 777ab7034c1b -r a3a2e5deb320 test/org/tmatesoft/hg/test/ExecHelper.java --- a/test/org/tmatesoft/hg/test/ExecHelper.java Fri Jan 28 03:07:25 2011 +0100 +++ b/test/org/tmatesoft/hg/test/ExecHelper.java Fri Jan 28 03:50:52 2011 +0100 @@ -12,7 +12,7 @@ * * For information on how to redistribute this software under * the terms of a license other than GNU General Public License - * contact TMate Software at support@svnkit.com + * contact TMate Software at support@hg4j.com */ package org.tmatesoft.hg.test; diff -r 777ab7034c1b -r a3a2e5deb320 test/org/tmatesoft/hg/test/LogOutputParser.java --- a/test/org/tmatesoft/hg/test/LogOutputParser.java Fri Jan 28 03:07:25 2011 +0100 +++ b/test/org/tmatesoft/hg/test/LogOutputParser.java Fri Jan 28 03:50:52 2011 +0100 @@ -12,7 +12,7 @@ * * For information on how to redistribute this software under * the terms of a license other than GNU General Public License - * contact TMate Software at support@svnkit.com + * contact TMate Software at support@hg4j.com */ package org.tmatesoft.hg.test; diff -r 777ab7034c1b -r a3a2e5deb320 test/org/tmatesoft/hg/test/ManifestOutputParser.java --- a/test/org/tmatesoft/hg/test/ManifestOutputParser.java Fri Jan 28 03:07:25 2011 +0100 +++ b/test/org/tmatesoft/hg/test/ManifestOutputParser.java Fri Jan 28 03:50:52 2011 +0100 @@ -12,7 +12,7 @@ * * For information on how to redistribute this software under * the terms of a license other than GNU General Public License - * contact TMate Software at support@svnkit.com + * contact TMate Software at support@hg4j.com */ package org.tmatesoft.hg.test; diff -r 777ab7034c1b -r a3a2e5deb320 test/org/tmatesoft/hg/test/OutputParser.java --- a/test/org/tmatesoft/hg/test/OutputParser.java Fri Jan 28 03:07:25 2011 +0100 +++ b/test/org/tmatesoft/hg/test/OutputParser.java Fri Jan 28 03:50:52 2011 +0100 @@ -12,7 +12,7 @@ * * For information on how to redistribute this software under * the terms of a license other than GNU General Public License - * contact TMate Software at support@svnkit.com + * contact TMate Software at support@hg4j.com */ package org.tmatesoft.hg.test; diff -r 777ab7034c1b -r a3a2e5deb320 test/org/tmatesoft/hg/test/StatusOutputParser.java --- a/test/org/tmatesoft/hg/test/StatusOutputParser.java Fri Jan 28 03:07:25 2011 +0100 +++ b/test/org/tmatesoft/hg/test/StatusOutputParser.java Fri Jan 28 03:50:52 2011 +0100 @@ -12,7 +12,7 @@ * * For information on how to redistribute this software under * the terms of a license other than GNU General Public License - * contact TMate Software at support@svnkit.com + * contact TMate Software at support@hg4j.com */ package org.tmatesoft.hg.test; diff -r 777ab7034c1b -r a3a2e5deb320 test/org/tmatesoft/hg/test/TestHistory.java --- a/test/org/tmatesoft/hg/test/TestHistory.java Fri Jan 28 03:07:25 2011 +0100 +++ b/test/org/tmatesoft/hg/test/TestHistory.java Fri Jan 28 03:50:52 2011 +0100 @@ -12,7 +12,7 @@ * * For information on how to redistribute this software under * the terms of a license other than GNU General Public License - * contact TMate Software at support@svnkit.com + * contact TMate Software at support@hg4j.com */ package org.tmatesoft.hg.test; diff -r 777ab7034c1b -r a3a2e5deb320 test/org/tmatesoft/hg/test/TestManifest.java --- a/test/org/tmatesoft/hg/test/TestManifest.java Fri Jan 28 03:07:25 2011 +0100 +++ b/test/org/tmatesoft/hg/test/TestManifest.java Fri Jan 28 03:50:52 2011 +0100 @@ -12,7 +12,7 @@ * * For information on how to redistribute this software under * the terms of a license other than GNU General Public License - * contact TMate Software at support@svnkit.com + * contact TMate Software at support@hg4j.com */ package org.tmatesoft.hg.test; diff -r 777ab7034c1b -r a3a2e5deb320 test/org/tmatesoft/hg/test/TestStatus.java --- a/test/org/tmatesoft/hg/test/TestStatus.java Fri Jan 28 03:07:25 2011 +0100 +++ b/test/org/tmatesoft/hg/test/TestStatus.java Fri Jan 28 03:50:52 2011 +0100 @@ -12,7 +12,7 @@ * * For information on how to redistribute this software under * the terms of a license other than GNU General Public License - * contact TMate Software at support@svnkit.com + * contact TMate Software at support@hg4j.com */ package org.tmatesoft.hg.test; diff -r 777ab7034c1b -r a3a2e5deb320 test/org/tmatesoft/hg/test/TestStorePath.java --- a/test/org/tmatesoft/hg/test/TestStorePath.java Fri Jan 28 03:07:25 2011 +0100 +++ b/test/org/tmatesoft/hg/test/TestStorePath.java Fri Jan 28 03:50:52 2011 +0100 @@ -12,7 +12,7 @@ * * For information on how to redistribute this software under * the terms of a license other than GNU General Public License - * contact TMate Software at support@svnkit.com + * contact TMate Software at support@hg4j.com */ package org.tmatesoft.hg.test;