comparison mde/mergetag/exception.d @ 17:5f90774ea1ef

Applied the GNU GPL v2 to mde. committer: Diggory Hardy <diggory.hardy@gmail.com>
author Diggory Hardy <diggory.hardy@gmail.com>
date Sat, 15 Mar 2008 15:14:25 +0000
parents 4608be19ebe2
children 2c28ee04a4ed
comparison
equal deleted inserted replaced
16:9cb7b9310168 17:5f90774ea1ef
1 /* LICENSE BLOCK
2 Part of mde: a Modular D game-oriented Engine
3 Copyright © 2007-2008 Diggory Hardy
4
5 This program is free software; you can redistribute it and/or modify it under the terms of
6 the GNU General Public License, version 2, as published by the Free Software Foundation.
7
8 This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
9 without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
10 See the GNU General Public License for more details.
11
12 You should have received a copy of the GNU General Public License along
13 with this program; if not, write to the Free Software Foundation, Inc.,
14 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */
15
1 /******************************************* 16 /*******************************************
2 * Contains exception classes for MergeTag. 17 * Contains exception classes for MergeTag.
3 * 18 *
4 * Publically imports mde.exception. 19 * Publically imports mde.exception.
5 ******************************************/ 20 ******************************************/