aboutsummaryrefslogtreecommitdiffstats
path: root/tests/flashrom.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/flashrom.c')
-rw-r--r--tests/flashrom.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/flashrom.c b/tests/flashrom.c
index ad46dd8d..50464ddb 100644
--- a/tests/flashrom.c
+++ b/tests/flashrom.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"