GUACAMOLE-210: Document licenses of bundled dependencies for guacamole-auth-openid.

This commit is contained in:
Michael Jumper
2017-02-21 11:42:19 -08:00
parent 11fb9b3fa4
commit a8f97b548e
9 changed files with 888 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
jose4j
Copyright 2012-2015 Brian Campbell
EcdsaUsingShaAlgorithm contains code for converting the concatenated
R & S values of the signature to and from DER, which was originally
derived from the Apache Santuario XML Security library's SignatureECDSA
implementation. http://santuario.apache.org/
The Base64 implementation in this software was derived from the
Apache Commons Codec project. http://commons.apache.org/proper/commons-codec/
JSON processing in this software was derived from the JSON.simple toolkit.
https://code.google.com/p/json-simple/