summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
Diffstat (limited to 'util')
-rw-r--r--util/amdfwtool/amdfwtool.c3
-rw-r--r--util/cbfstool/coff.h3
-rw-r--r--util/cbfstool/console/console.h3
-rw-r--r--util/cbfstool/fv.h3
-rw-r--r--util/cbmem/cbmem.c3
-rw-r--r--util/fuzz-tests/jpeg-test.c3
-rw-r--r--util/intelmetool/me.c3
-rw-r--r--util/intelmetool/me.h3
-rw-r--r--util/intelmetool/me_status.c3
-rw-r--r--util/kbc1126/kbc1126_ec_dump.c3
-rw-r--r--util/kbc1126/kbc1126_ec_insert.c3
-rw-r--r--util/mainboard/google/hatch/template/include/variant/acpi/dptf.asl3
-rw-r--r--util/mainboard/google/hatch/template/include/variant/ec.h3
-rw-r--r--util/mainboard/google/hatch/template/include/variant/gpio.h3
-rw-r--r--util/nvramtool/cbfs.c3
-rw-r--r--util/nvramtool/cbfs.h3
-rw-r--r--util/pmh7tool/pmh7tool.c3
-rw-r--r--util/pmh7tool/pmh7tool.h3
-rw-r--r--util/supermicro/smcbiosinfo/smcbiosinfo.c3
-rw-r--r--util/vgabios/include/arch/byteorder.h3
-rw-r--r--util/vgabios/include/console/console.h3
-rw-r--r--util/vgabios/include/stdtypes.h3
-rw-r--r--util/vgabios/include/swab.h3
-rw-r--r--util/vgabios/pci-userspace.c3
-rw-r--r--util/vgabios/pci-userspace.h3
-rw-r--r--util/vgabios/testbios.c3
-rw-r--r--util/vgabios/testbios.h3
-rw-r--r--util/x86/x86_page_tables.go3
28 files changed, 28 insertions, 56 deletions
diff --git a/util/amdfwtool/amdfwtool.c b/util/amdfwtool/amdfwtool.c
index 9c50dbd94d..1ff86e6c88 100644
--- a/util/amdfwtool/amdfwtool.c
+++ b/util/amdfwtool/amdfwtool.c
@@ -1,6 +1,5 @@
+/* This file is part of the coreboot project. */
/*
- * This file is part of the coreboot project.
- *
* Copyright (C) 2015 - 2016 Advanced Micro Devices, Inc.
*
* This program is free software; you can redistribute it and/or modify
diff --git a/util/cbfstool/coff.h b/util/cbfstool/coff.h
index e814379c1b..3ee1b6a0f3 100644
--- a/util/cbfstool/coff.h
+++ b/util/cbfstool/coff.h
@@ -1,6 +1,5 @@
+/* This file is part of the coreboot project. */
/*
- * This file is part of the coreboot project.
- *
* Copyright (C) 2013 Google, Inc.
*
* This program is free software; you can redistribute it and/or modify
diff --git a/util/cbfstool/console/console.h b/util/cbfstool/console/console.h
index 40c1436ace..daf0458e93 100644
--- a/util/cbfstool/console/console.h
+++ b/util/cbfstool/console/console.h
@@ -1,6 +1,5 @@
+/* This file is part of the coreboot project. */
/*
- * This file is part of the coreboot project.
- *
* Copyright 2015 Google Inc.
*
* This program is free software; you can redistribute it and/or modify
diff --git a/util/cbfstool/fv.h b/util/cbfstool/fv.h
index 04a34e3108..996508d186 100644
--- a/util/cbfstool/fv.h
+++ b/util/cbfstool/fv.h
@@ -1,6 +1,5 @@
+/* This file is part of the coreboot project. */
/*
- * This file is part of the coreboot project.
- *
* Copyright (C) 2013 Google, Inc.
*
* This program is free software; you can redistribute it and/or modify
diff --git a/util/cbmem/cbmem.c b/util/cbmem/cbmem.c
index f8da7daa7e..24a9b5416a 100644
--- a/util/cbmem/cbmem.c
+++ b/util/cbmem/cbmem.c
@@ -1,6 +1,5 @@
+/* This file is part of the coreboot project. */
/*
- * This file is part of the coreboot project.
- *
* Copyright 2012 Google Inc.
* Copyright (C) 2015 Timothy Pearson <tpearson@raptorengineeringinc.com>, Raptor Engineering
*
diff --git a/util/fuzz-tests/jpeg-test.c b/util/fuzz-tests/jpeg-test.c
index 82967ddb4e..0f9a925d06 100644
--- a/util/fuzz-tests/jpeg-test.c
+++ b/util/fuzz-tests/jpeg-test.c
@@ -1,6 +1,5 @@
+/* This file is part of the coreboot project. */
/*
- * This file is part of the coreboot project.
- *
* Copyright 2015 Google Inc.
*
* This program is free software; you can redistribute it and/or modify
diff --git a/util/intelmetool/me.c b/util/intelmetool/me.c
index e9aa510a10..0cb162707c 100644
--- a/util/intelmetool/me.c
+++ b/util/intelmetool/me.c
@@ -1,6 +1,5 @@
+/* This file is part of the coreboot project. */
/*
- * 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
diff --git a/util/intelmetool/me.h b/util/intelmetool/me.h
index 6a208070ba..dca9a20f7c 100644
--- a/util/intelmetool/me.h
+++ b/util/intelmetool/me.h
@@ -1,6 +1,5 @@
+/* This file is part of the coreboot project. */
/*
- * 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
diff --git a/util/intelmetool/me_status.c b/util/intelmetool/me_status.c
index ede3e3ac48..3f654f3916 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. */
/*
- * 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
diff --git a/util/kbc1126/kbc1126_ec_dump.c b/util/kbc1126/kbc1126_ec_dump.c
index 124a475a28..6122449fef 100644
--- a/util/kbc1126/kbc1126_ec_dump.c
+++ b/util/kbc1126/kbc1126_ec_dump.c
@@ -1,6 +1,5 @@
+/* This file is part of the coreboot project. */
/*
- * This file is part of the coreboot project.
- *
* Copyright (C) 2017 Iru Cai <mytbk920423@gmail.com>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/util/kbc1126/kbc1126_ec_insert.c b/util/kbc1126/kbc1126_ec_insert.c
index 64d1295c96..f582954c0d 100644
--- a/util/kbc1126/kbc1126_ec_insert.c
+++ b/util/kbc1126/kbc1126_ec_insert.c
@@ -1,6 +1,5 @@
+/* This file is part of the coreboot project. */
/*
- * This file is part of the coreboot project.
- *
* Copyright (C) 2017 Iru Cai <mytbk920423@gmail.com>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/util/mainboard/google/hatch/template/include/variant/acpi/dptf.asl b/util/mainboard/google/hatch/template/include/variant/acpi/dptf.asl
index 496334daab..3cc78aebd0 100644
--- a/util/mainboard/google/hatch/template/include/variant/acpi/dptf.asl
+++ b/util/mainboard/google/hatch/template/include/variant/acpi/dptf.asl
@@ -1,6 +1,5 @@
+/* This file is part of the coreboot project. */
/*
- * This file is part of the coreboot project.
- *
* 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/mainboard/google/hatch/template/include/variant/ec.h b/util/mainboard/google/hatch/template/include/variant/ec.h
index 25269627bd..bbcd4a3b99 100644
--- a/util/mainboard/google/hatch/template/include/variant/ec.h
+++ b/util/mainboard/google/hatch/template/include/variant/ec.h
@@ -1,6 +1,5 @@
+/* This file is part of the coreboot project. */
/*
- * This file is part of the coreboot project.
- *
* 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/mainboard/google/hatch/template/include/variant/gpio.h b/util/mainboard/google/hatch/template/include/variant/gpio.h
index 3b07c1ba20..063c0f53a4 100644
--- a/util/mainboard/google/hatch/template/include/variant/gpio.h
+++ b/util/mainboard/google/hatch/template/include/variant/gpio.h
@@ -1,6 +1,5 @@
+/* This file is part of the coreboot project. */
/*
- * This file is part of the coreboot project.
- *
* 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/nvramtool/cbfs.c b/util/nvramtool/cbfs.c
index 3ce50c5524..67568fa7e9 100644
--- a/util/nvramtool/cbfs.c
+++ b/util/nvramtool/cbfs.c
@@ -1,6 +1,5 @@
+/* This file is part of the coreboot project. */
/*
- * This file is part of the coreboot project.
- *
* Copyright (C) 2008 Jordan Crouse <jordan@cosmicpenguin.net>
* Copyright (C) 2011 secunet Security Networks AG
* (Written by Patrick Georgi <patrick.georgi@secunet.com>)
diff --git a/util/nvramtool/cbfs.h b/util/nvramtool/cbfs.h
index 47c9ad8d3d..679f5e43ba 100644
--- a/util/nvramtool/cbfs.h
+++ b/util/nvramtool/cbfs.h
@@ -1,6 +1,5 @@
+/* This file is part of the coreboot project. */
/*
- * This file is part of the coreboot project.
- *
* Copyright (C) 2008 Jordan Crouse <jordan@cosmicpenguin.net>
*
* This file is dual-licensed. You can choose between:
diff --git a/util/pmh7tool/pmh7tool.c b/util/pmh7tool/pmh7tool.c
index f03d97e254..9f2dc64b69 100644
--- a/util/pmh7tool/pmh7tool.c
+++ b/util/pmh7tool/pmh7tool.c
@@ -1,6 +1,5 @@
+/* This file is part of the coreboot project. */
/*
- * 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
diff --git a/util/pmh7tool/pmh7tool.h b/util/pmh7tool/pmh7tool.h
index 37d5027a50..9549bbdd08 100644
--- a/util/pmh7tool/pmh7tool.h
+++ b/util/pmh7tool/pmh7tool.h
@@ -1,6 +1,5 @@
+/* This file is part of the coreboot project. */
/*
- * 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
diff --git a/util/supermicro/smcbiosinfo/smcbiosinfo.c b/util/supermicro/smcbiosinfo/smcbiosinfo.c
index ae2a17b469..de81debd75 100644
--- a/util/supermicro/smcbiosinfo/smcbiosinfo.c
+++ b/util/supermicro/smcbiosinfo/smcbiosinfo.c
@@ -1,6 +1,5 @@
+/* This file is part of the coreboot project. */
/*
- * This file is part of the coreboot project.
- *
* Copyright (C) 2019 9elements Agency GmbH <patrick.rudolph@9elements.com>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/util/vgabios/include/arch/byteorder.h b/util/vgabios/include/arch/byteorder.h
index fd29071b9d..33a5e16637 100644
--- a/util/vgabios/include/arch/byteorder.h
+++ b/util/vgabios/include/arch/byteorder.h
@@ -1,6 +1,5 @@
+/* This file is part of the coreboot project. */
/*
- * This file is part of the coreboot project.
- *
* Copyright (C) 2016 Google Inc
*
* This program is free software; you can redistribute it and/or modify
diff --git a/util/vgabios/include/console/console.h b/util/vgabios/include/console/console.h
index 443e3e8bb7..90f42e7e05 100644
--- a/util/vgabios/include/console/console.h
+++ b/util/vgabios/include/console/console.h
@@ -1,6 +1,5 @@
+/* This file is part of the coreboot project. */
/*
- * This file is part of the coreboot project.
- *
* Copyright (C) 2016 Google Inc
*
* This program is free software; you can redistribute it and/or modify
diff --git a/util/vgabios/include/stdtypes.h b/util/vgabios/include/stdtypes.h
index 05f37a5a8a..4212f4898c 100644
--- a/util/vgabios/include/stdtypes.h
+++ b/util/vgabios/include/stdtypes.h
@@ -1,6 +1,5 @@
+/* This file is part of the coreboot project. */
/*
- * This file is part of the coreboot project.
- *
* Copyright (C) 2016 Google Inc
*
* This program is free software; you can redistribute it and/or modify
diff --git a/util/vgabios/include/swab.h b/util/vgabios/include/swab.h
index 28d0b8abb2..4b82b6293c 100644
--- a/util/vgabios/include/swab.h
+++ b/util/vgabios/include/swab.h
@@ -1,6 +1,5 @@
+/* This file is part of the coreboot project. */
/*
- * This file is part of the coreboot project.
- *
* 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/vgabios/pci-userspace.c b/util/vgabios/pci-userspace.c
index 0390f7a494..1b02cf4dc1 100644
--- a/util/vgabios/pci-userspace.c
+++ b/util/vgabios/pci-userspace.c
@@ -1,6 +1,5 @@
+/* This file is part of the coreboot project. */
/*
- * This file is part of the coreboot project.
- *
* Copyright (C) 2016 Google Inc
*
* This program is free software; you can redistribute it and/or modify
diff --git a/util/vgabios/pci-userspace.h b/util/vgabios/pci-userspace.h
index 2dbdbbe6a3..f1da2312e9 100644
--- a/util/vgabios/pci-userspace.h
+++ b/util/vgabios/pci-userspace.h
@@ -1,6 +1,5 @@
+/* This file is part of the coreboot project. */
/*
- * This file is part of the coreboot project.
- *
* Copyright (C) 2016 Google Inc
*
* This program is free software; you can redistribute it and/or modify
diff --git a/util/vgabios/testbios.c b/util/vgabios/testbios.c
index de537b8fcd..189df24411 100644
--- a/util/vgabios/testbios.c
+++ b/util/vgabios/testbios.c
@@ -1,6 +1,5 @@
+/* This file is part of the coreboot project. */
/*
- * This file is part of the coreboot project.
- *
* Copyright (C) 2016 Google Inc
*
* This program is free software; you can redistribute it and/or modify
diff --git a/util/vgabios/testbios.h b/util/vgabios/testbios.h
index a028bf0fa1..c7501ec773 100644
--- a/util/vgabios/testbios.h
+++ b/util/vgabios/testbios.h
@@ -1,6 +1,5 @@
+/* This file is part of the coreboot project. */
/*
- * This file is part of the coreboot project.
- *
* Copyright 1999 Egbert Eich
*
* This program is free software; you can redistribute it and/or modify
diff --git a/util/x86/x86_page_tables.go b/util/x86/x86_page_tables.go
index e477b54c5e..b447ea9fce 100644
--- a/util/x86/x86_page_tables.go
+++ b/util/x86/x86_page_tables.go
@@ -1,6 +1,5 @@
+/* This file is part of the coreboot project. */
/*
- * This file is part of the coreboot project.
- *
* Copyright 2018 Google LLC
*
* This program is free software; you can redistribute it and/or modify