aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/crypto/zinc/chacha20/chacha20-mips.S
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2018-09-19 13:36:02 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2018-09-20 19:41:22 +0200
commita61ea8b7fd974d34378aeee7030f760fd066de47 (patch)
tree7ac511884fdd996c75788bd58da14079d0785ce7 /src/crypto/zinc/chacha20/chacha20-mips.S
parentpoly1305: account for simd being toggled off midway (diff)
downloadwireguard-monolithic-historical-a61ea8b7fd974d34378aeee7030f760fd066de47.tar.xz
wireguard-monolithic-historical-a61ea8b7fd974d34378aeee7030f760fd066de47.zip
crypto: explicitly dual license
Suggested-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to '')
-rw-r--r--src/crypto/zinc/chacha20/chacha20-mips.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/zinc/chacha20/chacha20-mips.S b/src/crypto/zinc/chacha20/chacha20-mips.S
index 1415a77..b52e9a6 100644
--- a/src/crypto/zinc/chacha20/chacha20-mips.S
+++ b/src/crypto/zinc/chacha20/chacha20-mips.S
@@ -1,4 +1,4 @@
-/* SPDX-License-Identifier: MIT
+/* SPDX-License-Identifier: GPL-2.0 OR MIT
*
* Copyright (C) 2016-2018 René van Dorst <opensource@vdorst.com>. All Rights Reserved.
* Copyright (C) 2015-2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.