This source code includes source code from other projects. Below the list
of the project were the source code has been copied together with the
path of the copied source files, their license, their notice (if any)
and the modification that have been done.

1. saslprep

Files common/src/main/java/com/ongres/scram/common/stringprep/SaslPrep.java and 
common/src/test/java/com/ongres/scram/common/stringprep/SaslPrepTest.java are copied
from project saslprep developed by Tom Bentley (https://github.com/tombentley/saslprep)
and licensed under the Apache 2.0 license (see thirdparty/saslprep-LICENSE).
The source has been modified to be included under the Java package 
com.ongres.scram.common.stringprep and to only include used parts.
We did not include any notice of the original project since there was not any.

2. bouncy castle

All Java source files included into folder common/src/main/java/com/ongres/scram/common/bouncycastle
are copied from project bouncy castle developed by various authors (https://www.bouncycastle.org/)
and licensed under the bouncy castle license (see thirdparty/bouncycastle-LICENSE).
The source has been modified to be included under the Java package com.ongres.scram.common.bouncycastle
and to only include used parts.
