# Is JULIA suitable for the development of proprietary derived-softwares?

**URL:** https://discourse.julialang.org/t/is-julia-suitable-for-the-development-of-proprietary-derived-softwares/7912
**Category:** General Usage
**Created:** [December 22, 2017, 5:45am UTC](https://discourse.julialang.org/t/is-julia-suitable-for-the-development-of-proprietary-derived-softwares/7912 "2017-12-22T05:45:51Z")
**Posts on this page:** 1
**Showing post:** 10

<div class="post-metadata">

### Author: ![ihnorton](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/ihnorton/32/26_2.png) [@ihnorton](https://discourse.julialang.org/u/ihnorton)
#### Post date: [December 22, 2017, 12:29pm UTC](https://discourse.julialang.org/t/is-julia-suitable-for-the-development-of-proprietary-derived-softwares/7912/10 "2017-12-22T12:29:44Z")

</div>

If you build Julia with the `USE_GPL_LIBS=0` flag … then there are no GPL-only libraries used (some are dual-license, as we discussed in the other thread).

The Julia bundles that you can download right now, provided by the community on [julialang.org](http://julialang.org), include GPL libraries, so they are provided under the terms of the GPL – you have the right to source code (obviously we give that to you); you have the right to redistribute the source code; you can’t take those rights away from the next person to whom you give either the code or derived binaries.

The GPL libraries are included because for now it is more important to have those functions available immediately to the end-user in a single download. In the future we might not (there has been work in this direction). But the Julia core code is always MIT licensed if you are using it alone (just because we happen to distribute a GPL bundle now, the license of the bundle doesn’t “flow backward” into the code in the [GitHub - JuliaLang/julia: The Julia Programming Language](http://github.com/julialang/julia) itself).

See [this thread](https://discourse.julialang.org/t/gpl-and-virality/7715), especially the top post and [this one](https://discourse.julialang.org/t/gpl-and-virality/7715/8).

---

_[View the full topic](https://discourse.julialang.org/t/is-julia-suitable-for-the-development-of-proprietary-derived-softwares/7912)._
