Remove default BSD attribution
This commit is contained in:
parent
265cf9b51e
commit
16dd1400d4
@ -333,7 +333,7 @@ $serendipity['smarty']->assign_by_ref('navlinks', $navlinks);
|
||||
|
||||
// Allow colorset authors to include license and attribution data
|
||||
$colorset_data = array(); // Maybe we'll want more data later...
|
||||
$colorset_data['attribution'] = $template_loaded_config['colorset'] . ' colorset provided under BSD license.';
|
||||
$colorset_data['attribution'] = '';
|
||||
$attribution_file = dirname(__FILE__) . '/' . $template_loaded_config['colorset'] . '_license.txt';
|
||||
if (is_readable($attribution_file)) {
|
||||
$attribution = file_get_contents($attribution_file);
|
||||
|
Loading…
x
Reference in New Issue
Block a user