diff options
author | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2005-11-23 14:36:34 +0000 |
---|---|---|
committer | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2005-11-23 14:36:34 +0000 |
commit | f94f21363298d73f1aa959ff7500083738249d8e (patch) | |
tree | 6c86f42051049152c0a1457e0d7c465659c78fed /faq.xsl | |
parent | 0ab0416dce380eab992beb742c566c2caac60587 (diff) | |
download | mpfr-f94f21363298d73f1aa959ff7500083738249d8e.tar.gz |
faq.xsl: add copyright information to the downloaded FAQ.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/branches/2.2@3961 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'faq.xsl')
-rw-r--r-- | faq.xsl | 30 |
1 files changed, 30 insertions, 0 deletions
@@ -15,6 +15,36 @@ doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd" indent="no"/> +<xsl:template match="/"> + <xsl:text> </xsl:text> + <xsl:comment> +Copyright 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation. +Contributed by the Spaces project, INRIA Lorraine. + +This file is part of the MPFR Library. + +The MPFR Library is free software; you can redistribute it and/or modify it +under the terms of the GNU Lesser General Public License (either version 2.1 +of the License, or, at your option, any later version) and the GNU General +Public License as published by the Free Software Foundation (most of MPFR is +under the former, some under the latter). + +The MPFR Library 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 Lesser General Public +License for more details. + +You should have received a copy of the GNU Lesser General Public License +along with the MPFR Library; see the file COPYING.LIB. If not, write to +the Free Software Foundation, Inc., 51 Franklin Place, Fifth Floor, Boston, +MA 02110-1301, USA. +</xsl:comment> + <xsl:text> </xsl:text> + <xsl:copy> + <xsl:apply-templates select="node()"/> + </xsl:copy> +</xsl:template> + <xsl:template match="node()|@*"> <xsl:copy> <xsl:apply-templates select="node()|@*"/> |