diff options
Diffstat (limited to 'util/sconfig')
-rw-r--r-- | util/sconfig/main.c | 11 | ||||
-rw-r--r-- | util/sconfig/sconfig.h | 11 | ||||
-rwxr-xr-x | util/sconfig/sconfig.l | 11 | ||||
-rw-r--r-- | util/sconfig/sconfig.tab.c_shipped | 11 | ||||
-rwxr-xr-x | util/sconfig/sconfig.y | 11 |
5 files changed, 5 insertions, 50 deletions
diff --git a/util/sconfig/main.c b/util/sconfig/main.c index 036c59ce57..b0c53385c6 100644 --- a/util/sconfig/main.c +++ b/util/sconfig/main.c @@ -1,14 +1,5 @@ /* sconfig, coreboot device tree compiler */ -/* - * 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. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - */ +/* SPDX-License-Identifier: GPL-2.0-only */ #include <ctype.h> /* stat.h needs to be included before commonlib/helpers.h to avoid errors.*/ diff --git a/util/sconfig/sconfig.h b/util/sconfig/sconfig.h index 9f6e01c9e8..a960b7f055 100644 --- a/util/sconfig/sconfig.h +++ b/util/sconfig/sconfig.h @@ -1,14 +1,5 @@ /* sconfig, coreboot device tree compiler */ -/* - * 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. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - */ +/* SPDX-License-Identifier: GPL-2.0-only */ #include <stdio.h> #include <stdlib.h> diff --git a/util/sconfig/sconfig.l b/util/sconfig/sconfig.l index 0c30d2cb70..9fd0cec0e9 100755 --- a/util/sconfig/sconfig.l +++ b/util/sconfig/sconfig.l @@ -1,15 +1,6 @@ %{ /* sconfig, coreboot device tree compiler */ -/* - * 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. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - */ +/* SPDX-License-Identifier: GPL-2.0-only */ #include "sconfig.tab.h" diff --git a/util/sconfig/sconfig.tab.c_shipped b/util/sconfig/sconfig.tab.c_shipped index f0233a500c..fb7e3f710f 100644 --- a/util/sconfig/sconfig.tab.c_shipped +++ b/util/sconfig/sconfig.tab.c_shipped @@ -68,16 +68,7 @@ /* First part of user prologue. */ /* sconfig, coreboot device tree compiler */ -/* - * 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. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - */ +/* SPDX-License-Identifier: GPL-2.0-only */ #include "sconfig.h" diff --git a/util/sconfig/sconfig.y b/util/sconfig/sconfig.y index ef3e160c1b..597e309a42 100755 --- a/util/sconfig/sconfig.y +++ b/util/sconfig/sconfig.y @@ -1,15 +1,6 @@ %{ /* sconfig, coreboot device tree compiler */ -/* - * 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. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - */ +/* SPDX-License-Identifier: GPL-2.0-only */ #include "sconfig.h" |