Added some missing "para" elements in the legalnotice. Fixed up
indentation.
This commit is contained in:
parent
ab8d0426c3
commit
48a0731a29
1 changed files with 85 additions and 86 deletions
|
@ -6,96 +6,95 @@
|
|||
]>
|
||||
|
||||
<article xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<articleinfo>
|
||||
<title>
|
||||
Comedi
|
||||
</title>
|
||||
<subtitle>
|
||||
The <emphasis>Control and Measurement Device Interface</emphasis>
|
||||
handbook
|
||||
</subtitle>
|
||||
<author>
|
||||
<firstname>David</firstname>
|
||||
<surname>Schleef</surname>
|
||||
<affiliation>
|
||||
<address>ds@schleef.org</address>
|
||||
</affiliation>
|
||||
</author>
|
||||
<author>
|
||||
<firstname>Frank</firstname>
|
||||
<surname>Hess</surname>
|
||||
<affiliation>
|
||||
<address>fmhess@users.sourceforge.net</address>
|
||||
</affiliation>
|
||||
</author>
|
||||
<author>
|
||||
<firstname>Herman</firstname>
|
||||
<surname>Bruyninckx</surname>
|
||||
<affiliation>
|
||||
<address>Herman.Bruyninckx@mech.kuleuven.ac.be</address>
|
||||
</affiliation>
|
||||
</author>
|
||||
<copyright>
|
||||
<year>1998-2003</year>
|
||||
<holder>David Schleef</holder>
|
||||
</copyright>
|
||||
<copyright>
|
||||
<year>2001-2003, 2005, 2008</year>
|
||||
<holder>Frank Mori Hess</holder>
|
||||
</copyright>
|
||||
<copyright>
|
||||
<year>2002-2003</year>
|
||||
<holder>Herman Bruyninckx</holder>
|
||||
</copyright>
|
||||
<articleinfo>
|
||||
<title>Comedi</title>
|
||||
<subtitle>
|
||||
The <emphasis>Control and Measurement Device Interface</emphasis>
|
||||
handbook
|
||||
</subtitle>
|
||||
<author>
|
||||
<firstname>David</firstname>
|
||||
<surname>Schleef</surname>
|
||||
<affiliation>
|
||||
<address>ds@schleef.org</address>
|
||||
</affiliation>
|
||||
</author>
|
||||
<author>
|
||||
<firstname>Frank</firstname>
|
||||
<othername>Mori</othername>
|
||||
<surname>Hess</surname>
|
||||
<affiliation>
|
||||
<address>fmhess@users.sourceforge.net</address>
|
||||
</affiliation>
|
||||
</author>
|
||||
<author>
|
||||
<firstname>Herman</firstname>
|
||||
<surname>Bruyninckx</surname>
|
||||
<affiliation>
|
||||
<address>Herman.Bruyninckx@mech.kuleuven.ac.be</address>
|
||||
</affiliation>
|
||||
</author>
|
||||
<copyright>
|
||||
<year>1998-2003</year>
|
||||
<holder>David Schleef</holder>
|
||||
</copyright>
|
||||
<copyright>
|
||||
<year>2001-2003, 2005, 2008</year>
|
||||
<holder>Frank Mori Hess</holder>
|
||||
</copyright>
|
||||
<copyright>
|
||||
<year>2002-2003</year>
|
||||
<holder>Herman Bruyninckx</holder>
|
||||
</copyright>
|
||||
|
||||
<abstract>
|
||||
<para>
|
||||
&comedi; is a free software project to interface
|
||||
<emphasis>digital acquisition</emphasis> (DAQ) cards. It is the
|
||||
combination of three complementary software items: (i) a generic,
|
||||
device-independent API, (ii) a collection of Linux kernel modules that
|
||||
implement this API for a wide range of cards, and (iii) a Linux user
|
||||
space library with a developer-oriented programming interface to
|
||||
configure and use the cards.
|
||||
</para>
|
||||
</abstract>
|
||||
<abstract>
|
||||
<para>
|
||||
&comedi; is a free software project to interface
|
||||
<emphasis>digital acquisition</emphasis> (DAQ) cards. It is the
|
||||
combination of three complementary software items: (i) a generic,
|
||||
device-independent API, (ii) a collection of Linux kernel modules that
|
||||
implement this API for a wide range of cards, and (iii) a Linux user
|
||||
space library with a developer-oriented programming interface to
|
||||
configure and use the cards.
|
||||
</para>
|
||||
</abstract>
|
||||
|
||||
<legalnotice>
|
||||
<para>
|
||||
This document is part of Comedilib. In the context of this
|
||||
document, the term "source code" as defined by the license is
|
||||
interpreted as the SGML source.
|
||||
<legalnotice>
|
||||
<para>
|
||||
This document is part of Comedilib. In the context of this
|
||||
document, the term "source code" as defined by the license is
|
||||
interpreted as the XML source.
|
||||
</para>
|
||||
<para>
|
||||
This library is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU Lesser General Public
|
||||
License as published by the Free Software Foundation, version 2.1
|
||||
of the License.
|
||||
</para>
|
||||
<para>
|
||||
This 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.
|
||||
</para>
|
||||
<para>
|
||||
You should have received a copy of the GNU Lesser General Public
|
||||
License along with this library; if not, write to the Free Software
|
||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
||||
USA.
|
||||
</para>
|
||||
</legalnotice>
|
||||
|
||||
COMEDILIB - Linux Control and Measurement Device Interface Library
|
||||
Copyright (C) 1997-2003 David A. Schleef <ds@schleef.org>
|
||||
</articleinfo>
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU Lesser General Public
|
||||
License as published by the Free Software Foundation, version 2.1
|
||||
of the License.
|
||||
|
||||
This 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 this library; if not, write to the Free Software
|
||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
||||
USA.
|
||||
</para>
|
||||
</legalnotice>
|
||||
|
||||
</articleinfo>
|
||||
|
||||
<xi:include href="intro.xml"/>
|
||||
<xi:include href="install.xml"/>
|
||||
<xi:include href="tutorial.xml"/>
|
||||
<xi:include href="other.xml"/>
|
||||
<xi:include href="driverwriting.xml"/>
|
||||
<xi:include href="drivers.xml"/>
|
||||
<xi:include href="reference.xml"/>
|
||||
<xi:include href="glossary.xml"/>
|
||||
<xi:include href="intro.xml"/>
|
||||
<xi:include href="install.xml"/>
|
||||
<xi:include href="tutorial.xml"/>
|
||||
<xi:include href="other.xml"/>
|
||||
<xi:include href="driverwriting.xml"/>
|
||||
<xi:include href="drivers.xml"/>
|
||||
<xi:include href="reference.xml"/>
|
||||
<xi:include href="glossary.xml"/>
|
||||
|
||||
</article>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue