From 07e4ce782ffba2e4464ebc966c8ef514b9af11b0 Mon Sep 17 00:00:00 2001 From: David Seikel Date: Sun, 13 Feb 2011 14:41:11 +1000 Subject: Remove catering to LL's probably illegal attempt to block copying of open source content that specifically prevents attempts to block copying. --- linden/indra/newview/primbackup.cpp | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/linden/indra/newview/primbackup.cpp b/linden/indra/newview/primbackup.cpp index 7f050a0..305731f 100644 --- a/linden/indra/newview/primbackup.cpp +++ b/linden/indra/newview/primbackup.cpp @@ -423,11 +423,18 @@ void primbackup::exportworker(void *userdata) // Exporting object textures (or other content) from Second Life // without checking creator is a violation of the Second Life // Policy on Third-Party Viewers and Terms of Service. - if(gHippoGridManager->getConnectedGrid()->isSecondLife()) - { - primbackup::getInstance()->export_state=EXPORT_DONE; - return; - } + // Coz LL are paranoid about other grids getting useful content. + // This is probably illegal with respect to open source content, + // it usually has licenses designed to prevent third parties (LL) + // from restricting copying. + // This is the meta-impy viewer, we don't care about LL's broken policies + // and we really don't care for LL imposing their own restrictions + // on content that the content author did not want. +// if(gHippoGridManager->getConnectedGrid()->isSecondLife()) +// { +// primbackup::getInstance()->export_state=EXPORT_DONE; +// return; +// } if(primbackup::getInstance()->m_nexttextureready==false) return; -- cgit v1.1