From c7f14cd7774d21e16aa6b020da71f318c648e3f0 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Tue, 19 Jan 2010 00:04:58 -0500 Subject: allow all rights reserved, private data --- lib/default.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/default.php') diff --git a/lib/default.php b/lib/default.php index f7f4777a2..5b2ae6c7c 100644 --- a/lib/default.php +++ b/lib/default.php @@ -83,7 +83,9 @@ $default = 'softlimit' => '90%', // total size or % of memory_limit at which to restart queue threads gracefully ), 'license' => - array('url' => 'http://creativecommons.org/licenses/by/3.0/', + array('type' => 'cc', # can be 'cc', 'allrightsreserved', 'private' + 'owner' => null, # can be name of content owner e.g. for enterprise + 'url' => 'http://creativecommons.org/licenses/by/3.0/', 'title' => 'Creative Commons Attribution 3.0', 'image' => 'http://i.creativecommons.org/l/by/3.0/80x15.png'), 'mail' => -- cgit v1.2.3-54-g00ecf