cspspemu / csharputils

A big set of useful C# 4.0 utilities and extensions in a single DLL. Outdated. Partial of the code lives here: https://github.com/cspspemu/cspspemu/tree/dfa98a64328f6679a84b58350fd7c3627688dae7/Libraries/csharputils
11 stars 7 forks source link

License terms #5

Open skethire opened 8 years ago

skethire commented 8 years ago

I am looking into using this package in a commercial software package.

What are the license terms for this project? I notice that some of the code is direct translation of Java into C#. What are the license implications for this kind of implementation? Appreciate any pointers here.

Thanks

soywiz commented 8 years ago

All the code here is free to use for any kind of purpose. If there is code ported from Java or other codebase (don't remember), then it will be using the same license of the original library. But I created almost all the code here. I don't have too much knowledge about licenses, but if you need one in order to be able to use it and you can provide me one that fits being available to use for commercial and non-commercial projects, just send me one and I will include it here.

Regards

skethire commented 8 years ago

Thanks for your response. We use other software under the Apache 2.0 license http://www.apache.org/licenses/LICENSE-2.0 in our project. I think including that would be useful. I am referring to PipedInputStream and PipedOutputStream which are ported from Java (with the appropriate copyright).

Thanks

On Mon, Oct 26, 2015 at 12:26 PM, Carlos Ballesteros Velasco < notifications@github.com> wrote:

All the code here is free to use for any kind of purpose. If there is code ported from Java or other codebase (don't remember), then it will be using the same license of the original library. But I created almost all the code here. I don't have too much knowledge about licenses, but if you need one in order to be able to use it and you can provide me one that fits being available to use for commercial and non-commercial projects, just send me one and I will include it here.

Regards

— Reply to this email directly or view it on GitHub https://github.com/soywiz/csharputils/issues/5#issuecomment-151216564.

soywiz commented 8 years ago

Ok SharpSSH was embedded for convenience.

The page of that project is: http://www.tamirgal.com/blog/page/Main.aspx

skethire commented 8 years ago

Thanks

On Mon, Oct 26, 2015 at 1:13 PM, Carlos Ballesteros Velasco < notifications@github.com> wrote:

Ok SharpSSH was embedded for convenience.

The page of that project is: http://www.tamirgal.com/blog/page/Main.aspx

— Reply to this email directly or view it on GitHub https://github.com/soywiz/csharputils/issues/5#issuecomment-151233072.