From cef7ac9ef9b9a5ecf75e8e63e32dd745f3c370aa 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. Signed-off-by: Jason A. Donenfeld --- contrib/nat-hole-punching/nat-punch-client.c | 4 ++-- contrib/nat-hole-punching/nat-punch-server.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'contrib/nat-hole-punching') diff --git a/contrib/nat-hole-punching/nat-punch-client.c b/contrib/nat-hole-punching/nat-punch-client.c index 0133c3c..09af278 100644 --- a/contrib/nat-hole-punching/nat-punch-client.c +++ b/contrib/nat-hole-punching/nat-punch-client.c @@ -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. * * Example only. Do not run in production. diff --git a/contrib/nat-hole-punching/nat-punch-server.c b/contrib/nat-hole-punching/nat-punch-server.c index 29e065e..2f49aa8 100644 --- a/contrib/nat-hole-punching/nat-punch-server.c +++ b/contrib/nat-hole-punching/nat-punch-server.c @@ -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. * * Example only. Do not run in production. -- cgit v1.2.3-59-g8ed1b