diff options
author | Evan Prodromou <evan@status.net> | 2010-01-19 00:04:58 -0500 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2010-01-19 00:04:58 -0500 |
commit | c7f14cd7774d21e16aa6b020da71f318c648e3f0 (patch) | |
tree | 7d20bfcbeeebf7968e88b32bfc7916d9595cd77d /README | |
parent | 42a47a771954c11525cda1c93ec55f53b8d33c93 (diff) |
allow all rights reserved, private data
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1035,6 +1035,12 @@ Creative Commons Attribution 3.0 license, which is probably the right choice for any public site. Note that some other servers will not accept notices if you apply a stricter license than this. +type: one of 'cc' (for Creative Commons licenses), 'allrightsreserved' + (default copyright), or 'private' (for private and confidential + information). +owner: for 'allrightsreserved' or 'private', an assigned copyright + holder (for example, an employer for a private site). If + not specified, will be attributed to 'contributors'. url: URL of the license, used for links. title: Title for the license, like 'Creative Commons Attribution 3.0'. image: A button shown on each page for the license. |