mirror of
https://github.com/michaelrsweet/mxml.git
synced 2025-02-22 18:05:31 +00:00
79 lines
3.2 KiB
HTML
79 lines
3.2 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE>Mini-XML Programmers Manual, Version 2.2.1</TITLE>
|
|
<META NAME="author" CONTENT="Michael Sweet">
|
|
<META NAME="copyright" CONTENT="Copyright 2003-2005">
|
|
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=iso-iso-8859-1">
|
|
<LINK REL="Start" HREF="index.html">
|
|
<LINK REL="Contents" HREF="toc.html">
|
|
<LINK REL="Prev" HREF="AGNULibraryGeneralPublicLicense.html">
|
|
<LINK REL="Next" HREF="BReleaseNotes.html">
|
|
<STYLE TYPE="text/css"><!--
|
|
BODY { font-family: serif }
|
|
H1 { font-family: sans-serif }
|
|
H2 { font-family: sans-serif }
|
|
H3 { font-family: sans-serif }
|
|
H4 { font-family: sans-serif }
|
|
H5 { font-family: sans-serif }
|
|
H6 { font-family: sans-serif }
|
|
SUB { font-size: smaller }
|
|
SUP { font-size: smaller }
|
|
PRE { font-family: monospace }
|
|
--></STYLE>
|
|
</HEAD>
|
|
<BODY>
|
|
<A HREF="toc.html">Contents</A>
|
|
<A HREF="AGNULibraryGeneralPublicLicense.html">Previous</A>
|
|
<A HREF="BReleaseNotes.html">Next</A>
|
|
<HR NOSHADE>
|
|
<H2><A NAME="6_1">How to Apply These Terms to Your New Libraries</A></H2>
|
|
<P>If you develop a new library, and you want it to be of the greatest
|
|
possible use to the public, we recommend making it free software that
|
|
everyone can redistribute and change. You can do so by permitting
|
|
redistribution under these terms (or, alternatively, under the terms of
|
|
the ordinary General Public License).</P>
|
|
<P>To apply these terms, attach the following notices to the library. It
|
|
is safest to attach them to the start of each source file to most
|
|
effectively convey the exclusion of warranty; and each file should have
|
|
at least the "copyright" line and a pointer to where the full notice is
|
|
found.</P>
|
|
<PRE>
|
|
<VAR>one line to give the library's name and an idea of what it does.</VAR>
|
|
Copyright (C) <VAR>year</VAR> <VAR>name of author</VAR>
|
|
|
|
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; either
|
|
version 2.1 of the License, or (at your option) any later version.
|
|
|
|
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
|
|
</PRE>
|
|
<P>Also add information on how to contact you by electronic and paper
|
|
mail.</P>
|
|
<P>You should also get your employer (if you work as a programmer) or
|
|
your school, if any, to sign a "copyright disclaimer" for the library,
|
|
if necessary. Here is a sample; alter the names:</P>
|
|
<PRE>
|
|
Yoyodyne, Inc., hereby disclaims all copyright interest in
|
|
the library `Frob' (a library for tweaking knobs) written
|
|
by James Random Hacker.
|
|
|
|
<VAR>signature of Ty Coon</VAR>, 1 April 1990
|
|
Ty Coon, President of Vice
|
|
</PRE>
|
|
<P>That's all there is to it!</P>
|
|
<HR NOSHADE>
|
|
<A HREF="toc.html">Contents</A>
|
|
<A HREF="AGNULibraryGeneralPublicLicense.html">Previous</A>
|
|
<A HREF="BReleaseNotes.html">Next</A>
|
|
</BODY>
|
|
</HTML>
|