From ea063cb9750030d7e5c8f62ed2acfa58c60dd807 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Fri, 8 May 2020 19:28:13 +0200 Subject: 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/41175 Tested-by: build bot (Jenkins) Reviewed-by: ron minnich --- util/inteltool/Makefile | 6 ------ util/inteltool/amb.c | 5 +---- util/inteltool/cpu.c | 5 +---- util/inteltool/gfx.c | 6 +----- util/inteltool/gpio.c | 5 +---- util/inteltool/gpio_groups.c | 6 +----- util/inteltool/inteltool.c | 8 +------- util/inteltool/inteltool.h | 6 +----- util/inteltool/ivy_memory.c | 2 -- util/inteltool/lpc.c | 8 +------- util/inteltool/memory.c | 5 +---- util/inteltool/pcie.c | 6 +----- util/inteltool/pcr.c | 5 +---- util/inteltool/pcr.h | 5 +---- util/inteltool/powermgt.c | 7 +------ util/inteltool/rootcmplx.c | 6 +----- 16 files changed, 14 insertions(+), 77 deletions(-) (limited to 'util/inteltool') diff --git a/util/inteltool/Makefile b/util/inteltool/Makefile index bc6bcb3e38..75daef0cef 100644 --- a/util/inteltool/Makefile +++ b/util/inteltool/Makefile @@ -1,9 +1,3 @@ -# -# Makefile for inteltool utility -# -# Copyright (C) 2008 by coresystems GmbH -# written by Stefan Reinauer -# # 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, or diff --git a/util/inteltool/amb.c b/util/inteltool/amb.c index 506ba5fa0f..67b5d8f814 100644 --- a/util/inteltool/amb.c +++ b/util/inteltool/amb.c @@ -1,8 +1,5 @@ +/* inteltool - dump all registers on an Intel CPU + chipset based system */ /* - * inteltool - dump all registers on an Intel CPU + chipset based system. - * - * Copyright (C) 2012 Sven Schnelle - * * 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/inteltool/cpu.c b/util/inteltool/cpu.c index e322e81028..f142455809 100644 --- a/util/inteltool/cpu.c +++ b/util/inteltool/cpu.c @@ -1,8 +1,5 @@ +/* inteltool - dump all registers on an Intel CPU + chipset based system */ /* - * inteltool - dump all registers on an Intel CPU + chipset based system. - * - * Copyright (C) 2008-2010 by coresystems GmbH - * * 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/inteltool/gfx.c b/util/inteltool/gfx.c index 083e6c397d..e19f58ba5a 100644 --- a/util/inteltool/gfx.c +++ b/util/inteltool/gfx.c @@ -1,9 +1,5 @@ +/* inteltool - dump all registers on an Intel CPU + chipset based system */ /* - * inteltool - dump all registers on an Intel CPU + chipset based system. - * - * Copyright (C) 2008-2010 by coresystems GmbH - * Copyright (C) 2012 Anton Kochkov - * * 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/inteltool/gpio.c b/util/inteltool/gpio.c index 01b187f731..692876445a 100644 --- a/util/inteltool/gpio.c +++ b/util/inteltool/gpio.c @@ -1,8 +1,5 @@ +/* inteltool - dump all registers on an Intel CPU + chipset based system */ /* - * inteltool - dump all registers on an Intel CPU + chipset based system. - * - * Copyright (C) 2008 by coresystems GmbH - * * 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/inteltool/gpio_groups.c b/util/inteltool/gpio_groups.c index bb196a914e..6f65f6d74f 100644 --- a/util/inteltool/gpio_groups.c +++ b/util/inteltool/gpio_groups.c @@ -1,9 +1,5 @@ +/* inteltool - dump all registers on an Intel CPU + chipset based system */ /* - * inteltool - dump all registers on an Intel CPU + chipset based system. - * - * Copyright (C) 2017 secunet Security Networks AG - * Copyright (C) 2019 YADRO - * * 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/inteltool/inteltool.c b/util/inteltool/inteltool.c index 8d5d9942a7..12f8c6af68 100644 --- a/util/inteltool/inteltool.c +++ b/util/inteltool/inteltool.c @@ -1,11 +1,5 @@ +/* inteltool - dump all registers on an Intel CPU + chipset based system */ /* - * inteltool - dump all registers on an Intel CPU + chipset based system. - * - * Copyright (C) 2008-2010 by coresystems GmbH - * written by Stefan Reinauer - * Copyright (C) 2009 Carl-Daniel Hailfinger - * Copyright (C) 2017 secunet Security Networks AG - * * 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/inteltool/inteltool.h b/util/inteltool/inteltool.h index 0b1b476410..ba46887d9a 100644 --- a/util/inteltool/inteltool.h +++ b/util/inteltool/inteltool.h @@ -1,9 +1,5 @@ +/* inteltool - dump all registers on an Intel CPU + chipset based system */ /* - * inteltool - dump all registers on an Intel CPU + chipset based system. - * - * Copyright (C) 2008-2010 by coresystems GmbH - * Copyright (C) 2009 Carl-Daniel Hailfinger - * * 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/inteltool/ivy_memory.c b/util/inteltool/ivy_memory.c index 16c1d8920c..2893c70121 100644 --- a/util/inteltool/ivy_memory.c +++ b/util/inteltool/ivy_memory.c @@ -1,6 +1,4 @@ /* - * Copyright (C) 2014 Vladimir Serbinenko - * * 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 or (at your option) any later version of the License. diff --git a/util/inteltool/lpc.c b/util/inteltool/lpc.c index 247c37acb9..068ad037b6 100644 --- a/util/inteltool/lpc.c +++ b/util/inteltool/lpc.c @@ -1,11 +1,5 @@ +/* inteltool - dump all registers on an Intel CPU + chipset based system */ /* - * inteltool - dump all registers on an Intel CPU + chipset based system. - * - * Copyright (C) 2008-2010 by coresystems GmbH - * written by Stefan Reinauer - * Copyright (C) 2017 secunet Security Networks AG - * Copyright (C) 2020 Michael Niewöhner - * * 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/inteltool/memory.c b/util/inteltool/memory.c index f5f3f94fd4..59b94ff050 100644 --- a/util/inteltool/memory.c +++ b/util/inteltool/memory.c @@ -1,8 +1,5 @@ +/* inteltool - dump all registers on an Intel CPU + chipset based system. */ /* - * inteltool - dump all registers on an Intel CPU + chipset based system. - * - * Copyright (C) 2008-2010 by coresystems GmbH - * * 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/inteltool/pcie.c b/util/inteltool/pcie.c index 38ef61f1d8..837afdd82f 100644 --- a/util/inteltool/pcie.c +++ b/util/inteltool/pcie.c @@ -1,9 +1,5 @@ +/* inteltool - dump all registers on an Intel CPU + chipset based system */ /* - * inteltool - dump all registers on an Intel CPU + chipset based system. - * - * Copyright (C) 2008-2010 by coresystems GmbH - * Copyright (C) 2012 Anton Kochkov - * * 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/inteltool/pcr.c b/util/inteltool/pcr.c index 8131fdd6a7..231a61db7d 100644 --- a/util/inteltool/pcr.c +++ b/util/inteltool/pcr.c @@ -1,8 +1,5 @@ +/* inteltool - dump all registers on an Intel CPU + chipset based system */ /* - * inteltool - dump all registers on an Intel CPU + chipset based system. - * - * Copyright (C) 2017 secunet Security Networks AG - * * 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/inteltool/pcr.h b/util/inteltool/pcr.h index 4c272ff3a4..69826c3f29 100644 --- a/util/inteltool/pcr.h +++ b/util/inteltool/pcr.h @@ -1,8 +1,5 @@ +/* inteltool - dump all registers on an Intel CPU + chipset based system */ /* - * inteltool - dump all registers on an Intel CPU + chipset based system. - * - * Copyright (C) 2017 secunet Security Networks AG - * * 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/inteltool/powermgt.c b/util/inteltool/powermgt.c index 0edd3e8d6d..a7a2035b00 100644 --- a/util/inteltool/powermgt.c +++ b/util/inteltool/powermgt.c @@ -1,10 +1,5 @@ +/* inteltool - dump all registers on an Intel CPU + chipset based system */ /* - * inteltool - dump all registers on an Intel CPU + chipset based system. - * - * Copyright (C) 2008-2010 by coresystems GmbH - * written by Stefan Reinauer - * Copyright (C) 2017 secunet Security Networks AG - * * 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/inteltool/rootcmplx.c b/util/inteltool/rootcmplx.c index 8aa959b174..6758c669ff 100644 --- a/util/inteltool/rootcmplx.c +++ b/util/inteltool/rootcmplx.c @@ -1,9 +1,5 @@ +/* inteltool - dump all registers on an Intel CPU + chipset based system */ /* - * inteltool - dump all registers on an Intel CPU + chipset based system. - * - * Copyright (C) 2008 by coresystems GmbH - * written by Stefan Reinauer - * * 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. -- cgit v1.2.3