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/tools/ipc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/tools/ipc.c') diff --git a/src/tools/ipc.c b/src/tools/ipc.c index e3ef789..bc89f02 100644 --- a/src/tools/ipc.c +++ b/src/tools/ipc.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. */ -- cgit v1.2.3-59-g8ed1b