Customizing SMF > Forks Discussion
Copyright additions/changes
vbgamer45:
Copyright additions/changes
Before I go though updating all files want to make sure this is ok or if you have a suggestion/improvement
Modifying this:
--- Code: ---/**
* Simple Machines Forum (SMF)
*
* @package SMF
* @author Simple Machines http://www.simplemachines.org
* @copyright 2011 Simple Machines
* @license http://www.simplemachines.org/about/smf/license.php BSD
*
* @version 2.0
*/
--- End code ---
To this
--- Code: ---/**
* ezForum http://www.ezforum.com
* Copyright 2011 ezForum
* License: BSD
*
* Based on:
* Simple Machines Forum (SMF)
*
* @package SMF
* @author Simple Machines http://www.simplemachines.org
* @copyright 2011 Simple Machines
* @license http://www.simplemachines.org/about/smf/license.php BSD
*
* @version 2.0
*/
--- End code ---
ahrasis:
I think that should be fine. Do share your test site, if there is one, here. Currently, I can't see any working test site yet.
青山 素子:
According to the license terms, as long as you include the original copyright line, you can change everything else.
Kindred:
Yes, that should be acceptable.... ;)
TomW:
What about the SMF credits at the bottom of the page ? I would assume that they must be included, isn't that so ? There are 3 hyperlinks in the SMF credits, must all 3 be included ? Curious, since the only items listed above are merely comments in code, no one will see them other than the fork developers.
Navigation
[0] Message Index
[#] Next page
Go to full version