summaryrefslogtreecommitdiffstats
path: root/tests/spi25.c
diff options
context:
space:
mode:
authorNikolai Artemiev <nartemiev@google.com>2020-09-16 14:12:22 +1000
committerEdward O'Callaghan <quasisec@chromium.org>2020-09-17 00:48:04 +0000
commit702c58a3218ee2c953b053d06c29ee623d16cd01 (patch)
treebcaa2c5d2a0710c4748982ba9e02bbd8c199149e /tests/spi25.c
parent0bb86017adc5bc776ba863c8f5ea6821ce4d9f88 (diff)
downloadflashrom-702c58a3218ee2c953b053d06c29ee623d16cd01.tar.gz
flashrom-702c58a3218ee2c953b053d06c29ee623d16cd01.tar.bz2
flashrom-702c58a3218ee2c953b053d06c29ee623d16cd01.zip
tests: Update licence headers
Signed-off-by: Nikolai Artemiev <nartemiev@google.com> Change-Id: Ia964279ace569b4b93f4e2919c1c228a9b621745 Reviewed-on: https://review.coreboot.org/c/flashrom/+/45438 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com> Reviewed-by: Edward O'Callaghan <quasisec@chromium.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'tests/spi25.c')
-rw-r--r--tests/spi25.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/spi25.c b/tests/spi25.c
index 362f5c69c..942fe6e57 100644
--- a/tests/spi25.c
+++ b/tests/spi25.c
@@ -1,3 +1,18 @@
+/*
+ * This file is part of the flashrom project.
+ *
+ * Copyright 2020 Google LLC
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; version 2 of the License.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ */
+
#include <include/test.h>
#include "programmer.h"