Revert "Set default license for new files to All rights reserved"

This reverts commit f5cbde11d2.
This commit is contained in:
Yorik van Havre 2013-08-01 17:04:39 -03:00
parent f5cbde11d2
commit a836759ebd

View File

@ -577,8 +577,8 @@ Document::Document(void)
ADD_PROPERTY_TYPE(Uid,(id),0,Prop_ReadOnly,"UUID of the document");
// license stuff
ADD_PROPERTY_TYPE(License,("All rights reserved"),0,Prop_None,"License string of the Item");
ADD_PROPERTY_TYPE(LicenseURL,(""),0,Prop_None,"URL to the license text/contract");
ADD_PROPERTY_TYPE(License,("CC-BY 3.0"),0,Prop_None,"License string of the Item");
ADD_PROPERTY_TYPE(LicenseURL,("http://creativecommons.org/licenses/by/3.0/"),0,Prop_None,"URL to the license text/contract");
// this creates and sets 'TransientDir' in onChanged()
ADD_PROPERTY_TYPE(TransientDir,(""),0,PropertyType(Prop_Transient|Prop_ReadOnly),