Skip to content

Commit 8c051a2

Browse files
committed
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
1 parent 8a6e4cf commit 8c051a2

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ Who?
3838

3939
This project was originated by Rowan Collins, AKA IMSoP. My homepage is at <http://rwec.co.uk>, and you can reach me by e-mail on the obvious addresses @ that domain.
4040

41-
The code here is licensed under [Creative Commons Attribution 3.0](http://creativecommons.org/licenses/by/3.0/). In other words, I'm happy for you to take it away, improve it, use it for whatever you like, but I'd like you to credit me as the originator. I'd also be more than happy to hear what you do with it, and how you've improved on it.
41+
The code here is free to use for any purpose whatsoever, but with a polite request that you treat it like Free Software, and a strong request that you don't pass it off as your own. I'm happy for you to take it away, improve it, use it for whatever you like, but I'd like you to credit me as the originator. I'd also be more than happy to hear what you do with it, and how you've improved on it.

simplexml_dump.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
*
1212
* @author Rowan Collins
1313
* @see https://github.com/IMSoP/simplexml_debug
14-
* @license http://creativecommons.org/licenses/by/3.0/ Creative Commons Attribution 3.0
14+
* @license None. Do what you like with it, but please give me credit if you like it. :)
15+
* Equally, no warranty: don't blame me if your aircraft or nuclear power plant fails because of this code!
1516
*/
1617
function simplexml_dump(SimpleXMLElement $sxml, $return=false)
1718
{

simplexml_tree.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
*
1515
* @author Rowan Collins
1616
* @see https://github.com/IMSoP/simplexml_debug
17-
* @license http://creativecommons.org/licenses/by/3.0/ Creative Commons Attribution 3.0
17+
* @license None. Do what you like with it, but please give me credit if you like it. :)
18+
* Equally, no warranty: don't blame me if your aircraft or nuclear power plant fails because of this code!
1819
*/
1920
function simplexml_tree(SimpleXMLElement $sxml, $include_string_content=false, $return=false)
2021
{

0 commit comments

Comments
 (0)