summaryrefslogtreecommitdiff
path: root/util/pmh7tool
diff options
context:
space:
mode:
authorPatrick Georgi <pgeorgi@google.com>2020-05-08 19:28:13 +0200
committerPatrick Georgi <pgeorgi@google.com>2020-05-09 21:21:32 +0000
commitea063cb9750030d7e5c8f62ed2acfa58c60dd807 (patch)
treeadfb4f0cd3bf0ee1ed7a282557b469ad753836d9 /util/pmh7tool
parent2faeb11fcda8791e94fee804a920adfd6272e4d7 (diff)
downloadcoreboot-ea063cb9750030d7e5c8f62ed2acfa58c60dd807.tar.xz
AUTHORS, util/: Drop individual copyright notices
We have the git history which is a more reliable librarian. Change-Id: Idbcc5ceeb33804204e56d62491cb58146f7c9f37 Signed-off-by: Patrick Georgi <pgeorgi@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/41175 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: ron minnich <rminnich@gmail.com>
Diffstat (limited to 'util/pmh7tool')
-rw-r--r--util/pmh7tool/Makefile5
-rw-r--r--util/pmh7tool/pmh7tool.c2
-rw-r--r--util/pmh7tool/pmh7tool.h2
3 files changed, 0 insertions, 9 deletions
diff --git a/util/pmh7tool/Makefile b/util/pmh7tool/Makefile
index 034ed40c59..8572e00e51 100644
--- a/util/pmh7tool/Makefile
+++ b/util/pmh7tool/Makefile
@@ -1,8 +1,3 @@
-##
-## Makefile for pmh7tool
-##
-## Copyright (C) 2018 Evgeny Zinoviev <me@ch1p.com>
-##
## 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.
diff --git a/util/pmh7tool/pmh7tool.c b/util/pmh7tool/pmh7tool.c
index 9f2dc64b69..908abf394b 100644
--- a/util/pmh7tool/pmh7tool.c
+++ b/util/pmh7tool/pmh7tool.c
@@ -1,7 +1,5 @@
/* This file is part of the coreboot project. */
/*
- * Copyright (C) 2018 Evgeny Zinoviev <me@ch1p.com>
- *
* 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.
diff --git a/util/pmh7tool/pmh7tool.h b/util/pmh7tool/pmh7tool.h
index 9549bbdd08..34ccbc9f01 100644
--- a/util/pmh7tool/pmh7tool.h
+++ b/util/pmh7tool/pmh7tool.h
@@ -1,7 +1,5 @@
/* This file is part of the coreboot project. */
/*
- * Copyright (C) 2018 Evgeny Zinoviev <me@ch1p.com>
- *
* 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.