From a836759ebd91404954a778ff8885e152611576e1 Mon Sep 17 00:00:00 2001 From: Yorik van Havre Date: Thu, 1 Aug 2013 17:04:39 -0300 Subject: [PATCH] Revert "Set default license for new files to All rights reserved" This reverts commit f5cbde11d2debeae37f8842b588dd4b1518f6948. --- src/App/Document.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App/Document.cpp b/src/App/Document.cpp index ded92f6ff..ee92e46da 100644 --- a/src/App/Document.cpp +++ b/src/App/Document.cpp @@ -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),