\r
// Allow colorset authors to include license and attribution data\r
$colorset_data = array(); // Maybe we'll want more data later...\r
-$colorset_data['attribution'] = $template_loaded_config['colorset'] . ' colorset provided under BSD license.';\r
+$colorset_data['attribution'] = '';\r
$attribution_file = dirname(__FILE__) . '/' . $template_loaded_config['colorset'] . '_license.txt';\r
if (is_readable($attribution_file)) {\r
$attribution = file_get_contents($attribution_file);\r