-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNOTICE
More file actions
25 lines (19 loc) · 1.33 KB
/
NOTICE
File metadata and controls
25 lines (19 loc) · 1.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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
Dependency SaslPrep is used from project stringprep developed by various authors (https://gitlab.com/ongresinc/stringprep)
and licensed under the BSD 2-Clause "Simplified" License (see thirdparty/saslprep-LICENSE).
2. Tests of SaslPrep
File common/src/test/java/com/ongres/scram/common/stringprep/ScramFunctionsTest contains tests
from project passlib_lambda developed by davidchua (https://github.com/davidchua/passlib_lambda)
and licensed under the MIT license (see thirdparty/passlib_lambda-LICENSE).
The source has been modified to be included under the Java package
com.ongres.scram.common.ScramFunctionsTest and to only include used parts.
3. 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.