summaryrefslogtreecommitdiff
path: root/lib/default.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@status.net>2010-01-19 00:04:58 -0500
committerEvan Prodromou <evan@status.net>2010-01-19 00:04:58 -0500
commitc7f14cd7774d21e16aa6b020da71f318c648e3f0 (patch)
tree7d20bfcbeeebf7968e88b32bfc7916d9595cd77d /lib/default.php
parent42a47a771954c11525cda1c93ec55f53b8d33c93 (diff)
allow all rights reserved, private data
Diffstat (limited to 'lib/default.php')
-rw-r--r--lib/default.php4
1 files changed, 3 insertions, 1 deletions
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' =>