]> git.mjollnir.org Git - s9y.git/commitdiff
Remove default BSD attribution
authorslothman <slothman>
Sun, 2 Mar 2008 23:27:47 +0000 (23:27 +0000)
committerslothman <slothman>
Sun, 2 Mar 2008 23:27:47 +0000 (23:27 +0000)
templates/bulletproof/config.inc.php

index 6eaa47d92604b103124e64d540f9ad8cb7319e24..010233403c9fbf12f1af6282c5955557bdc1d949 100644 (file)
@@ -333,7 +333,7 @@ $serendipity['smarty']->assign_by_ref('navlinks', $navlinks);
 \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