Mercurial > hg4j
changeset 130:7567f4a42fe5
Correct contact address
author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
---|---|
date | Wed, 16 Feb 2011 20:33:31 +0100 |
parents | 645829962785 |
children | aa1629f36482 |
files | src/org/tmatesoft/hg/core/CatCommand.java src/org/tmatesoft/hg/internal/ByteArrayChannel.java src/org/tmatesoft/hg/internal/Filter.java src/org/tmatesoft/hg/internal/FilterByteChannel.java src/org/tmatesoft/hg/internal/KeywordFilter.java src/org/tmatesoft/hg/internal/NewlineFilter.java src/org/tmatesoft/hg/internal/PathGlobMatcher.java src/org/tmatesoft/hg/internal/PathRegexpMatcher.java src/org/tmatesoft/hg/util/ByteChannel.java test/org/tmatesoft/hg/test/TestByteChannel.java |
diffstat | 10 files changed, 10 insertions(+), 10 deletions(-) [+] |
line wrap: on
line diff
--- 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;
--- 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;
--- 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;
--- 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;
--- 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;
--- 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;
--- 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;
--- 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;
--- 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;
--- 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;