1# Contrib
2
3This is a place for code which is not officially part of cjdns but is useful as
4a complement. cjdns is 100% C99 licensed under the GPLv3 and has only 2
5dependencies, for front-end code, this is too restrictive so there exists
6contrib where code can be added without concern about using other dependencies,
7licenses and languages.
8
9
10## Licensing
11
12Non-GPLv3 free software licenses are okay, any file which is licensed under a
13different license should have an additional file created in the same directory
14with the name of the file followed by .LICENSE.txt with it's license so that it
15is clear, for example: jssha256.js.LICENSE.txt in the same directory as
16jssha256.js
17