is it allowed to build a commercial software on top of a database structure which is part of a GNU project?

One Response to “is it allowed to build a commercial software on top of a database structure which is part of a GNU project?”

  • rltm_9999:

    You can build "on top" of GNU software. You just can’t include their software in your program. Your software must be separate from theirs. You can link to libraries, access databases, etc but cannot compile their code into yours. If you do, then you should make your code available under the same GNU license.

Leave a Reply