From 96798b193284748731f8f7fd51194ef8fb17de8e Mon Sep 17 00:00:00 2001 From: Luis Ponce Date: Sat, 15 Sep 2018 08:33:41 -0500 Subject: [PATCH] chore: add SPDX GPL-3.0 license identifier (#245) 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 d822f86..de594ad 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: