diff options
author | Florian Dold <florian.dold@gmail.com> | 2016-10-04 11:59:47 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2016-10-04 11:59:47 +0200 |
commit | 3221e3b37db222fede828b672907a2980831db4e (patch) | |
tree | 374e5f92d3c4e909cd40737ebd3b1bce016c04bc | |
parent | 47d3ba81ac634ad3b48a29f2fb66007b754af549 (diff) |
thirdparty readme
-rw-r--r-- | thirdparty/README | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/thirdparty/README b/thirdparty/README new file mode 100644 index 000000000..03b715fae --- /dev/null +++ b/thirdparty/README @@ -0,0 +1,18 @@ +We maintain copies of third-party repositories in this directory. +Preferably each subdirectory should be maintained via 'git subtree'. +The rest of the project references third party components either via +symlinks, or via the build system. + +The following third party modules are used: + +Directory: preact +Copyright: Jason Miller +License: The MIT License +Description: Lightweight DOM rendering library +Repository: https://github.com/developit/preact + +Directory: jed +Copyright: jQuery Foundation and other contributors, https://jquery.org/ +License: See jed/LICENSE +Description: gettext .po parser for JavaScript +Repository: https://github.com/SlexAxton/Jed/blob/master/LICENSE |