Mercurial > ~dholland > hg > ag > index.cgi
comparison doc/misc/license.html @ 0:13d2b8934445
Import AnaGram (near-)release tree into Mercurial.
author | David A. Holland |
---|---|
date | Sat, 22 Dec 2007 17:52:45 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:13d2b8934445 |
---|---|
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> | |
2 <HTML> | |
3 <HEAD> | |
4 <Title>AnaGram: License</Title> | |
5 </HEAD> | |
6 | |
7 <BODY | |
8 BGCOLOR="#ffffff" | |
9 BACKGROUND="html/tilbl6h.gif" | |
10 TEXT="#000000" | |
11 LINK="#0033CC" | |
12 VLINK="#CC0033" | |
13 ALINK="#CC0099" | |
14 > | |
15 | |
16 <P align=right> | |
17 <IMG SRC=html/images/aga6d.gif ALT="AnaGram"><BR> | |
18 A System for Syntax Directed Programming<BR> | |
19 Version 2.40<BR> | |
20 <BR> | |
21 Copyright © 1993-2002 Parsifal Software<BR> | |
22 Copyright © 2006, 2007 David A. Holland<BR> | |
23 All Rights Reserved. | |
24 </P> | |
25 | |
26 <H1>License</H1> | |
27 <P> | |
28 <A HREF=#ag>AnaGram</A> and the <A HREF=#engine>AnaGram Parsing | |
29 Engine</A> are licensed differently in order to make AnaGram maximally | |
30 useful for software development. | |
31 </P> | |
32 | |
33 <A NAME=ag></A> | |
34 <H2>AnaGram License</H2> | |
35 <P> | |
36 AnaGram, A System for Syntax Directed Programming<BR> | |
37 Copyright © 1993-2002 Parsifal Software<BR> | |
38 Copyright © 2006, 2007 David A. Holland<BR> | |
39 All Rights Reserved. | |
40 </P> | |
41 <P> | |
42 Redistribution and use in source and binary forms, with or without | |
43 modification, are permitted provided that the following conditions | |
44 are met: | |
45 </P> | |
46 <OL> | |
47 <LI> | |
48 Redistributions of source code must retain the above copyright | |
49 notice, this list of conditions and the following disclaimer. | |
50 </LI> | |
51 <LI> | |
52 Redistributions in binary form must reproduce the above copyright | |
53 notice, this list of conditions and the following disclaimer in the | |
54 documentation and/or other materials provided with the distribution. | |
55 </LI> | |
56 <LI> | |
57 All advertising materials mentioning features or use of this software | |
58 must display the following acknowledgement: | |
59 This product includes software developed by Parsifal Software, | |
60 Jerome T. Holland, and their contributors. | |
61 </LI> | |
62 <LI> | |
63 Neither the name of Parsifal Software nor the name of Jerome | |
64 T. Holland nor the names of their contributors may be used to | |
65 endorse or promote products derived from this software without | |
66 specific prior written permission. | |
67 </LI> | |
68 </OL> | |
69 </P> | |
70 <P> | |
71 THIS SOFTWARE IS PROVIDED BY PARSIFAL SOFTWARE, JEROME T. HOLLAND, | |
72 AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, | |
73 INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF | |
74 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | |
75 DISCLAIMED. IN NO EVENT SHALL PARSIFAL SOFTWARE, JEROME | |
76 T. HOLLAND, OR THE CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, | |
77 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES | |
78 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR | |
79 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | |
80 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, | |
81 STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) | |
82 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | |
83 OF THE POSSIBILITY OF SUCH DAMAGE. | |
84 </P> | |
85 | |
86 <A NAME=engine></A> | |
87 <H2>Parsing Engine License</H2> | |
88 <P> | |
89 AnaGram Parsing Engine<BR> | |
90 Copyright © 1993-2002 Parsifal Software<BR> | |
91 All Rights Reserved.<BR> | |
92 </P> | |
93 <P> | |
94 This software is provided 'as-is', without any express or implied | |
95 warranty. In no event will the authors be held liable for any damages | |
96 arising from the use of this software. | |
97 </P> | |
98 <P> | |
99 Permission is granted to anyone to use this software for any purpose, | |
100 including commercial applications, and to alter it and redistribute it | |
101 freely, subject to the following restrictions: | |
102 <OL> | |
103 <LI> | |
104 The origin of this software must not be misrepresented; you must not | |
105 claim that you wrote the original software. If you use this software | |
106 in a product, an acknowledgment in the product documentation would be | |
107 appreciated but is not required. | |
108 </LI> | |
109 <LI> | |
110 Altered source versions must be plainly marked as such, and must not be | |
111 misrepresented as being the original software. | |
112 </LI> | |
113 <LI> | |
114 This notice may not be removed or altered from any source | |
115 distribution. | |
116 </LI> | |
117 </OL> | |
118 </P> | |
119 | |
120 </BODY> | |
121 </HTML> | |
122 |