summaryrefslogtreecommitdiff
path: root/LICENSE.html
diff options
context:
space:
mode:
authorDave Beckett <dave@dajobe.org>2000-11-22 16:48:25 +0000
committerDave Beckett <dave@dajobe.org>2000-11-22 16:48:25 +0000
commit80f494419565b06c3a2a0fea483c39fd6f172183 (patch)
tree7127b2f469f36afc882677182e17646baf578103 /LICENSE.html
parent5cc40fcbe46c5087b0db1210bcd1f4dfea1a8b15 (diff)
downloadraptor-80f494419565b06c3a2a0fea483c39fd6f172183.tar.gz
Initial revision
Diffstat (limited to 'LICENSE.html')
-rw-r--r--LICENSE.html91
1 files changed, 91 insertions, 0 deletions
diff --git a/LICENSE.html b/LICENSE.html
new file mode 100644
index 00000000..9d41fada
--- /dev/null
+++ b/LICENSE.html
@@ -0,0 +1,91 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "blah">
+<html>
+<head>
+ <title>Rapier - RDF Parser - License</title>
+ <link rel="stylesheet" title="Default" href="docs/stylesheet.css" />
+</head>
+<body bgcolor="#ffffff" text="#000085">
+
+ <h1 align="center">Rapier - RDF Parser - License</h1>
+
+ <p>This package is Free Software available under either of two licenses (see
+<a href="FAQS.html">FAQS.html</a> to see why):</p>
+
+ <h2>1. The GNU Lesser General Public License (LGPL)</h2>
+
+ <p>See <a href="http://www.gnu.org/copyleft/lesser.html">http://www.gnu.org/copyleft/lesser.html</a> or <a href="COPYING.LIB">COPYING.LIB</a> for the full license text.</p>
+
+ <hr />
+ <blockquote>
+ <p>Copyright (C) 2000 <a href="http://purl.org/net/dajobe/">David Beckett</a>,
+<a href="http://www.ilrt.bristol.ac.uk/">Institute for Learning and Research Technology</a>, <a href="http://www.bristol.ac.uk/">University of Bristol</a>.
+All Rights Reserved.</p>
+
+ <p>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 of the License, or (at your option) any later version.</p>
+
+ <p>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.</p>
+
+ <p>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</p>
+
+ </blockquote>
+
+ <hr />
+ <p><b>NOTE</b> - under Term 3 of the LGPL, you may choose to license
+ the entire library under the GPL. See <a href="COPYING">COPYING</a> for the full license text.</p>
+
+
+ <h2>2. The Mozilla Public License</h2>
+
+<p>See <a href="http://www.mozilla.org/MPL/MPL-1.1.html">http://www.mozilla.org/MPL/MPL-1.1.html</a> or <a href="MPL.html">MPL.html</a> for the full license text.</p>
+
+<p>Under MPL section 13. I declare that all of the Covered Code is
+Multiple Licensed:</p>
+
+ <hr />
+ <blockquote>
+
+<p>The contents of this file are subject to the Mozilla Public
+License version 1.1 (the "License"); you may not use this file
+except in compliance with the License. You may obtain a copy of
+the License at <a href="http://www.mozilla.org/MPL/">http://www.mozilla.org/MPL/</a></p>
+
+<p>Software distributed under the License is distributed on an "AS
+IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
+implied. See the License for the specific language governing
+rights and limitations under the License.</p>
+
+<p>The Initial Developer of the Original Code is <a href="http://purl.org/net/dajobe/">David Beckett</a>.
+Portions created by <a href="http://purl.org/net/dajobe/">David Beckett</a>
+are Copyright (C) 2000 <a href="http://purl.org/net/dajobe/">David Beckett</a>,
+<a href="http://www.ilrt.bristol.ac.uk/">Institute for Learning and Research Technology</a>, <a href="http://www.bristol.ac.uk/">University of Bristol</a>.
+All Rights Reserved.</p>
+
+<p>Alternatively, the contents of this file may be used under the
+terms of the GNU Lesser General Public License, in which case the
+provisions of the LGPL License are applicable instead of those above.
+If you wish to allow use of your version of this file only under the
+terms of the LGPL License and not to allow others to use your version
+of this file under the MPL, indicate your decision by deleting the
+provisions above and replace them with the notice and other
+provisions required by the LGPL License. If you do not delete the
+provisions above, a recipient may use your version of this file under
+either the MPL or the LGPL License.</p>
+
+ </blockquote>
+
+<hr />
+
+<p>Copyright 2000 <a href="http://purl.org/net/dajobe/">Dave Beckett</a>, <a href="http://www.ilrt.bristol.ac.uk/">Institute for Learning and Research Technology</a>, <a href="http://www.bristol.ac.uk/">University of Bristol</a></p>
+
+<p><a href="http://www.mirror.ac.uk/services/validator/check/referer">Validate me</a></p>
+
+</body>
+</html>