summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-07-04 09:44:55 (EDT)
committer Francis Rowe <info@gluglug.org.uk>2015-07-04 09:44:55 (EDT)
commit38226a5b405bc07afc54e8fd01e858a90580a8c0 (patch)
tree3a4fd79fa481ddf13fe4f2bd13591679785615d4
parentc2a9b68baadb1a4f58f373ff29cdcab422e40395 (diff)
downloadlibreboot.org-38226a5b405bc07afc54e8fd01e858a90580a8c0.zip
libreboot.org-38226a5b405bc07afc54e8fd01e858a90580a8c0.tar.gz
libreboot.org-38226a5b405bc07afc54e8fd01e858a90580a8c0.tar.bz2
git page: remove note about refusing GFDL
I still don't like it. However, having this notice here scares people, even if they had no plans to use GFDL. The notice is useless.
-rw-r--r--site/git/index.php10
1 files changed, 2 insertions, 8 deletions
diff --git a/site/git/index.php b/site/git/index.php
index 1ebedd6..b1ea296 100644
--- a/site/git/index.php
+++ b/site/git/index.php
@@ -91,13 +91,7 @@
<p>
<?php echo gettext("Generally speaking, using the same license as the file that you are modifying is much simpler."); ?>
<?php echo gettext("If you are submitting new files, please make sure that they are under a free license (copyleft preferred)."); ?>
- <?php echo gettext("You can find a list on:"); ?>
- <a href="https://www.gnu.org/licenses/license-list.html">https://www.gnu.org/licenses/license-list.html</a>.
- </p>
- <p>
- <i>
- <?php echo gettext("The libreboot project will not accept documentation released under the <u>GNU Free Documentation License</u>, because we do not want to endorse or support the Invariant clauses that this license allows. Changes submitted under this license will be rejected, even if it contains no Invariant sections."); ?>
- </i>
+ <?php echo gettext("You can find a list on:"); ?> <a href="https://www.gnu.org/licenses/license-list.html">https://www.gnu.org/licenses/license-list.html</a>.
</p>
</div>
@@ -177,4 +171,4 @@
<?php
$strHtml = ob_get_clean();
echo miniHtml($strHtml);
-?> \ No newline at end of file
+?>