<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

<div dir="ltr"><div><br></div><div>One last question: in order to do base64 decoding for the preview images, I've used a base64 decoder which is under Public Domain License. Can we include this kind of license in LibreOffice? I've reproduced the license below.</div>



<div></div></div></blockquote><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr">

<div>//  Created by Kiichi Takeuchi on 4/20/10.<br></div><div>
<p>//  Copyright 2010 ObjectGraph LLC. All rights reserved.</p>
<p>// </p>
<p>// Original Source Code is donated by Cyrus</p>
<p>// Public Domain License</p>
<p><span>// <a href="http://www.cocoadev.com/index.pl?BaseSixtyFour" target="_blank"><span>http://www.cocoadev.com/index.pl?BaseSixtyFour</span></a></span></p></div><div><br></div><div dir="ltr">

</div>
</div>
</blockquote></div><br></div><div class="gmail_extra" style>Hmm, what is the temporal relationship of these lines? Was the code originally put in the public domain by "Cyrus" (whatever/whoever that is), and then adopted and modified by Kiichi Takeuchi (working for this ObjectGraph LLC?)? In that case, I don't see anything from Takeuchi/ObjectGraph that would make their modified version public domain, too. IMHO best to avoid such unclearly licensed code completely.</div>

<div class="gmail_extra" style><br></div><div class="gmail_extra" style>Surely there must be base64 decoding code out there that has clearer licensing.</div><div class="gmail_extra" style><br></div><div class="gmail_extra" style>

And what is the point in this code with the use of an Objective-C class that has only class methods anyway, and instances of that class are meaningless? Is that considered good Objective-C practice? (I don't know; maybe it is?) <a href="http://stackoverflow.com/a/3516922/259398">http://stackoverflow.com/a/3516922/259398</a> seems to say that is not good practice. But other places seem to say that it is OK.</div>

<div class="gmail_extra" style><br></div><div class="gmail_extra" style>--tml</div><div class="gmail_extra" style><br></div></div>