Remove formal licensing information in favour of a do-what-you-like-but-be-nice policy.

It's not like I'm going to hire a lawyer if you don't follow it anyway.
Fixes Issue #6
This commit is contained in:
Rowan Collins 2013-09-22 11:13:37 -07:00
parent 8a6e4cf345
commit 8c051a219f
3 changed files with 5 additions and 3 deletions

View file

@ -14,7 +14,8 @@
*
* @author Rowan Collins
* @see https://github.com/IMSoP/simplexml_debug
* @license http://creativecommons.org/licenses/by/3.0/ Creative Commons Attribution 3.0
* @license None. Do what you like with it, but please give me credit if you like it. :)
* Equally, no warranty: don't blame me if your aircraft or nuclear power plant fails because of this code!
*/
function simplexml_tree(SimpleXMLElement $sxml, $include_string_content=false, $return=false)
{