grim/gplate

Added gpl header

2008-02-10, grim
ced54c8be295
Parents 9c7806da0c37
Children 452c689a9bd0
Added gpl header
--- a/tests/check.xsl Sun Feb 10 09:46:11 2008 -0600
+++ b/tests/check.xsl Sun Feb 10 09:48:25 2008 -0600
@@ -1,4 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
+<!--
+ check.xsl - An XML stylesheet for transforming checks xml output
+ Copyright (C) 2007-2008 Gary Kramlich <grim@reaperworld.com>
+
+ 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 2 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, write to the Free Software Foundation, Inc., 51
+ Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+-->
<xsl:stylesheet version="1.1"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:check="http://check.sourceforge.net/ns"