~xibo-maintainers/xibo/tempel

« back to all changes in this revision

Viewing changes to theme/default/html/about_text.php

  • Committer: Dan Garner
  • Date: 2015-01-15 14:26:07 UTC
  • Revision ID: git-v1:0bf2226a1e1e343100602a625c79b0b71a23593d
Migrated from BZR and moved files to root folder.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?php
 
2
/*
 
3
 * Xibo - Digital Signage - http://www.xibo.org.uk
 
4
 * Copyright (C) 2006-2013 Daniel Garner
 
5
 *
 
6
 * This file is part of Xibo.
 
7
 *
 
8
 * Xibo is free software: you can redistribute it and/or modify
 
9
 * it under the terms of the GNU Affero General Public License as published by
 
10
 * the Free Software Foundation, either version 3 of the License, or
 
11
 * any later version. 
 
12
 *
 
13
 * Xibo is distributed in the hope that it will be useful,
 
14
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 
15
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
16
 * GNU Affero General Public License for more details.
 
17
 *
 
18
 * You should have received a copy of the GNU Affero General Public License
 
19
 * along with Xibo.  If not, see <http://www.gnu.org/licenses/>.
 
20
 *
 
21
 * Theme variables:
 
22
 *      version
 
23
 */
 
24
defined('XIBO') or die("Sorry, you are not allowed to directly access this page.<br /> Please press the back button in your browser.");
 
25
?>
 
26
<h2>License <small>Digital Signage for Everyone</small></h2>
 
27
<p>Xibo Digital Signage - <a target="_blank"  href="http://www.xibo.org.uk" title="Xibo Website">www.xibo.org.uk</a>. Version <?php echo Theme::Get('version'); ?><br />
 
28
Copyright &copy 2006-2014 Daniel Garner, Alex Harrington, Spring Signage Ltd and 
 
29
the <a target="_blank"  href="https://launchpad.net/~xibo-developers/+members" title="Xibo Developers">Xibo Developers</a>.</p>
 
30
 
 
31
<p>Xibo is free software: you can redistribute it and/or modify
 
32
it under the terms of the GNU Affero General Public License as published by
 
33
the Free Software Foundation, either version 3 of the License, or
 
34
any later version. </p>
 
35
 
 
36
<p>Xibo is distributed in the hope that it will be useful,
 
37
but WITHOUT ANY WARRANTY; without even the implied warranty of
 
38
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
39
GNU Affero General Public License for more details.</p>
 
40
 
 
41
<p>You should have received a copy of the GNU Affero General Public License
 
42
along with Xibo. If not, see <a target="_blank" href="http://opensource.org/licenses/AGPL-3.0">opensource.org/licenses/AGPL-3.0</a>. </p>
 
43
 
 
44
<h2>Source Code</h2>
 
45
<p>As an end user of the Xibo software you are entitled to download and view the source code. You may do 
 
46
        so from <a target="_blank"  id="source-link" href="<?php echo Theme::GetConfig('cms_source_url'); ?>">Launchpad</a>.
 
47
        As a service provider you <strong>MUST</strong> provide your end users notification of and access to the source code.</p>
 
48
 
 
49
<h2>Third Party Licenses</h2>
 
50
<p>Xibo uses some third party libraries and tools - these are provided with the software under licences compatible with the AGPLv3. All licences for 
 
51
        third party libraries are included with that library and attributed in the code.</p>
 
52
 
 
53
<p>Xibo is supported and maintained by <a target="_blank"  href="http://springsignage.com/" title="Xibo Commercial Sponsor">Spring Signage Ltd</a>.</p>
 
 
b'\\ No newline at end of file'