legal stuff
This commit is contained in:
parent
6ba46d4661
commit
87d51dd6bc
4
README
4
README
@ -54,4 +54,6 @@ Patches and comments are welcomed - send them to john@coswellproductions.com.
|
|||||||
|
|
||||||
Visit http://harmoniouscode.coswellproductions.com/. Tell your friends.
|
Visit http://harmoniouscode.coswellproductions.com/. Tell your friends.
|
||||||
|
|
||||||
Harmonious Code is Copyright 2008 John Bintz.
|
Harmonious Code is Copyright 2008 John Bintz. Original PHP Documentation is
|
||||||
|
Copyright the PHP Documentation Group, is licensed under the Creative Commons
|
||||||
|
Attribution 3.0 License, and has been modified from its original form.
|
@ -46,7 +46,12 @@
|
|||||||
<div id="haxe:trace"></div>
|
<div id="haxe:trace"></div>
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
<!--footer-->
|
<!--footer-->
|
||||||
<a href="http://harmoniouscode.coswellproductions.com/">Harmonious Code</a> is Copyright © 2008 John Bintz — Licensed under the GPL Version 2 — <a href="http://harmoniouscode.coswellproductions.com/project_information/">Project Information and Source Code</a>
|
<p>
|
||||||
|
<a href="http://harmoniouscode.coswellproductions.com/project_information/">Project Information and Source Code</a>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
<a href="http://harmoniouscode.coswellproductions.com/">Harmonious Code</a> is Copyright © 2008 John Bintz — Licensed under the <a href="http://www.gnu.org/licenses/gpl-2.0.html">GPL Version 2</a> — Original PHP Documentation is <a href="http://php.net/manual/en/copyright.php">Copyright the PHP Documentation Group</a>, is licensed under the <a href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0 License</a>, and has been modified from its original form</p>
|
||||||
</div>
|
</div>
|
||||||
<script type="text/javascript" src="harmoniouscode.js"> </script>
|
<script type="text/javascript" src="harmoniouscode.js"> </script>
|
||||||
</body>
|
</body>
|
||||||
|
@ -85,7 +85,6 @@ textarea#source {
|
|||||||
|
|
||||||
div#footer {
|
div#footer {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 10px;
|
|
||||||
color: #555;
|
color: #555;
|
||||||
font-style: oblique;
|
font-style: oblique;
|
||||||
border-top: solid #555 1px;
|
border-top: solid #555 1px;
|
||||||
@ -93,6 +92,10 @@ div#footer {
|
|||||||
margin-top: 5px
|
margin-top: 5px
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div#footer p {
|
||||||
|
font-size: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
span.ignore-code-holder {
|
span.ignore-code-holder {
|
||||||
font-family: monospace
|
font-family: monospace
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user