# Question about lang-specific patents

**URL:** https://discuss.kotlinlang.org/t/question-about-lang-specific-patents/16751
**Category:** Contributions
**Created:** [March 18, 2020, 8:20am UTC](https://discuss.kotlinlang.org/t/question-about-lang-specific-patents/16751 "2020-03-18T08:20:16Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![osmakh1](https://avatars.discourse-cdn.com/v4/letter/o/51bf81/32.png) [@osmakh1](https://discuss.kotlinlang.org/u/osmakh1)
#### Post date: [March 18, 2020, 8:20am UTC](https://discuss.kotlinlang.org/t/question-about-lang-specific-patents/16751/1 "2020-03-18T08:20:16Z")

</div>

Hi all  
I want to start a gcc-based kotlin/native compiler and I want to extend my knowledge about kotlin lang-specific patents. I mean: if I implement a kotlin 1.0 compiler (or any version) and its standard library, can this project face some legal issues ? this is the question…

I know that this is not a patents-specific forums (and maybe no one can answer this answer accurately), this is just a counsel.

thank you everyone.

---

<div class="post-metadata">

### Author: ![seekdasky](https://sea1.discourse-cdn.com/flex019/user_avatar/discuss.kotlinlang.org/seekdasky/32/4673_2.png) [@seekdasky](https://discuss.kotlinlang.org/u/seekdasky)
#### Post date: [March 18, 2020, 9:36am UTC](https://discuss.kotlinlang.org/t/question-about-lang-specific-patents/16751/2 "2020-03-18T09:36:35Z")

</div>

Hi there,

Kotlin is under the Apache 2 licence (there are also a bunch of other licences used across the codebase, listed [here](https://github.com/JetBrains/kotlin/tree/master/license). I see no issue in trying to port K/N to GCC (good luck with that 🙂 ).
