# HG changeset patch # User Artem Tikhomirov # Date 1297884811 -3600 # Node ID 7567f4a42fe5f4b92a2206fbc5a250c46afc99c1 # Parent 64582996278597889636ef9fed409d15675601dc Correct contact address diff -r 645829962785 -r 7567f4a42fe5 src/org/tmatesoft/hg/core/CatCommand.java --- a/src/org/tmatesoft/hg/core/CatCommand.java Wed Feb 16 20:32:29 2011 +0100 +++ b/src/org/tmatesoft/hg/core/CatCommand.java Wed Feb 16 20:33:31 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 645829962785 -r 7567f4a42fe5 src/org/tmatesoft/hg/internal/ByteArrayChannel.java --- a/src/org/tmatesoft/hg/internal/ByteArrayChannel.java Wed Feb 16 20:32:29 2011 +0100 +++ b/src/org/tmatesoft/hg/internal/ByteArrayChannel.java Wed Feb 16 20:33:31 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 645829962785 -r 7567f4a42fe5 src/org/tmatesoft/hg/internal/Filter.java --- a/src/org/tmatesoft/hg/internal/Filter.java Wed Feb 16 20:32:29 2011 +0100 +++ b/src/org/tmatesoft/hg/internal/Filter.java Wed Feb 16 20:33:31 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 645829962785 -r 7567f4a42fe5 src/org/tmatesoft/hg/internal/FilterByteChannel.java --- a/src/org/tmatesoft/hg/internal/FilterByteChannel.java Wed Feb 16 20:32:29 2011 +0100 +++ b/src/org/tmatesoft/hg/internal/FilterByteChannel.java Wed Feb 16 20:33:31 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 645829962785 -r 7567f4a42fe5 src/org/tmatesoft/hg/internal/KeywordFilter.java --- a/src/org/tmatesoft/hg/internal/KeywordFilter.java Wed Feb 16 20:32:29 2011 +0100 +++ b/src/org/tmatesoft/hg/internal/KeywordFilter.java Wed Feb 16 20:33:31 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 645829962785 -r 7567f4a42fe5 src/org/tmatesoft/hg/internal/NewlineFilter.java --- a/src/org/tmatesoft/hg/internal/NewlineFilter.java Wed Feb 16 20:32:29 2011 +0100 +++ b/src/org/tmatesoft/hg/internal/NewlineFilter.java Wed Feb 16 20:33:31 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 645829962785 -r 7567f4a42fe5 src/org/tmatesoft/hg/internal/PathGlobMatcher.java --- a/src/org/tmatesoft/hg/internal/PathGlobMatcher.java Wed Feb 16 20:32:29 2011 +0100 +++ b/src/org/tmatesoft/hg/internal/PathGlobMatcher.java Wed Feb 16 20:33:31 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 645829962785 -r 7567f4a42fe5 src/org/tmatesoft/hg/internal/PathRegexpMatcher.java --- a/src/org/tmatesoft/hg/internal/PathRegexpMatcher.java Wed Feb 16 20:32:29 2011 +0100 +++ b/src/org/tmatesoft/hg/internal/PathRegexpMatcher.java Wed Feb 16 20:33:31 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 645829962785 -r 7567f4a42fe5 src/org/tmatesoft/hg/util/ByteChannel.java --- a/src/org/tmatesoft/hg/util/ByteChannel.java Wed Feb 16 20:32:29 2011 +0100 +++ b/src/org/tmatesoft/hg/util/ByteChannel.java Wed Feb 16 20:33:31 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 645829962785 -r 7567f4a42fe5 test/org/tmatesoft/hg/test/TestByteChannel.java --- a/test/org/tmatesoft/hg/test/TestByteChannel.java Wed Feb 16 20:32:29 2011 +0100 +++ b/test/org/tmatesoft/hg/test/TestByteChannel.java Wed Feb 16 20:33:31 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;