chiark / gitweb /
9d5d77f64e93ad2fed091882b16f27a532330260
[ypp-sc-tools.db-test.git] / yarrg / web / footer
1 %# This is part of the YARRG website.  YARRG is a tool and website
2 %# for assisting players of Yohoho Puzzle Pirates.
3 %#
4 %# Copyright (C) 2009 Ian Jackson <ijackson@chiark.greenend.org.uk>
5 %# Copyright (C) 2009 Clare Boothby
6 %#
7 %#  YARRG's client code etc. is covered by the ordinary GNU GPL (v3 or later).
8 %#  The YARRG website is covered by the GNU Affero GPL v3 or later, which
9 %#   basically means that every installation of the website will let you
10 %#   download the source.
11 %#
12 %# This program is free software: you can redistribute it and/or modify
13 %# it under the terms of the GNU Affero General Public License as
14 %# published by the Free Software Foundation, either version 3 of the
15 %# License, or (at your option) any later version.
16 %#
17 %# This program is distributed in the hope that it will be useful,
18 %# but WITHOUT ANY WARRANTY; without even the implied warranty of
19 %# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20 %# GNU Affero General Public License for more details.
21 %#
22 %# You should have received a copy of the GNU Affero General Public License
23 %# along with this program.  If not, see <http://www.gnu.org/licenses/>.
24 %#
25 %# Yohoho and Puzzle Pirates are probably trademarks of Three Rings and
26 %# are used without permission.  This program is not endorsed or
27 %# sponsored by Three Rings.
28 %#
29 %#
30 %# This Mason component is simply the page footer.
31 %#
32 <%args>
33 $isdocs => 0
34 </%args>
35 <hr>
36 <address>
37 YARRG is Yet Another Revenue Research Gatherer, a project of the
38 crew Special Circumstances on the Midnight Ocean
39 and of the Sinister Greenend Organisation.
40 <p>
41
42 YARRG is Free Software.
43 You may share and modify the code and the
44 website, according to the terms of the GNU General Public Licence and
45 the GNU Affero General Public Licence respectively (v3 or later).
46 % if (!$isdocs) {
47 Please see the <a href="docs">YARRG documentation webpage</a> for
48 details of how to obtain the client and server code and full details
49 of the licences.
50 % }
51
52 <p>
53 YARRG is <& copyrightdate &>.
54 Yohoho and Puzzle Pirates are trademarks of Three Rings and are used
55 without permission.  YARRG is not endorsed or sponsored by Three
56 Rings.
57
58 </address>