Hello, I am trying to find what license the Mrpeach externals are under. At this link it states that theyre under GPL.
However danomatika is saying they are under BSD. Where can I find this information since the mrpeach folder in pd extended is without a license.txt. I really need the sendUDP and midifile externals! Thank you!
You could look in the pd-externals svn repo. Unfortunately, his net folder has a gpl license in it..
Above, danomatika says: "Yes, expr~ is in. The license is BSD now."
I think this is misinformation. As far as I can tell, and you can confirm this by looking at the source, the license for expr~ is LGPL, which is a no-go with the Apple App Store.
Or is it? See here: http://multinc.com/2009/08/24/compatibility-between-the-iphone-app-store-and-the-lgpl/
At any rate, this issue does not seem closed. It's not 100% clear that you can use LGPL code in an iOS app. And if the effort to get expr~ released under BSD was successful, well, the license that's in the expr~ folder distributed with libpd is still LGPL.
Anyone have any new information on this? (Please don't advise to 'just rewrite expr~' as previous threads have. expr~ is basically an interpreter, and interpreters are non-trivial things to write!)
I say use it, it's open source, if someone complains report here. :)
ps. you'd probably have to rewrite expr~ at the point of complaint.
most of the libraries included in Pd-extended are pretty easy to build for Android. Basically, any library based on the library template, you can build like this:
make NDK_BASE=/path/to/your/android-ndk-r8 UNAME=ANDROID
It looks like you're new here. If you want to get involved, click one of these buttons!