diff options
author | Patrick Georgi <pgeorgi@google.com> | 2020-05-08 19:28:13 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-05-09 21:21:32 +0000 |
commit | ea063cb9750030d7e5c8f62ed2acfa58c60dd807 (patch) | |
tree | adfb4f0cd3bf0ee1ed7a282557b469ad753836d9 /util/sconfig | |
parent | 2faeb11fcda8791e94fee804a920adfd6272e4d7 (diff) |
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 <pgeorgi@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/41175
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: ron minnich <rminnich@gmail.com>
Diffstat (limited to 'util/sconfig')
-rw-r--r-- | util/sconfig/main.c | 6 | ||||
-rw-r--r-- | util/sconfig/sconfig.h | 6 | ||||
-rwxr-xr-x | util/sconfig/sconfig.l | 6 | ||||
-rw-r--r-- | util/sconfig/sconfig.tab.c_shipped | 6 | ||||
-rwxr-xr-x | util/sconfig/sconfig.y | 6 |
5 files changed, 5 insertions, 25 deletions
diff --git a/util/sconfig/main.c b/util/sconfig/main.c index 186eedba43..036c59ce57 100644 --- a/util/sconfig/main.c +++ b/util/sconfig/main.c @@ -1,9 +1,5 @@ +/* sconfig, coreboot device tree compiler */ /* - * sconfig, coreboot device tree compiler - * - * Copyright (C) 2010 coresystems GmbH - * written by Patrick Georgi <patrick@georgi-clan.de> - * * 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/sconfig/sconfig.h b/util/sconfig/sconfig.h index 2603904289..9f6e01c9e8 100644 --- a/util/sconfig/sconfig.h +++ b/util/sconfig/sconfig.h @@ -1,9 +1,5 @@ +/* sconfig, coreboot device tree compiler */ /* - * sconfig, coreboot device tree compiler - * - * Copyright (C) 2010 coresystems GmbH - * written by Patrick Georgi <patrick@georgi-clan.de> - * * 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/sconfig/sconfig.l b/util/sconfig/sconfig.l index 14eb965bdb..0c30d2cb70 100755 --- a/util/sconfig/sconfig.l +++ b/util/sconfig/sconfig.l @@ -1,10 +1,6 @@ %{ +/* sconfig, coreboot device tree compiler */ /* - * sconfig, coreboot device tree compiler - * - * Copyright (C) 2010 coresystems GmbH - * written by Patrick Georgi <patrick@georgi-clan.de> - * * 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/sconfig/sconfig.tab.c_shipped b/util/sconfig/sconfig.tab.c_shipped index 1831e91147..f0233a500c 100644 --- a/util/sconfig/sconfig.tab.c_shipped +++ b/util/sconfig/sconfig.tab.c_shipped @@ -67,12 +67,8 @@ /* First part of user prologue. */ +/* sconfig, coreboot device tree compiler */ /* - * sconfig, coreboot device tree compiler - * - * Copyright (C) 2010 coresystems GmbH - * written by Patrick Georgi <patrick@georgi-clan.de> - * * 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/sconfig/sconfig.y b/util/sconfig/sconfig.y index 4af6e1835a..ef3e160c1b 100755 --- a/util/sconfig/sconfig.y +++ b/util/sconfig/sconfig.y @@ -1,10 +1,6 @@ %{ +/* sconfig, coreboot device tree compiler */ /* - * sconfig, coreboot device tree compiler - * - * Copyright (C) 2010 coresystems GmbH - * written by Patrick Georgi <patrick@georgi-clan.de> - * * 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. |