aboutsummaryrefslogtreecommitdiffstats
path: root/license.php
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-06-25 23:33:08 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-06-25 23:33:08 +0200
commit7292a5f70f2d43456306b15826d7a5b38b09d336 (patch)
tree786898112bc2444abdb475c45fd4af6d25c8cf17 /license.php
parentLicense page seems great (diff)
downloadjoe-www-7292a5f70f2d43456306b15826d7a5b38b09d336.tar.gz
joe-www-7292a5f70f2d43456306b15826d7a5b38b09d336.tar.bz2
joe-www-7292a5f70f2d43456306b15826d7a5b38b09d336.tar.xz
joe-www-7292a5f70f2d43456306b15826d7a5b38b09d336.tar.zst
joe-www-7292a5f70f2d43456306b15826d7a5b38b09d336.zip
Nice links page
Diffstat (limited to 'license.php')
-rw-r--r--license.php34
1 files changed, 17 insertions, 17 deletions
diff --git a/license.php b/license.php
index 8e6fdb6..7420bdf 100644
--- a/license.php
+++ b/license.php
@@ -1,21 +1,21 @@
<?php include 'inc/classic-contents.inc.php'; ?>
<?php jo_head("LICENSE"); ?>
<?php jo_sidebar(); ?>
- <div class="body-contents">
- <h1>BSD 3-Clause</h1>
- <p>
- This site is copyrighted under the BSD 3-Clause License.
- You can find the terms of the license bellow:
- </p>
- <pre>
-<?php
-$license = file_get_contents('LICENSE');
-echo "$license";
-?>
- </pre>
- <p>
- You also can download the license using
- <a href="LICENSE">this link</a>.
- </p>
- </div>
+<div class="body-contents">
+ <h1>BSD 3-Clause</h1>
+ <p>
+ This site is copyrighted under the BSD 3-Clause License.
+ You can find the terms of the license bellow:
+ </p>
+ <pre>
+ <?php
+ $license = file_get_contents('LICENSE');
+ echo "$license";
+ ?>
+ </pre>
+ <p>
+ You also can download the license using
+ <a href="LICENSE">this link</a>.
+ </p>
+</div>
<?php jo_footer(); ?>