Skip to content

Commit

Permalink
Add manual acknowledgement
Browse files Browse the repository at this point in the history
Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
  • Loading branch information
automated-signal and indutny-signal committed Feb 26, 2024
1 parent b3e12de commit 33a2810
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ACKNOWLEDGMENTS.md
Expand Up @@ -3659,3 +3659,7 @@ Signal Desktop makes use of the following open source projects.
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

## Kyber Patent License

<https://csrc.nist.gov/csrc/media/Projects/post-quantum-cryptography/documents/selected-algos-2022/nist-pqc-license-summary-and-excerpts.pdf>
4 changes: 4 additions & 0 deletions scripts/generate-acknowledgments.js
Expand Up @@ -102,6 +102,10 @@ async function main() {
'Signal Desktop makes use of the following open source projects.',
'',
markdownsForDependency.join('\n\n'),
'',
'## Kyber Patent License',
'',
'<https://csrc.nist.gov/csrc/media/Projects/post-quantum-cryptography/documents/selected-algos-2022/nist-pqc-license-summary-and-excerpts.pdf>',
].join('\n');

const prettierConfig = await prettier.resolveConfig(destinationPath);
Expand Down

0 comments on commit 33a2810

Please sign in to comment.