From c49fb7ea293e66e1efb068999cca040fa21dec31 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 --- src/crypto/zinc/poly1305/poly1305-mips.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/crypto/zinc/poly1305/poly1305-mips.S') diff --git a/src/crypto/zinc/poly1305/poly1305-mips.S b/src/crypto/zinc/poly1305/poly1305-mips.S index 26c0f1f..128b60c 100644 --- a/src/crypto/zinc/poly1305/poly1305-mips.S +++ b/src/crypto/zinc/poly1305/poly1305-mips.S @@ -1,5 +1,5 @@ -/* SPDX-License-Identifier: GPL-2.0 OR MIT - * +/* SPDX-License-Identifier: GPL-2.0 OR MIT */ +/* * Copyright (C) 2016-2018 René van Dorst All Rights Reserved. * Copyright (C) 2015-2018 Jason A. Donenfeld . All Rights Reserved. */ -- cgit v1.2.3