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-x86_64.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-x86_64.S')
-rw-r--r-- | src/crypto/zinc/poly1305/poly1305-x86_64.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/zinc/poly1305/poly1305-x86_64.S b/src/crypto/zinc/poly1305/poly1305-x86_64.S index a0d4343..e4951c5 100644 --- a/src/crypto/zinc/poly1305/poly1305-x86_64.S +++ b/src/crypto/zinc/poly1305/poly1305-x86_64.S @@ -1,4 +1,4 @@ -/* SPDX-License-Identifier: BSD-3-Clause +/* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause * * Copyright (C) 2017 Samuel Neves <sneves@dei.uc.pt>. All Rights Reserved. * Copyright (C) 2015-2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. |