summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorPatrick Georgi <pgeorgi@google.com>2020-05-05 20:48:50 +0200
committerPatrick Georgi <pgeorgi@google.com>2020-05-06 22:20:28 +0000
commit02363b5e464e729366ca21421edcebad33f1237e (patch)
treea2d34c9c419aa5bd2e61fb8b91b7d02038bc2757 /util
parent56e3df459abafdd9d00fcd0a8ddca7db4730874a (diff)
downloadcoreboot-02363b5e464e729366ca21421edcebad33f1237e.tar.gz
coreboot-02363b5e464e729366ca21421edcebad33f1237e.tar.bz2
coreboot-02363b5e464e729366ca21421edcebad33f1237e.zip
treewide: Move "is part of the coreboot project" line in its own comment
That makes it easier to identify "license only" headers (because they are now license only) Script line used for that: perl -i -p0e 's|/\*.*\n.*This file is part of the coreboot project.*\n.*\*|/* This file is part of the coreboot project. */\n/*|' # ...filelist... Change-Id: I2280b19972e37c36d8c67a67e0320296567fa4f6 Signed-off-by: Patrick Georgi <pgeorgi@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/41065 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: David Hendricks <david.hendricks@gmail.com> Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
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 9c50dbd94dd1..1ff86e6c8869 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 e814379c1bb3..3ee1b6a0f388 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 40c1436ace18..daf0458e932f 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 04a34e310898..996508d1861d 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 f8da7daa7e80..24a9b5416a90 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 82967ddb4eeb..0f9a925d0684 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 e9aa510a10ba..0cb162707caf 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 6a208070bad6..dca9a20f7cca 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 ede3e3ac48b2..3f654f391645 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 124a475a28eb..6122449fef6f 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 64d1295c967c..f582954c0d05 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 496334daaba5..3cc78aebd0ce 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 25269627bdec..bbcd4a3b9951 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 3b07c1ba20bb..063c0f53a464 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 3ce50c55241d..67568fa7e94f 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 47c9ad8d3d41..679f5e43ba5a 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 f03d97e254b5..9f2dc64b6916 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 37d5027a50df..9549bbdd084e 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 ae2a17b469b4..de81debd7523 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 fd29071b9de4..33a5e16637b8 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 443e3e8bb70d..90f42e7e05a4 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 05f37a5a8abb..4212f4898cad 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 28d0b8abb259..4b82b6293c3b 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 0390f7a494cb..1b02cf4dc144 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 2dbdbbe6a33e..f1da2312e98c 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 de537b8fcd2f..189df24411be 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 a028bf0fa13d..c7501ec7736f 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 e477b54c5e47..b447ea9fce4a 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