forked from processing/p5.js-website-OLD
-
Notifications
You must be signed in to change notification settings - Fork 0
/
copyright.php
31 lines (22 loc) · 1.13 KB
/
copyright.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!DOCTYPE html>
<?php include('header.php'); ?>
<body id='other-content-types-page'>
<?php include('sidebar.php'); ?>
<!-- content sections -->
<div class='column-span'>
<section>
<p>The p5.js library is free software; you can redistribute it and/or modify it under the
terms of the <a href="https://github.com/processing/p5.js/blob/master/license.txt">GNU Lesser General
Public License</a> as published by the Free Software Foundation, version 2.1.</p>
<p>The <a href='reference/'>Reference</a> for the Language and Environment are under a <a href='http://creativecommons.org/'>Creative Commons</a> license which makes it possible to reuse this content for non-commercial purposes if it is credited.</p>
</section>
<?php include('footer.php'); ?>
<!-- outside of column for footer to go across both -->
<p class='clearfix'> </p>
</div><!-- end id="container" -->
<object type='image/svg+xml' data='img/thick-asterisk-alone.svg' id='asterisk-design-element'>
*<!-- to do: add fallback image in CSS -->
</object>
<?php include('end.php'); ?>
</body>
</html>