# Can I copy the Discourse CLA for my own project?

**URL:** https://meta.discourse.org/t/can-i-copy-the-discourse-cla-for-my-own-project/49327
**Category:** Development
**Created:** [27 Agosto 2016, 8:58pm UTC](https://meta.discourse.org/t/can-i-copy-the-discourse-cla-for-my-own-project/49327 "2016-08-27T20:58:58Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![GamePad64](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/gamepad64/32/121594_2.png) [@GamePad64](https://meta.discourse.org/u/GamePad64)
#### Post date: [27 Agosto 2016, 8:58pm UTC](https://meta.discourse.org/t/can-i-copy-the-discourse-cla-for-my-own-project/49327/1 "2016-08-27T20:58:58Z")

</div>

I have my very own GitHub project under the terms of General Public License version 3. I am willing to post it in App Store (Google Play, …) later, and I am concerned about the “GPL Trap”, that could prevent doing that.  
By “GPL Trap” I mean the [situation](http://www.cultofmac.com/76340/vlc-app-pulled-from-the-app-store-in-response-to-nokia-employees-gpl-crusade/) with VLC and App Store.

I am not a lawyer by myself, but a software developer. Am I allowed to use [your CLA](http://www.discourse.org/cla) as a base for mine?

---

<div class="post-metadata">

### Author: ![Mittineague](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mittineague/32/114259_2.png) [@Mittineague](https://meta.discourse.org/u/Mittineague)
#### Post date: [27 Agosto 2016, 9:29pm UTC](https://meta.discourse.org/t/can-i-copy-the-discourse-cla-for-my-own-project/49327/2 "2016-08-27T21:29:27Z")

</div>

Hi GamePad64 welcome to the forum

This is two different questions.

The CLA documents that a _contributor_ agrees to let Discourse use their code.

The GNU GENERAL PUBLIC LICENSE is what makes Discourse open source.

AFAIK there would be no issue with your using the Discourse CLA as a base for yours.

I take it your main concern is the conflict between GPL and the app store’s DRM policy.

IANAL (talk to one) but my take is that if your code is using _any_ Discourse code, the GPL will apply and you could have problems. If on the other hand your code is _entirely_ your own you can license it as you see fit.

---

<div class="post-metadata">

### Author: ![GamePad64](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/gamepad64/32/121594_2.png) [@GamePad64](https://meta.discourse.org/u/GamePad64)
#### Post date: [27 Agosto 2016, 10:02pm UTC](https://meta.discourse.org/t/can-i-copy-the-discourse-cla-for-my-own-project/49327/3 "2016-08-27T22:02:29Z")

</div>

No, it doesn’t use the Discourse code and not connected to it in any way. It is a completely independent project, written in C++ and licensed under GPLv3.  
I just found Discourse CLA to be well-written, so I want to apply its terms to contributors of my project. So, I am asking, if the the CLA text itself is copyrighted in some way (I didn’t see the copyright notice on its page, so…).

---

<div class="post-metadata">

### Author: ![Mittineague](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mittineague/32/114259_2.png) [@Mittineague](https://meta.discourse.org/u/Mittineague)
#### Post date: [27 Agosto 2016, 10:14pm UTC](https://meta.discourse.org/t/can-i-copy-the-discourse-cla-for-my-own-project/49327/4 "2016-08-27T22:14:58Z")

</div>

> [@GamePad64](#):
>
> if the the CLA text itself is copyrighted

It is my understanding that content does not need a copyright notice for it to have copyright.

The CLA is not part of the Discourse repository so I don’t think the GPL applies to it.

[https://github.com/discourse/discourse](https://github.com/discourse/discourse)

I guess the best thing to do legal-wise is to get written permission to use it from a member of the [@team](https://meta.discourse.org/groups/team)

---

<div class="post-metadata">

### Author: ![KajMagnus](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/kajmagnus/32/49264_2.png) [@KajMagnus](https://meta.discourse.org/u/KajMagnus)
#### Post date: [6 Dicembre 2016, 4:02am UTC](https://meta.discourse.org/t/can-i-copy-the-discourse-cla-for-my-own-project/49327/5 "2016-12-06T04:02:10Z")

</div>

@GamePad64

I think you can use Ghost’s CLA: [Ghost/.github/CONTRIBUTING.md at main · TryGhost/Ghost · GitHub](https://github.com/TryGhost/Ghost/blob/master/.github/CONTRIBUTING.md)  
it is similar to Discource’s CLA, but shorter (Discourse’s CLA has a dedicated section about patents, and also a section that promises that the code will remain open source). Ghost’s CLA mentions MIT though but you can just change to GPL I suppose.

Apparently Ghost’s CLA is licensed under MIT, because in the same repo, in the readme: [Ghost/README.md at main · TryGhost/Ghost · GitHub](https://github.com/TryGhost/Ghost/blob/master/README.md) _“Copyright (c) 2013-2016 Ghost Foundation - Released under the MIT license.”_ — which means the CLA is licensed under MIT, right? since it’s in the same repo.

Actually Discourse’s CLA and Ghost’s CLA are almost completely word-by-word identical (except for Discourse’s CLA having some additional sections). Perhaps Discourse based their CLA on Ghost’s CLA? — since Ghost’s CLA is aparently licensed under MIT. Or perhaps both Discourse and Ghost hired the same lawyers (which doesn’t seem unlikely to me). _[Edit: See Sam’s comment below about jQuery (not Ghost)]_

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [6 Dicembre 2016, 4:55am UTC](https://meta.discourse.org/t/can-i-copy-the-discourse-cla-for-my-own-project/49327/6 "2016-12-06T04:55:49Z")

</div>

> [@KajMagnus](#):
>
> Or perhaps both Discourse and Ghost hired the same lawyers

afaik we based our CLA off the jQuery CLA at the time
