summaryrefslogtreecommitdiffstats
path: root/util/intelmetool
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/intelmetool
parent2faeb11fcda8791e94fee804a920adfd6272e4d7 (diff)
downloadcoreboot-ea063cb9750030d7e5c8f62ed2acfa58c60dd807.tar.gz
coreboot-ea063cb9750030d7e5c8f62ed2acfa58c60dd807.tar.bz2
coreboot-ea063cb9750030d7e5c8f62ed2acfa58c60dd807.zip
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/intelmetool')
-rw-r--r--util/intelmetool/Makefile2
-rw-r--r--util/intelmetool/intelmetool.c5
-rw-r--r--util/intelmetool/intelmetool.h6
3 files changed, 2 insertions, 11 deletions
diff --git a/util/intelmetool/Makefile b/util/intelmetool/Makefile
index 55ba82a4242f..4bf3c345e23a 100644
--- a/util/intelmetool/Makefile
+++ b/util/intelmetool/Makefile
@@ -1,7 +1,5 @@
# intelmetool
-# Copyright (C) 2013-2015 Damien Zammit <damien@zamaudio.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; either version 2 of
diff --git a/util/intelmetool/intelmetool.c b/util/intelmetool/intelmetool.c
index 37cd357a8c41..5d8523881fd3 100644
--- a/util/intelmetool/intelmetool.c
+++ b/util/intelmetool/intelmetool.c
@@ -1,6 +1,5 @@
-/* intelmetool Dump interesting things about Management Engine even if hidden
- * Copyright (C) 2014 Damien Zammit <damien@zamaudio.com>
- *
+/* intelmetool Dump interesting things about Management Engine even if hidden */
+/*
* 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; either version 2 of the License,
diff --git a/util/intelmetool/intelmetool.h b/util/intelmetool/intelmetool.h
index 27bf46dde20e..f3dbcee18977 100644
--- a/util/intelmetool/intelmetool.h
+++ b/util/intelmetool/intelmetool.h
@@ -1,10 +1,4 @@
/*
- * intelmetool
- *
- * Copyright (C) 2008-2010 by coresystems GmbH
- * Copyright (C) 2009 Carl-Daniel Hailfinger
- * Copyright (C) 2015-2019 Damien Zammit
- *
* 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.