comparison codeDoc/mergetag/file-format-text.txt @ 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 611f7b9063c6
comparison
equal deleted inserted replaced
16:9cb7b9310168 17:5f90774ea1ef
1 Part of mde: a Modular D game-oriented Engine
2 Copyright © 2007-2008 Diggory Hardy
3
4 This program is free software; you can redistribute it and/or modify it under the terms of
5 the GNU General Public License, version 2, as published by the Free Software Foundation.
6
7 This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
8 without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
9 See the GNU General Public License for more details.
10
11 You should have received a copy of the GNU General Public License along
12 with this program; if not, write to the Free Software Foundation, Inc.,
13 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */
14
15
1 This is the file format for mergetag text files. 16 This is the file format for mergetag text files.
2 Version: 0.1 unfinalised 17 Version: 0.1 unfinalised
3 18
4 19
5 The encoding should be unicode UTF-8, UTF-16 or UTF-32, and for anything other than UTF-8 must include a BOM. 20 The encoding should be unicode UTF-8, UTF-16 or UTF-32, and for anything other than UTF-8 must include a BOM.