From b5a631750cbc9a0064d19a69e2cb423f85544a70 Mon Sep 17 00:00:00 2001 From: Luis Ponce Date: Wed, 5 Sep 2018 12:53:41 -0500 Subject: [PATCH] add SPDX GPL-3.0 license identifier The spectre-meltdown-checker.sh file is missing licensing information. The SPDX identifier is a legally binding shorthand, which can be used instead of the full boiler plate text. --- spectre-meltdown-checker.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spectre-meltdown-checker.sh b/spectre-meltdown-checker.sh index 229a414..13c5a2e 100755 --- a/spectre-meltdown-checker.sh +++ b/spectre-meltdown-checker.sh @@ -1,4 +1,6 @@ #! /bin/sh +# SPDX-License-Identifier: GPL-3.0 +# # Spectre & Meltdown checker # # Check for the latest version at: