diff options
Diffstat (limited to 'src/current/tools/tdat2xml')
-rwxr-xr-x | src/current/tools/tdat2xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/current/tools/tdat2xml b/src/current/tools/tdat2xml index db4e9b1..e08ca7c 100755 --- a/src/current/tools/tdat2xml +++ b/src/current/tools/tdat2xml @@ -1,4 +1,24 @@ #!/usr/bin/env php +<?php +/** + * Generate territory matrices from data files + * + * Copyright (C) 2016 LoVullo Associates, Inc. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + */ +?> <?xml-stylesheet type="text/xsl" href="../../rater/summary.xsl"?> <lv:package xmlns:lv="http://www.lovullo.com/rater" |