Mercurial > hg4j
comparison build.gradle @ 641:2f33f102a8fa v1.1.0
Updated copyright year
author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
---|---|
date | Tue, 11 Jun 2013 16:31:42 +0200 |
parents | 31bd09da0dcf |
children | a8ce405da1f5 |
comparison
equal
deleted
inserted
replaced
640:d07497128747 | 641:2f33f102a8fa |
---|---|
1 /* | 1 /* |
2 * Copyright (c) 2012 TMate Software Ltd | 2 * Copyright (c) 2012-2013 TMate Software Ltd |
3 * | |
4 * This program is free software; you can redistribute it and/or modify | |
5 * it under the terms of the GNU General Public License as published by | |
6 * the Free Software Foundation; version 2 of the License. | |
7 * | |
8 * This program is distributed in the hope that it will be useful, | |
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of | |
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
11 * GNU General Public License for more details. | |
12 * | |
13 * For information on how to redistribute this software under | |
14 * the terms of a license other than GNU General Public License | |
15 * contact TMate Software at support@hg4j.com | |
3 */ | 16 */ |
4 def isRelease = false | 17 def isRelease = false |
5 | 18 |
6 version = '1.1.0-SNAPSHOT' | 19 version = '1.1.0-SNAPSHOT' |
7 description = 'Pure Java API and Toolkit for Mercurial DVCS' | 20 description = 'Pure Java API and Toolkit for Mercurial DVCS' |