-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlicense.php
4 lines (4 loc) · 834 Bytes
/
license.php
1
2
3
4
<?php include ("version.php"); ?>
<div id="license">
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a><br /><span xmlns:dct="http://purl.org/dc/terms/" href="http://purl.org/dc/dcmitype/InteractiveResource" property="dct:title" rel="dct:type">Suma Retroactive Data Importer</span> v. <?php echo($importgenerator_version); ?> by <a xmlns:cc="http://creativecommons.org/ns#" href="https://github.com/kenirwin/suma-import-generator" property="cc:attributionName" rel="cc:attributionURL">Ken Irwin</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.
</div><!-- id=license -->