summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorPatrick Georgi <pgeorgi@google.com>2020-05-05 23:43:18 +0200
committerPatrick Georgi <pgeorgi@google.com>2020-05-06 22:20:43 +0000
commitafd4c876a9b4b1040673e94b7aa1561bf4ad4bc6 (patch)
tree63df08dbd4e516c911c11a2e1b121e93d7234e62 /util
parent02363b5e464e729366ca21421edcebad33f1237e (diff)
downloadcoreboot-afd4c876a9b4b1040673e94b7aa1561bf4ad4bc6.tar.xz
treewide: move copyrights and authors to AUTHORS
Also split "this is part of" line from copyright notices. Change-Id: Ibc2446410bcb3104ead458b40a9ce7819c61a8eb Signed-off-by: Patrick Georgi <pgeorgi@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/41067 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: David Hendricks <david.hendricks@gmail.com> Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Diffstat (limited to 'util')
-rw-r--r--util/cbfstool/fdt.h6
-rw-r--r--util/ectool/ec.c5
-rw-r--r--util/ectool/ec.h4
-rw-r--r--util/ectool/ectool.c4
-rw-r--r--util/intelmetool/me.c1
-rw-r--r--util/intelmetool/me.h1
-rw-r--r--util/intelmetool/me_status.c1
-rw-r--r--util/intelmetool/mmap.c6
-rw-r--r--util/intelmetool/mmap.h5
-rw-r--r--util/intelmetool/msr.c7
-rw-r--r--util/intelmetool/msr.h6
-rw-r--r--util/intelmetool/rcba.c2
-rw-r--r--util/intelmetool/rcba.h1
-rw-r--r--util/inteltool/ahci.c5
-rw-r--r--util/msrtool/Makefile.in2
-rwxr-xr-xutil/msrtool/configure2
-rw-r--r--util/msrtool/cs5536.c5
-rw-r--r--util/msrtool/darwin.c4
-rw-r--r--util/msrtool/freebsd.c5
-rw-r--r--util/msrtool/geodegx2.c5
-rw-r--r--util/msrtool/geodelx.c4
-rw-r--r--util/msrtool/intel_atom.c4
-rw-r--r--util/msrtool/intel_core1.c4
-rw-r--r--util/msrtool/intel_core2_early.c4
-rw-r--r--util/msrtool/intel_core2_later.c4
-rw-r--r--util/msrtool/intel_nehalem.c4
-rw-r--r--util/msrtool/intel_pentium3.c4
-rw-r--r--util/msrtool/intel_pentium3_early.c4
-rw-r--r--util/msrtool/intel_pentium4_early.c4
-rw-r--r--util/msrtool/intel_pentium4_later.c4
-rw-r--r--util/msrtool/intel_pentium_d.c4
-rw-r--r--util/msrtool/k8.c4
-rw-r--r--util/msrtool/linux.c4
-rw-r--r--util/msrtool/msrtool.c4
-rw-r--r--util/msrtool/msrtool.h5
-rw-r--r--util/msrtool/msrutils.c4
-rw-r--r--util/msrtool/sys.c5
-rw-r--r--util/msrtool/via_c7.c5
-rw-r--r--util/pgtblgen/pgtblgen.c4
-rw-r--r--util/qualcomm/scripts/cmm/debug_cb_405.cmm2
-rw-r--r--util/qualcomm/scripts/cmm/debug_cb_845.cmm2
-rw-r--r--util/qualcomm/scripts/cmm/debug_cb_common.cmm2
-rw-r--r--util/qualcomm/scripts/cmm/debug_cb_trogdor.cmm2
-rw-r--r--util/qualcomm/scripts/cmm/debug_chroot_common.cmm2
-rw-r--r--util/qualcomm/scripts/cmm/debug_chroot_trogdor.cmm2
45 files changed, 36 insertions, 132 deletions
diff --git a/util/cbfstool/fdt.h b/util/cbfstool/fdt.h
index 387cd328ed..126ca95200 100644
--- a/util/cbfstool/fdt.h
+++ b/util/cbfstool/fdt.h
@@ -1,9 +1,5 @@
+/* Taken from depthcharge: src/base/device_tree.h */
/*
- * Copyright 2013 Google Inc.
- * Copyright 2018-present Facebook, Inc.
- *
- * Taken from depthcharge: src/base/device_tree.h
- *
* 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/ectool/ec.c b/util/ectool/ec.c
index d6c20001d8..17a08dcbf9 100644
--- a/util/ectool/ec.c
+++ b/util/ectool/ec.c
@@ -1,8 +1,5 @@
+/* This file is part of the ectool project. */
/*
- * This file is part of the ectool project.
- *
- * Copyright (C) 2008-2009 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/ectool/ec.h b/util/ectool/ec.h
index fd062356d0..b7bc6b938f 100644
--- a/util/ectool/ec.h
+++ b/util/ectool/ec.h
@@ -1,7 +1,5 @@
+/* This file is part of the ectool project. */
/*
- * This file is part of the ectool project.
- *
- * Copyright (C) 2008-2009 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
diff --git a/util/ectool/ectool.c b/util/ectool/ectool.c
index 2af45c30f2..21e1023b34 100644
--- a/util/ectool/ectool.c
+++ b/util/ectool/ectool.c
@@ -1,7 +1,5 @@
+/* This file is part of the ectool project. */
/*
- * This file is part of the ectool project.
- *
- * Copyright (C) 2008-2009 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
diff --git a/util/intelmetool/me.c b/util/intelmetool/me.c
index 0cb162707c..e3df257272 100644
--- a/util/intelmetool/me.c
+++ b/util/intelmetool/me.c
@@ -1,6 +1,5 @@
/* This file is part of the coreboot project. */
/*
- * Copyright (C) 2011 The Chromium OS Authors. All rights reserved.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/util/intelmetool/me.h b/util/intelmetool/me.h
index dca9a20f7c..4e0036e2d3 100644
--- a/util/intelmetool/me.h
+++ b/util/intelmetool/me.h
@@ -1,6 +1,5 @@
/* This file is part of the coreboot project. */
/*
- * Copyright (C) 2011 The Chromium OS Authors. All rights reserved.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/util/intelmetool/me_status.c b/util/intelmetool/me_status.c
index 3f654f3916..77c3ba6644 100644
--- a/util/intelmetool/me_status.c
+++ b/util/intelmetool/me_status.c
@@ -1,6 +1,5 @@
/* This file is part of the coreboot project. */
/*
- * Copyright (C) 2011 The Chromium OS Authors. All rights reserved.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/util/intelmetool/mmap.c b/util/intelmetool/mmap.c
index e3075a8121..70bc42244d 100644
--- a/util/intelmetool/mmap.c
+++ b/util/intelmetool/mmap.c
@@ -1,7 +1,5 @@
-/* intelmetool
- *
- * Copyright (C) 2013-2015 Damien Zammit <damien@zamaudio.com>
- *
+/* intelmetool */
+/*
* 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/mmap.h b/util/intelmetool/mmap.h
index 31d8313bf3..ecc327a535 100644
--- a/util/intelmetool/mmap.h
+++ b/util/intelmetool/mmap.h
@@ -1,6 +1,5 @@
-/* intelmetool
- *
- * Copyright (C) 2013-2015 Damien Zammit <damien@zamaudio.com>
+/* intelmetool */
+/*
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/util/intelmetool/msr.c b/util/intelmetool/msr.c
index 5c84f2b582..d8735a7c0b 100644
--- a/util/intelmetool/msr.c
+++ b/util/intelmetool/msr.c
@@ -1,8 +1,5 @@
-/* intelmetool
- *
- * Copyright (C) 2013-2016 Philipp Deppenwiese <zaolin@das-labor.org>,
- * Copyright (C) 2013-2016 Alexander Couzens <lynxis@fe80.eu>
- *
+/* intelmetool */
+/*
* 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/msr.h b/util/intelmetool/msr.h
index 1f6a1175af..c40700f248 100644
--- a/util/intelmetool/msr.h
+++ b/util/intelmetool/msr.h
@@ -1,7 +1,5 @@
-/* intelmetool
- *
- * Copyright (C) 2013-2016 Philipp Deppenwiese <zaolin@das-labor.org>
- * Copyright (C) 2013-2016 Alexander Couzens <lynxis@fe80.eu>
+/* intelmetool */
+/*
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/util/intelmetool/rcba.c b/util/intelmetool/rcba.c
index ebc2d9ca48..d1aaa671a8 100644
--- a/util/intelmetool/rcba.c
+++ b/util/intelmetool/rcba.c
@@ -1,6 +1,4 @@
/*
- * Copyright (C) 2014 Damien Zammit <damien@zamaudio.com>
- * Copyright (C) 2017 Patrick Rudolph <siro@das-labor.org>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/util/intelmetool/rcba.h b/util/intelmetool/rcba.h
index d40dcb9262..a87fe49180 100644
--- a/util/intelmetool/rcba.h
+++ b/util/intelmetool/rcba.h
@@ -1,5 +1,4 @@
/*
- * Copyright (C) 2017 Patrick Rudolph <siro@das-labor.org>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/util/inteltool/ahci.c b/util/inteltool/ahci.c
index 82f792d0e6..4be40ff38a 100644
--- a/util/inteltool/ahci.c
+++ b/util/inteltool/ahci.c
@@ -1,8 +1,5 @@
+/* ahci.c: dump AHCI registers */
/*
- * ahci.c: dump AHCI registers
- *
- * Copyright (C) 2016 Iru Cai
- * 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
diff --git a/util/msrtool/Makefile.in b/util/msrtool/Makefile.in
index f50adc240d..45b4ba280a 100644
--- a/util/msrtool/Makefile.in
+++ b/util/msrtool/Makefile.in
@@ -2,8 +2,6 @@
#
# This file is part of msrtool.
#
-# Copyright (c) 2008 Peter Stuge <peter@stuge.se>
-#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 as
# published by the Free Software Foundation.
diff --git a/util/msrtool/configure b/util/msrtool/configure
index 0606f4b8b9..5f55056c9d 100755
--- a/util/msrtool/configure
+++ b/util/msrtool/configure
@@ -2,8 +2,6 @@
#
# This file is part of msrtool.
#
-# Copyright (c) 2008, 2009 Peter Stuge <peter@stuge.se>
-#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 as
# published by the Free Software Foundation.
diff --git a/util/msrtool/cs5536.c b/util/msrtool/cs5536.c
index d9c66d2c88..3d035000a3 100644
--- a/util/msrtool/cs5536.c
+++ b/util/msrtool/cs5536.c
@@ -1,8 +1,5 @@
+/* This file is part of msrtool. */
/*
- * This file is part of msrtool.
- *
- * Copyright (c) 2009 Peter Stuge <peter@stuge.se>
- *
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
diff --git a/util/msrtool/darwin.c b/util/msrtool/darwin.c
index 1423fbd74d..efa37fce79 100644
--- a/util/msrtool/darwin.c
+++ b/util/msrtool/darwin.c
@@ -1,7 +1,5 @@
+/* This file is part of msrtool. */
/*
- * This file is part of msrtool.
- *
- * Copyright (c) 2009 coresystems GmbH
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
diff --git a/util/msrtool/freebsd.c b/util/msrtool/freebsd.c
index 84988c748b..40cd9a16d7 100644
--- a/util/msrtool/freebsd.c
+++ b/util/msrtool/freebsd.c
@@ -1,8 +1,5 @@
+/* This file is part of msrtool. */
/*
- * This file is part of msrtool.
- *
- * Copyright (c) 2009 Andriy Gapon <avg@icyb.net.ua>
- * Copyright (c) 2009 Peter Stuge <peter@stuge.se>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
diff --git a/util/msrtool/geodegx2.c b/util/msrtool/geodegx2.c
index 9b6f221591..d6a845fc12 100644
--- a/util/msrtool/geodegx2.c
+++ b/util/msrtool/geodegx2.c
@@ -1,8 +1,5 @@
+/* This file is part of msrtool. */
/*
- * This file is part of msrtool.
- *
- * Copyright (c) 2008 Peter Stuge <peter@stuge.se>
- * Copyright (c) 2009 Nils Jacobs <njacobs8@hetnet.nl>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
diff --git a/util/msrtool/geodelx.c b/util/msrtool/geodelx.c
index b7e8917118..bac8ec1a82 100644
--- a/util/msrtool/geodelx.c
+++ b/util/msrtool/geodelx.c
@@ -1,7 +1,5 @@
+/* This file is part of msrtool. */
/*
- * This file is part of msrtool.
- *
- * Copyright (c) 2008 Peter Stuge <peter@stuge.se>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
diff --git a/util/msrtool/intel_atom.c b/util/msrtool/intel_atom.c
index 8a73d94966..ac63a2615f 100644
--- a/util/msrtool/intel_atom.c
+++ b/util/msrtool/intel_atom.c
@@ -1,7 +1,5 @@
+/* This file is part of msrtool. */
/*
- * This file is part of msrtool.
- *
- * Copyright (C) 2013 Olivier Langlois <olivier@olivierlanglois.net>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
diff --git a/util/msrtool/intel_core1.c b/util/msrtool/intel_core1.c
index fdf4005cc8..fcb3a91659 100644
--- a/util/msrtool/intel_core1.c
+++ b/util/msrtool/intel_core1.c
@@ -1,7 +1,5 @@
+/* This file is part of msrtool. */
/*
- * This file is part of msrtool.
- *
- * Copyright (C) 2011 Anton Kochkov <anton.kochkov@gmail.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
diff --git a/util/msrtool/intel_core2_early.c b/util/msrtool/intel_core2_early.c
index a3c7ad26cc..ea35ac4b04 100644
--- a/util/msrtool/intel_core2_early.c
+++ b/util/msrtool/intel_core2_early.c
@@ -1,7 +1,5 @@
+/* This file is part of msrtool. */
/*
- * This file is part of msrtool.
- *
- * Copyright (C) 2011 Anton Kochkov <anton.kochkov@gmail.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
diff --git a/util/msrtool/intel_core2_later.c b/util/msrtool/intel_core2_later.c
index fda85327bd..7e1cdfd9c6 100644
--- a/util/msrtool/intel_core2_later.c
+++ b/util/msrtool/intel_core2_later.c
@@ -1,7 +1,5 @@
+/* This file is part of msrtool. */
/*
- * This file is part of msrtool.
- *
- * Copyright (C) 2013 Anton Kochkov <anton.kochkov@gmail.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
diff --git a/util/msrtool/intel_nehalem.c b/util/msrtool/intel_nehalem.c
index c5c30826f1..3f472e8f6f 100644
--- a/util/msrtool/intel_nehalem.c
+++ b/util/msrtool/intel_nehalem.c
@@ -1,7 +1,5 @@
+/* This file is part of msrtool. */
/*
- * This file is part of msrtool.
- *
- * Copyright (C) 2012 Anton Kochkov <anton.kochkov@gmail.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
diff --git a/util/msrtool/intel_pentium3.c b/util/msrtool/intel_pentium3.c
index e541e00e95..aedc4402cf 100644
--- a/util/msrtool/intel_pentium3.c
+++ b/util/msrtool/intel_pentium3.c
@@ -1,7 +1,5 @@
+/* This file is part of msrtool. */
/*
- * This file is part of msrtool.
- *
- * Copyright (C) 2011 Anton Kochkov <anton.kochkov@gmail.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
diff --git a/util/msrtool/intel_pentium3_early.c b/util/msrtool/intel_pentium3_early.c
index dbbc985b4d..676f134c41 100644
--- a/util/msrtool/intel_pentium3_early.c
+++ b/util/msrtool/intel_pentium3_early.c
@@ -1,7 +1,5 @@
+/* This file is part of msrtool. */
/*
- * This file is part of msrtool.
- *
- * Copyright (C) 2011 Anton Kochkov <anton.kochkov@gmail.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
diff --git a/util/msrtool/intel_pentium4_early.c b/util/msrtool/intel_pentium4_early.c
index 088a68ddcc..249cac8136 100644
--- a/util/msrtool/intel_pentium4_early.c
+++ b/util/msrtool/intel_pentium4_early.c
@@ -1,7 +1,5 @@
+/* This file is part of msrtool. */
/*
- * This file is part of msrtool.
- *
- * Copyright (C) 2011 Anton Kochkov <anton.kochkov@gmail.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
diff --git a/util/msrtool/intel_pentium4_later.c b/util/msrtool/intel_pentium4_later.c
index a23a99e606..0b51707d19 100644
--- a/util/msrtool/intel_pentium4_later.c
+++ b/util/msrtool/intel_pentium4_later.c
@@ -1,7 +1,5 @@
+/* This file is part of msrtool. */
/*
- * This file is part of msrtool.
- *
- * Copyright (C) 2011 Anton Kochkov <anton.kochkov@gmail.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
diff --git a/util/msrtool/intel_pentium_d.c b/util/msrtool/intel_pentium_d.c
index f3675614f8..28b544bb01 100644
--- a/util/msrtool/intel_pentium_d.c
+++ b/util/msrtool/intel_pentium_d.c
@@ -1,7 +1,5 @@
+/* This file is part of msrtool. */
/*
- * This file is part of msrtool.
- *
- * Copyright (C) 2011 Anton Kochkov <anton.kochkov@gmail.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
diff --git a/util/msrtool/k8.c b/util/msrtool/k8.c
index 16f626f55a..96aa6c5dfe 100644
--- a/util/msrtool/k8.c
+++ b/util/msrtool/k8.c
@@ -1,7 +1,5 @@
+/* This file is part of msrtool. */
/*
- * This file is part of msrtool.
- *
- * Copyright (c) 2009 Marc Jones <marcj303@gmail.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
diff --git a/util/msrtool/linux.c b/util/msrtool/linux.c
index 64b4af212f..ccf8dbd0e0 100644
--- a/util/msrtool/linux.c
+++ b/util/msrtool/linux.c
@@ -1,7 +1,5 @@
+/* This file is part of msrtool. */
/*
- * This file is part of msrtool.
- *
- * Copyright (c) 2008 Peter Stuge <peter@stuge.se>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
diff --git a/util/msrtool/msrtool.c b/util/msrtool/msrtool.c
index 540ff53961..13586d8c78 100644
--- a/util/msrtool/msrtool.c
+++ b/util/msrtool/msrtool.c
@@ -1,7 +1,5 @@
+/* This file is part of msrtool. */
/*
- * This file is part of msrtool.
- *
- * Copyright (c) 2008 Peter Stuge <peter@stuge.se>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
diff --git a/util/msrtool/msrtool.h b/util/msrtool/msrtool.h
index 8cba4c7483..f6ba66829b 100644
--- a/util/msrtool/msrtool.h
+++ b/util/msrtool/msrtool.h
@@ -1,8 +1,5 @@
+/* This file is part of msrtool. */
/*
- * This file is part of msrtool.
- *
- * Copyright (c) 2008 Peter Stuge <peter@stuge.se>
- * Copyright (c) 2009 coresystems GmbH
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
diff --git a/util/msrtool/msrutils.c b/util/msrtool/msrutils.c
index 1c6707e4c2..82199a8f80 100644
--- a/util/msrtool/msrutils.c
+++ b/util/msrtool/msrutils.c
@@ -1,7 +1,5 @@
+/* This file is part of msrtool. */
/*
- * This file is part of msrtool.
- *
- * Copyright (c) 2008 Peter Stuge <peter@stuge.se>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
diff --git a/util/msrtool/sys.c b/util/msrtool/sys.c
index 7ff1131b63..f79391d434 100644
--- a/util/msrtool/sys.c
+++ b/util/msrtool/sys.c
@@ -1,8 +1,5 @@
+/* This file is part of msrtool. */
/*
- * This file is part of msrtool.
- *
- * Copyright (c) 2008 Peter Stuge <peter@stuge.se>
- * Copyright (c) 2009 coresystems GmbH
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
diff --git a/util/msrtool/via_c7.c b/util/msrtool/via_c7.c
index 07ed1756e7..9939798151 100644
--- a/util/msrtool/via_c7.c
+++ b/util/msrtool/via_c7.c
@@ -1,8 +1,5 @@
+/* This file is part of msrtool. */
/*
- * This file is part of msrtool.
- *
- * Copyright (C) 2011 Anton Kochkov <anton.kochkov@gmail.com>
- * Copyright (C) 2017 Lubomir Rintel <lkundrak@v3.sk>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
diff --git a/util/pgtblgen/pgtblgen.c b/util/pgtblgen/pgtblgen.c
index 234fd72a0e..b8bd0ed787 100644
--- a/util/pgtblgen/pgtblgen.c
+++ b/util/pgtblgen/pgtblgen.c
@@ -1,7 +1,5 @@
+/* This file is part of pgtblgen. */
/*
- * This file is part of pgtblgen.
- *
- * Copyright (c) 2019 Patrick Rudolph <siro@das-labor.org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
diff --git a/util/qualcomm/scripts/cmm/debug_cb_405.cmm b/util/qualcomm/scripts/cmm/debug_cb_405.cmm
index 166d2aa308..bc677e9e62 100644
--- a/util/qualcomm/scripts/cmm/debug_cb_405.cmm
+++ b/util/qualcomm/scripts/cmm/debug_cb_405.cmm
@@ -2,8 +2,6 @@
;##
;## This file is part of the coreboot project.
;##
-;## Copyright (C) 2018, The Linux Foundation. All rights reserved.
-;##
;## This program is free software; you can redistribute it and/or modify
;## it under the terms of the GNU General Public License version 2 and
;## only version 2 as published by the Free Software Foundation.
diff --git a/util/qualcomm/scripts/cmm/debug_cb_845.cmm b/util/qualcomm/scripts/cmm/debug_cb_845.cmm
index c0a9cca74e..f99ff26216 100644
--- a/util/qualcomm/scripts/cmm/debug_cb_845.cmm
+++ b/util/qualcomm/scripts/cmm/debug_cb_845.cmm
@@ -2,8 +2,6 @@
;##
;## This file is part of the coreboot project.
;##
-;## Copyright (C) 2018, The Linux Foundation. All rights reserved.
-;##
;## This program is free software; you can redistribute it and/or modify
;## it under the terms of the GNU General Public License version 2 and
;## only version 2 as published by the Free Software Foundation.
diff --git a/util/qualcomm/scripts/cmm/debug_cb_common.cmm b/util/qualcomm/scripts/cmm/debug_cb_common.cmm
index bf90575823..f81d92b7ff 100644
--- a/util/qualcomm/scripts/cmm/debug_cb_common.cmm
+++ b/util/qualcomm/scripts/cmm/debug_cb_common.cmm
@@ -2,8 +2,6 @@
;##
;## This file is part of the coreboot project.
;##
-;## Copyright (C) 2018, The Linux Foundation. All rights reserved.
-;##
;## This program is free software; you can redistribute it and/or modify
;## it under the terms of the GNU General Public License version 2 and
;## only version 2 as published by the Free Software Foundation.
diff --git a/util/qualcomm/scripts/cmm/debug_cb_trogdor.cmm b/util/qualcomm/scripts/cmm/debug_cb_trogdor.cmm
index 5d72ff792e..fd12041e4c 100644
--- a/util/qualcomm/scripts/cmm/debug_cb_trogdor.cmm
+++ b/util/qualcomm/scripts/cmm/debug_cb_trogdor.cmm
@@ -2,8 +2,6 @@
;##
;## This file is part of the coreboot project.
;##
-;## Copyright (C) 2019, The Linux Foundation. All rights reserved.
-;##
;## This program is free software; you can redistribute it and/or modify
;## it under the terms of the GNU General Public License version 2 and
;## only version 2 as published by the Free Software Foundation.
diff --git a/util/qualcomm/scripts/cmm/debug_chroot_common.cmm b/util/qualcomm/scripts/cmm/debug_chroot_common.cmm
index 0e1d58baf5..93c2418a81 100644
--- a/util/qualcomm/scripts/cmm/debug_chroot_common.cmm
+++ b/util/qualcomm/scripts/cmm/debug_chroot_common.cmm
@@ -2,8 +2,6 @@
;##
;## This file is part of the coreboot project.
;##
-;## Copyright (C) 2018, The Linux Foundation. All rights reserved.
-;##
;## This program is free software; you can redistribute it and/or modify
;## it under the terms of the GNU General Public License version 2 and
;## only version 2 as published by the Free Software Foundation.
diff --git a/util/qualcomm/scripts/cmm/debug_chroot_trogdor.cmm b/util/qualcomm/scripts/cmm/debug_chroot_trogdor.cmm
index d93a4c0374..e84e54d35d 100644
--- a/util/qualcomm/scripts/cmm/debug_chroot_trogdor.cmm
+++ b/util/qualcomm/scripts/cmm/debug_chroot_trogdor.cmm
@@ -2,8 +2,6 @@
;##
;## This file is part of the coreboot project.
;##
-;## Copyright (C) 2019, The Linux Foundation. All rights reserved.
-;##
;## This program is free software; you can redistribute it and/or modify
;## it under the terms of the GNU General Public License version 2 and
;## only version 2 as published by the Free Software Foundation.