From 15700dc1a83df913cf3386086a449f1c149f9dea Mon Sep 17 00:00:00 2001 From: slothman Date: Sun, 2 Mar 2008 23:27:47 +0000 Subject: [PATCH] Remove default BSD attribution --- templates/bulletproof/config.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/bulletproof/config.inc.php b/templates/bulletproof/config.inc.php index 6eaa47d..0102334 100644 --- a/templates/bulletproof/config.inc.php +++ b/templates/bulletproof/config.inc.php @@ -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); -- 2.39.5