diff options
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. |