From 197a30ce3eb65790d5c46b23394a1dd1387b9ede Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Thu, 20 Sep 2018 01:49:47 +0200 Subject: 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. --- src/noise.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/noise.h') diff --git a/src/noise.h b/src/noise.h index 6a563ce..1fc25ef 100644 --- a/src/noise.h +++ b/src/noise.h @@ -1,5 +1,5 @@ -/* SPDX-License-Identifier: GPL-2.0 - * +/* SPDX-License-Identifier: GPL-2.0 */ +/* * Copyright (C) 2015-2018 Jason A. Donenfeld . All Rights Reserved. */ #ifndef _WG_NOISE_H -- cgit v1.2.3-59-g8ed1b