I would like to know if it is possible to make an application to be sold on Apple AppStores that is linked (during compilation) to a BSD-licensed library.
|
In theory it should be fine. The BSD license is a Permissive free software license which means it doesn't insist on anything using it being shared in the same way. The BSD license only says that redistribution and use in source and binary forms are permitted (subject to certain constraints) but doesn't mandate how that should be other than that the copyright notices should remain intact if it is. |
|||
|
|
|
http://en.wikipedia.org/wiki/BSD_licenses You have several versions of the BSD license. It's one of the simplest licenses, so you should simply read it. Here is the "longest one":
So, yes, you can redistribute it on app stores. Just include the copyright in your distribution. |
|||
|
|
|
OS X contains many components that are BSD-licensed.
So I assume that BSD license is compatible with Mac App Store. |
|||
|
|