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/poly1305/poly1305-arm.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/poly1305/poly1305-arm.S')
-rw-r--r-- | src/crypto/zinc/poly1305/poly1305-arm.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/zinc/poly1305/poly1305-arm.S b/src/crypto/zinc/poly1305/poly1305-arm.S index 0823963..41cd176 100644 --- a/src/crypto/zinc/poly1305/poly1305-arm.S +++ b/src/crypto/zinc/poly1305/poly1305-arm.S @@ -1,4 +1,4 @@ -/* SPDX-License-Identifier: BSD-3-Clause +/* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause * * Copyright (C) 2015-2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. * Copyright (C) 2006-2017 CRYPTOGAMS by <appro@openssl.org>. All Rights Reserved. |