diff options
author | Emil Ivov <emcho@jitsi.org> | 2015-06-21 09:00:05 +0200 |
---|---|---|
committer | Emil Ivov <emcho@jitsi.org> | 2015-06-21 09:00:05 +0200 |
commit | 12a81328d3fc52af7d96591056c10bd3f7df1c29 (patch) | |
tree | 58a8632303de6340d84bee5b332fd075ba357266 | |
parent | a72da788d138f35f13eda114beb3fe9db5778657 (diff) | |
download | jitsi-12a81328d3fc52af7d96591056c10bd3f7df1c29.zip jitsi-12a81328d3fc52af7d96591056c10bd3f7df1c29.tar.gz jitsi-12a81328d3fc52af7d96591056c10bd3f7df1c29.tar.bz2 |
Updates links to contributor agreement.
-rw-r--r-- | CONTRIBUTING.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a17a407..fd63c69 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -42,13 +42,13 @@ Found a bug and know how to fix it? Great! Please read on. ## Contributor License Agreement While Jitsi is released under the -[LGPL](https://github.com/jitsi/jitsi/blob/master/LICENSE), the copyright +[Apache](https://github.com/jitsi/jitsi/blob/master/LICENSE), the copyright holder and principal creator is [Blue Jimp](http://www.bluejimp.com/). To ensure that we can continue making Jitsi available under an open source license -and still pay our bills, we need you to sign our -[contributor license agreement](http://www.bluejimp.com/bca.pdf). If you -cannot accept the terms laid out in the agreement, unfortunately, we cannot -accept your contribution. +and still pay our bills, we need you to sign our Apache-based contributor +license agreement as either a [corporation](https://jitsi.org/ccla) or an +[individual](https://jitsi.org/icla). If you cannot accept the terms laid out +in the agreement, unfortunately, we cannot accept your contribution. ## Coding Rules - Please read and follow the [code conventions](https://jitsi.org/Documentation/CodeConvention), |