summaryrefslogtreecommitdiffstats
path: root/site/common/ccs.php
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-05-31 21:27:12 (EDT)
committer Francis Rowe <info@gluglug.org.uk>2015-05-31 21:27:12 (EDT)
commit2d82c07afdcdbbe47e91868d47cc4cff53e09b90 (patch)
tree4d5e39f09ad185aaf022bb26d36246c86e228cfb /site/common/ccs.php
parentc23543a9a6603f4e5b8a6f2801c6ec8fd874f14c (diff)
downloadlibreboot.org-2d82c07afdcdbbe47e91868d47cc4cff53e09b90.zip
libreboot.org-2d82c07afdcdbbe47e91868d47cc4cff53e09b90.tar.gz
libreboot.org-2d82c07afdcdbbe47e91868d47cc4cff53e09b90.tar.bz2
Split up download page into separate pages
Diffstat (limited to 'site/common/ccs.php')
-rw-r--r--site/common/ccs.php26
1 files changed, 26 insertions, 0 deletions
diff --git a/site/common/ccs.php b/site/common/ccs.php
new file mode 100644
index 0000000..b3b466a
--- /dev/null
+++ b/site/common/ccs.php
@@ -0,0 +1,26 @@
+<?php
+/*
+ Footer
+ Copyright (C) 2014, 2015 Francis Rowe <info@gluglug.org.uk>
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as
+ published by the Free Software Foundation, either version 3 of the
+ License, or (at your option) any later version.
+
+ This program 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 Affero General Public License for more details.
+
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+*/
+?>
+ <div>
+
+ <p>
+ <?php echo gettext("Libreboot includes statically linked executables, built in Trisquel GNU/Linux; if you need the sources for those statically linked dependencies inside the executables, then you can contact the libreboot project using the details on the home page. You can also get the Trisquel source code from the <a href='https://trisquel.info/'>Trisquel website</a>."); ?>
+ </p>
+
+ </div> \ No newline at end of file