Added GPL option and clarification on reason for licensing terms.
[www.git] / licence.shtml
1 <!--#include virtual="/doctype.txt"-->
2 <html>
3
4 <!--#include virtual="/head.shtml"-->
5
6 <body>
7
8 <!--#include virtual="/header.shtml"-->
9
10 <!--#include virtual="/navigation.shtml"-->
11
12 <div id="content">
13   <p>
14     Unless otherwise noted, content on this website is Copyright © 2010-2011
15     Steven McDonald.
16   </p>
17   <h2>
18     Licence Grant
19   </h2>
20   <p>
21     Unless otherwise noted, permission is granted to copy, distribute and/or
22     modify content on this website under the terms of either the <a
23     href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons
24     Attribution-Sharealike Unported License</a>, version 3.0 or any later
25     version published by Creative Commons, or the <a
26     href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html">GNU General
27     Public License</a>, version 2 or any later version published by the Free
28     Software Foundation.
29   </p>
30   <p>
31     The latter option is provided mainly for compatibility with many existing
32     free software projects; if you would like to use anything published here in
33     a project which is licensed incompatibly with both of the licences above,
34     please feel free to <a href="/about.shtml">email me</a>.
35   </p>
36   <p>
37     It's not required by either of the licences, but if you do use a
38     substantial portion of anything I've published here in a derived work or
39     publish it elsewhere, I would appreciate it if you could tell me about it.
40     :-)
41   </p>
42   <h2>
43     Common Exceptions
44   </h2>
45   <p>
46     The W3C icons at the bottom of every page are Copyright © 1994-2010 W3C®
47     (MIT, ERCIM, Keio) from the <a href="http://www.w3.org/QA/Tools/Icons">W3C
48     website</a>. W3C® grants permission for their use on webpages which pass
49     their HTML and CSS validators, respectively.
50   </p>
51 </div>
52
53 <!--#include virtual="/footer.shtml"-->
54
55 </body>
56
57 </html>