aboutsummaryrefslogtreecommitdiff
path: root/payloads/libpayload/libc
diff options
context:
space:
mode:
authorPatrick Georgi <pgeorgi@google.com>2020-05-10 16:41:01 +0200
committerPatrick Georgi <pgeorgi@google.com>2020-05-11 17:11:40 +0000
commit6b5bc77c9b22c398262ff3f4dae3e14904c57366 (patch)
treeab40c703d92f906f8604635f091f809b59233efa /payloads/libpayload/libc
parenta83c6bc907b8ef77935ba62789bc4ed60716986d (diff)
treewide: Remove "this file is part of" lines
Stefan thinks they don't add value. Command used: sed -i -e '/file is part of /d' $(git grep "file is part of " |egrep ":( */\*.*\*/\$|#|;#|-- | *\* )" | cut -d: -f1 |grep -v crossgcc |grep -v gcov | grep -v /elf.h |grep -v nvramtool) The exceptions are for: - crossgcc (patch file) - gcov (imported from gcc) - elf.h (imported from GNU's libc) - nvramtool (more complicated header) The removed lines are: - fmt.Fprintln(f, "/* This file is part of the coreboot project. */") -# This file is part of a set of unofficial pre-commit hooks available -/* This file is part of coreboot */ -# This file is part of msrtool. -/* This file is part of msrtool. */ - * This file is part of ncurses, designed to be appended after curses.h.in -/* This file is part of pgtblgen. */ - * This file is part of the coreboot project. - /* This file is part of the coreboot project. */ -# This file is part of the coreboot project. -# This file is part of the coreboot project. -## This file is part of the coreboot project. --- This file is part of the coreboot project. -/* This file is part of the coreboot project */ -/* This file is part of the coreboot project. */ -;## This file is part of the coreboot project. -# This file is part of the coreboot project. It originated in the - * This file is part of the coreinfo project. -## This file is part of the coreinfo project. - * This file is part of the depthcharge project. -/* This file is part of the depthcharge project. */ -/* This file is part of the ectool project. */ - * This file is part of the GNU C Library. - * This file is part of the libpayload project. -## This file is part of the libpayload project. -/* This file is part of the Linux kernel. */ -## This file is part of the superiotool project. -/* This file is part of the superiotool project */ -/* This file is part of uio_usbdebug */ Change-Id: I82d872b3b337388c93d5f5bf704e9ee9e53ab3a9 Signed-off-by: Patrick Georgi <pgeorgi@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/41194 Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'payloads/libpayload/libc')
-rw-r--r--payloads/libpayload/libc/Makefile.inc1
-rw-r--r--payloads/libpayload/libc/args.c1
-rw-r--r--payloads/libpayload/libc/console.c1
-rw-r--r--payloads/libpayload/libc/coreboot.c1
-rw-r--r--payloads/libpayload/libc/ctype.c1
-rw-r--r--payloads/libpayload/libc/die.c1
-rw-r--r--payloads/libpayload/libc/exec.c1
-rw-r--r--payloads/libpayload/libc/fmap.c1
-rw-r--r--payloads/libpayload/libc/hexdump.c1
-rw-r--r--payloads/libpayload/libc/ipchecksum.c1
-rw-r--r--payloads/libpayload/libc/lib.c1
-rw-r--r--payloads/libpayload/libc/libgcc.c1
-rw-r--r--payloads/libpayload/libc/malloc.c1
-rw-r--r--payloads/libpayload/libc/memory.c1
-rw-r--r--payloads/libpayload/libc/printf.c1
-rw-r--r--payloads/libpayload/libc/rand.c1
-rw-r--r--payloads/libpayload/libc/readline.c1
-rw-r--r--payloads/libpayload/libc/string.c1
-rw-r--r--payloads/libpayload/libc/sysinfo.c1
-rw-r--r--payloads/libpayload/libc/time.c1
20 files changed, 0 insertions, 20 deletions
diff --git a/payloads/libpayload/libc/Makefile.inc b/payloads/libpayload/libc/Makefile.inc
index 348dc117ea..2999023da8 100644
--- a/payloads/libpayload/libc/Makefile.inc
+++ b/payloads/libpayload/libc/Makefile.inc
@@ -1,5 +1,4 @@
##
-## This file is part of the libpayload project.
##
## Copyright (C) 2008 Advanced Micro Devices, Inc.
## Copyright (C) 2008 coresystems GmbH
diff --git a/payloads/libpayload/libc/args.c b/payloads/libpayload/libc/args.c
index 3839c629af..90841746fd 100644
--- a/payloads/libpayload/libc/args.c
+++ b/payloads/libpayload/libc/args.c
@@ -1,5 +1,4 @@
/*
- * This file is part of the libpayload project.
*
* Copyright (C) 2008 coresystems GmbH
*
diff --git a/payloads/libpayload/libc/console.c b/payloads/libpayload/libc/console.c
index 8d7d62d572..cb69c9f153 100644
--- a/payloads/libpayload/libc/console.c
+++ b/payloads/libpayload/libc/console.c
@@ -1,5 +1,4 @@
/*
- * This file is part of the libpayload project.
*
* Copyright (C) 2008 Advanced Micro Devices, Inc.
*
diff --git a/payloads/libpayload/libc/coreboot.c b/payloads/libpayload/libc/coreboot.c
index f6e937923e..c6fb57fde9 100644
--- a/payloads/libpayload/libc/coreboot.c
+++ b/payloads/libpayload/libc/coreboot.c
@@ -1,5 +1,4 @@
/*
- * This file is part of the libpayload project.
*
* Copyright (C) 2008 Advanced Micro Devices, Inc.
* Copyright (C) 2009 coresystems GmbH
diff --git a/payloads/libpayload/libc/ctype.c b/payloads/libpayload/libc/ctype.c
index 823f0087c8..63dc4db88d 100644
--- a/payloads/libpayload/libc/ctype.c
+++ b/payloads/libpayload/libc/ctype.c
@@ -1,5 +1,4 @@
/*
- * This file is part of the libpayload project.
*
* Copyright (C) 2008 Uwe Hermann <uwe@hermann-uwe.de>
*
diff --git a/payloads/libpayload/libc/die.c b/payloads/libpayload/libc/die.c
index 62e98b3b9b..0a5b97beda 100644
--- a/payloads/libpayload/libc/die.c
+++ b/payloads/libpayload/libc/die.c
@@ -1,5 +1,4 @@
/*
- * This file is part of the libpayload project.
*
* Copyright 2013 Google Inc.
*
diff --git a/payloads/libpayload/libc/exec.c b/payloads/libpayload/libc/exec.c
index 533600d710..ae75a3e510 100644
--- a/payloads/libpayload/libc/exec.c
+++ b/payloads/libpayload/libc/exec.c
@@ -1,5 +1,4 @@
/*
- * This file is part of the libpayload project.
*
* Copyright (C) 2008 Advanced Micro Devices, Inc.
*
diff --git a/payloads/libpayload/libc/fmap.c b/payloads/libpayload/libc/fmap.c
index af9902e441..b7d64918ac 100644
--- a/payloads/libpayload/libc/fmap.c
+++ b/payloads/libpayload/libc/fmap.c
@@ -1,5 +1,4 @@
/*
- * This file is part of the libpayload project.
*
* Copyright (C) 2015 Google Inc.
*
diff --git a/payloads/libpayload/libc/hexdump.c b/payloads/libpayload/libc/hexdump.c
index d2953a5552..aad67e41e6 100644
--- a/payloads/libpayload/libc/hexdump.c
+++ b/payloads/libpayload/libc/hexdump.c
@@ -1,5 +1,4 @@
/*
- * This file is part of the libpayload project.
*
* Copyright 2013 Google Inc.
*
diff --git a/payloads/libpayload/libc/ipchecksum.c b/payloads/libpayload/libc/ipchecksum.c
index 8d67921b03..118a6946e0 100644
--- a/payloads/libpayload/libc/ipchecksum.c
+++ b/payloads/libpayload/libc/ipchecksum.c
@@ -1,5 +1,4 @@
/*
- * This file is part of the libpayload project.
*
* It has originally been taken from the FreeBSD project.
*
diff --git a/payloads/libpayload/libc/lib.c b/payloads/libpayload/libc/lib.c
index 081d7dd0e2..8387e02a47 100644
--- a/payloads/libpayload/libc/lib.c
+++ b/payloads/libpayload/libc/lib.c
@@ -1,5 +1,4 @@
/*
- * This file is part of the libpayload project.
*
* Copyright (C) 2008 Uwe Hermann <uwe@hermann-uwe.de>
*
diff --git a/payloads/libpayload/libc/libgcc.c b/payloads/libpayload/libc/libgcc.c
index 86698d8db3..756aa14f16 100644
--- a/payloads/libpayload/libc/libgcc.c
+++ b/payloads/libpayload/libc/libgcc.c
@@ -1,5 +1,4 @@
/*
- * This file is part of the libpayload project.
*
* Copyright 2015 Google Inc.
*
diff --git a/payloads/libpayload/libc/malloc.c b/payloads/libpayload/libc/malloc.c
index f2a54a70c8..8b22daa9cc 100644
--- a/payloads/libpayload/libc/malloc.c
+++ b/payloads/libpayload/libc/malloc.c
@@ -1,5 +1,4 @@
/*
- * This file is part of the libpayload project.
*
* Copyright (C) 2008 Advanced Micro Devices, Inc.
* Copyright (C) 2008-2010 coresystems GmbH
diff --git a/payloads/libpayload/libc/memory.c b/payloads/libpayload/libc/memory.c
index 8ee3eed9da..daa53f1bcb 100644
--- a/payloads/libpayload/libc/memory.c
+++ b/payloads/libpayload/libc/memory.c
@@ -1,5 +1,4 @@
/*
- * This file is part of the libpayload project.
*
* It has originally been taken from the HelenOS project
* (http://www.helenos.eu), and slightly modified for our purposes.
diff --git a/payloads/libpayload/libc/printf.c b/payloads/libpayload/libc/printf.c
index 3896f01b86..feab4b5f22 100644
--- a/payloads/libpayload/libc/printf.c
+++ b/payloads/libpayload/libc/printf.c
@@ -1,5 +1,4 @@
/*
- * This file is part of the libpayload project.
*
* It has originally been taken from the HelenOS project
* (http://www.helenos.eu), and slightly modified for our purposes.
diff --git a/payloads/libpayload/libc/rand.c b/payloads/libpayload/libc/rand.c
index d490809119..a95fdd4598 100644
--- a/payloads/libpayload/libc/rand.c
+++ b/payloads/libpayload/libc/rand.c
@@ -1,5 +1,4 @@
/*
- * This file is part of the libpayload project.
*
* It was originally taken from the OpenBSD project.
*
diff --git a/payloads/libpayload/libc/readline.c b/payloads/libpayload/libc/readline.c
index 7324e04666..bf027620d1 100644
--- a/payloads/libpayload/libc/readline.c
+++ b/payloads/libpayload/libc/readline.c
@@ -1,5 +1,4 @@
/*
- * This file is part of the libpayload project.
*
* Copyright (C) 2008 coresystems GmbH
*
diff --git a/payloads/libpayload/libc/string.c b/payloads/libpayload/libc/string.c
index 9309223da1..b1d89d3fcc 100644
--- a/payloads/libpayload/libc/string.c
+++ b/payloads/libpayload/libc/string.c
@@ -1,5 +1,4 @@
/*
- * This file is part of the libpayload project.
*
* Copyright (C) 2007 Uwe Hermann <uwe@hermann-uwe.de>
* Copyright (C) 2008 Advanced Micro Devices, Inc.
diff --git a/payloads/libpayload/libc/sysinfo.c b/payloads/libpayload/libc/sysinfo.c
index b1cad50302..cb063fc6f7 100644
--- a/payloads/libpayload/libc/sysinfo.c
+++ b/payloads/libpayload/libc/sysinfo.c
@@ -1,5 +1,4 @@
/*
- * This file is part of the libpayload project.
*
* Copyright (C) 2008 Jordan Crouse <jordan@cosmicpenguin.net>
*
diff --git a/payloads/libpayload/libc/time.c b/payloads/libpayload/libc/time.c
index 75834486b5..c0a3313e86 100644
--- a/payloads/libpayload/libc/time.c
+++ b/payloads/libpayload/libc/time.c
@@ -1,5 +1,4 @@
/*
- * This file is part of the libpayload project.
*
* Copyright (C) 2008 Advanced Micro Devices, Inc.
*