aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/crypto/zinc/curve25519/curve25519-x86_64.h
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2018-09-20 01:49:47 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2018-09-20 19:41:22 +0200
commit197a30ce3eb65790d5c46b23394a1dd1387b9ede (patch)
tree2664296cb741e7fc6754a8858e2127ce147a1f9c /src/crypto/zinc/curve25519/curve25519-x86_64.h
parentratelimiter: disable selftest with KASAN (diff)
downloadwireguard-monolithic-historical-197a30ce3eb65790d5c46b23394a1dd1387b9ede.tar.xz
wireguard-monolithic-historical-197a30ce3eb65790d5c46b23394a1dd1387b9ede.zip
global: put SPDX identifier on its own line
The kernel has very specific rules correlating file type with comment type, and also SPDX identifiers can't be merged with other comments.
Diffstat (limited to 'src/crypto/zinc/curve25519/curve25519-x86_64.h')
-rw-r--r--src/crypto/zinc/curve25519/curve25519-x86_64.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/crypto/zinc/curve25519/curve25519-x86_64.h b/src/crypto/zinc/curve25519/curve25519-x86_64.h
index 6fd04d6..6c895f7 100644
--- a/src/crypto/zinc/curve25519/curve25519-x86_64.h
+++ b/src/crypto/zinc/curve25519/curve25519-x86_64.h
@@ -1,5 +1,5 @@
-/* SPDX-License-Identifier: GPL-2.0 OR LGPL-2.1
- *
+/* SPDX-License-Identifier: GPL-2.0 OR LGPL-2.1 */
+/*
* Copyright (c) 2017 Armando Faz <armfazh@ic.unicamp.br>. All Rights Reserved.
* Copyright (C) 2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
* Copyright (C) 2018 Samuel Neves <sneves@dei.uc.pt>. All Rights Reserved.