From 70b8c7601a2432baf115fedc60c887ed72ca3b5e Mon Sep 17 00:00:00 2001 From: Nathan Adams Date: Fri, 18 Mar 2016 22:31:57 -0500 Subject: [PATCH] Issue 141: Add attributions section to README --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index d3cb632..6dd4337 100644 --- a/README.md +++ b/README.md @@ -297,3 +297,19 @@ See the [corresponding ticket][reglink]. [reglink]: http://projects.ceondo.com/p/indefero/issues/481/ +# Attributions + +srchub is licensed under the GPL and leverages the following projects + +- [Pluf Framework](https://srchub.org/p/pluf/) - GPL +- [Indefero](https://srchub.org/p/indefero/) - GPL +- [syntaxhighlighter](http://alexgorbatchev.com/SyntaxHighlighter/) - MIT or GPLv3 +- [tabbing in textarea](http://stackoverflow.com/questions/6637341/use-tab-to-indent-in-textarea/25655639) +- [jQuery](https://jquery.com/) - MIT +- [jQuery Autocomplete](https://github.com/dyve/jquery-autocomplete) - MIT or GPL or Apache +- [bgiframe](https://github.com/brandonaaron/bgiframe) - MIT +- [jQuery hotkeys](https://github.com/tzuryby/jquery.hotkeys) - MIT or GPLv2 (or later) +- [code-prettify](https://github.com/google/code-prettify) - Apache +- [ccurl](http://php.net/manual/en/book.curl.php#90821) +- [Base32 class](http://php.net/manual/en/function.base-convert.php#102232) +- [PHP OTP](https://github.com/lelag/otphp) - MIT \ No newline at end of file