diff options
author | Nikolai Artemiev <nartemiev@google.com> | 2020-09-16 14:12:22 +1000 |
---|---|---|
committer | Edward O'Callaghan <quasisec@chromium.org> | 2020-09-17 00:48:04 +0000 |
commit | 702c58a3218ee2c953b053d06c29ee623d16cd01 (patch) | |
tree | bcaa2c5d2a0710c4748982ba9e02bbd8c199149e /tests/include | |
parent | 0bb86017adc5bc776ba863c8f5ea6821ce4d9f88 (diff) | |
download | flashrom-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/include')
-rw-r--r-- | tests/include/test.h | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/tests/include/test.h b/tests/include/test.h index b4e0dd2b5..24fa963b4 100644 --- a/tests/include/test.h +++ b/tests/include/test.h @@ -1,5 +1,17 @@ -/* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ +/* + * 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. + */ #ifndef _TESTS_TEST_H #define _TESTS_TEST_H |