Closed (fixed)
Project:
Creative Commons Lite
Version:
6.x-1.2
Component:
Code
Priority:
Critical
Category:
Feature request
Reporter:
Created:
24 Jun 2007 at 10:55 UTC
Updated:
23 Nov 2008 at 10:07 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
hydrian commentedAlso, I would like the default option to be "No License Defined" if you go the still requiring a choice route.
Comment #2
Anonymous (not verified) commentedI have made (to the best of my understanding and abilities) the changes that you asked for.
For anyone reviewing the code, the changes have occurred on lines 153 - 159, 235, 261 - 263, and 442 - 449.
Comment #3
Anonymous (not verified) commentedFor some reason that I can't figure out, I attached the full module a minute ago install of the patch. So, here we are, take 2, let me upload the patch... That should be much friendlier...
Sorry about that. :P
Comment #4
hydrian commentedApplied the patch. All looks pretty good. My only issue with it doesn't automatically default to "No License defined." This is a minor nit-pick. The functionally I really needed was added. Thanks for the good work.
Comment #5
manimal commentedI got it to default to by-sa (share-alike), by editing lines 241-
I replace the: $types[''] = 'choose one';
to: $types['by-sa'] = '';
now it displays the share alike option by default, but still lets a user choose. I suspect you could do this for no-license as well. (I also removed a bunch of license options from the list).
Comment #6
epe commentedIf no licence is defined, works are immediately under Copyright (in the US and most country) except if you explicitly grant rights of usage - e.g. by using a CC licence.
Adding an option for "all rights reserved" will definitley make sense in some cases/ for some sites.
So let's change "No License Defined" into "All rights reserved"
Comment #7
Forage commentedNote that using a CC license does not have any influence on your copyright. With the exception of some countries you will automatically have the copyright as soon as you write/create something, with or without a (CC) licence. With a CC licence you indicate what other people can do with it but you will keep the copyright: http://wiki.creativecommons.org/FAQ#Is_applying_a_Creative_Commons_licen...
Comment #8
gloscon commentedhttp://drupal.org/node/262884 will take care of this too.
Comment #9
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #10
HyperD commented... To me happens opposite thing ... I installed the module and set it up, but I can post everything ... no question about license is posed to any user ... I gave full permissions to everybody ... but nothing happens .. what's up ?