xcaspad / android_xcaspad

Xcas Pad computer algebra system source code project for Android
16 stars 2 forks source link

can you tell us the license of the project #1

Open Nobody-7 opened 10 years ago

Nobody-7 commented 10 years ago

As you can see,we can not find it anywhere!

mucephi commented 10 years ago

Android front end is GNU, ok I will share libqtgiac.so source code as soon will be possible.

Nobody-7 commented 10 years ago

Thank you!

mucephi commented 10 years ago

here is the libqtgiac source code http://code.google.com/p/libqtgiac/

Nobody-7 commented 10 years ago

Could you tell me where is the method "parseFromGiacSVG"?And,does the method creates a SVG file?

Nobody-7 commented 10 years ago

I mean where is the method in the .so library.

mucephi commented 10 years ago

Ok, the method is a wrapper function for gen2svg giac function, you can find this method at libqtgiac/jni/jni-cas.cpp. I hope this will help you.

On Mon, Aug 4, 2014 at 10:03 AM, Nobody-7 notifications@github.com wrote:

I mean where is the method in the .so library.

— Reply to this email directly or view it on GitHub https://github.com/xcaspad/android_xcaspad/issues/1#issuecomment-51071932 .

Nobody-7 commented 9 years ago

I know that there is a commercial licence in your qtgiac, so I want to know the price for the licence.

mucephi commented 9 years ago

Actually there is no commercial licence for the qtgiac, I'm just an enthusiasm indie programer, so if you have troubles to compile the sources I could help you for non commercial purposes by skype. for otherwise, I can offer to you my support just to compile the sources.

On Tue, Mar 24, 2015 at 6:45 PM, Nobody-7 notifications@github.com wrote:

I know that there is a commercial licence in your qtgiac, so I want to know the price for the licence.

— Reply to this email directly or view it on GitHub https://github.com/xcaspad/android_xcaspad/issues/1#issuecomment-85742011 .

Nobody-7 commented 9 years ago

I saw one line in the README file which says:comemrcial license are also available

mucephi commented 9 years ago

I don't know where you see it, but in such case I'm not the owner of the intellectual property, the qtgiac lib is just an android port of giac libary from the xcas: http://www-fourier.ujf-grenoble.fr/~parisse/giac.html

for commercial purposes try to contact to Bernard Parisse.

On Tue, Mar 24, 2015 at 8:35 PM, Nobody-7 notifications@github.com wrote:

I saw one line in the README file which says:comemrcial license are also available

— Reply to this email directly or view it on GitHub https://github.com/xcaspad/android_xcaspad/issues/1#issuecomment-85774974 .

Nobody-7 commented 9 years ago

Thank you