Mercurial > hg4j
comparison src/org/tmatesoft/hg/core/Nodeid.java @ 102:a3a2e5deb320
Updated contact address to support@hg4j.com
author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
---|---|
date | Fri, 28 Jan 2011 03:50:52 +0100 |
parents | c25c5c348d1b |
children | 26ad21b250e4 |
comparison
equal
deleted
inserted
replaced
101:777ab7034c1b | 102:a3a2e5deb320 |
---|---|
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
11 * GNU General Public License for more details. | 11 * GNU General Public License for more details. |
12 * | 12 * |
13 * For information on how to redistribute this software under | 13 * For information on how to redistribute this software under |
14 * the terms of a license other than GNU General Public License | 14 * the terms of a license other than GNU General Public License |
15 * contact TMate Software at support@svnkit.com | 15 * contact TMate Software at support@hg4j.com |
16 */ | 16 */ |
17 package org.tmatesoft.hg.core; | 17 package org.tmatesoft.hg.core; |
18 | 18 |
19 import static org.tmatesoft.hg.internal.DigestHelper.toHexString; | 19 import static org.tmatesoft.hg.internal.DigestHelper.toHexString; |
20 | 20 |