diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-09-19 13:36:02 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-09-20 19:41:22 +0200 |
commit | d1a6b17e727cd3f6d585db1937b5b22a24257cd3 (patch) | |
tree | b0d3e7e93f265e7719bef2d791c704f3b8270eab /src/crypto/zinc/chacha20/chacha20-mips.S | |
parent | df49ba633d2996d5833b69f454a5bd3b5ccc0331 (diff) |
crypto: explicitly dual license
Suggested-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'src/crypto/zinc/chacha20/chacha20-mips.S')
-rw-r--r-- | src/crypto/zinc/chacha20/chacha20-mips.S | 2 |
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. |