{security,soc}/*/Kconfig: Replace GPLv2 long form headers with SPDX header

Change-Id: Ie3721f6a93dacb8014f93aa86780d51a659a68df
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/41145
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
Elyes HAOUAS 2020-05-07 12:38:15 +02:00 committed by Patrick Georgi
parent 36787b0e7b
commit f7b2fe6b64
12 changed files with 23 additions and 147 deletions

View File

@ -1,15 +1,5 @@
## This file is part of the coreboot project. # This file is part of the coreboot project.
## # SPDX-License-Identifier: GPL-2.0-only
##
## 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.
##
source "src/security/vboot/Kconfig" source "src/security/vboot/Kconfig"
source "src/security/tpm/Kconfig" source "src/security/tpm/Kconfig"

View File

@ -1,15 +1,5 @@
## This file is part of the coreboot project. # This file is part of the coreboot project.
## # SPDX-License-Identifier: GPL-2.0-only
##
## 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.
##
source "src/security/intel/txt/Kconfig" source "src/security/intel/txt/Kconfig"
source "src/security/intel/stm/Kconfig" source "src/security/intel/stm/Kconfig"

View File

@ -1,15 +1,5 @@
## This file is part of the coreboot project. # This file is part of the coreboot project.
## # SPDX-License-Identifier: GPL-2.0-only
##
## 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.
##
config INTEL_TXT config INTEL_TXT
bool "Intel TXT support" bool "Intel TXT support"

View File

@ -1,15 +1,5 @@
## This file is part of the coreboot project. # This file is part of the coreboot project.
## # SPDX-License-Identifier: GPL-2.0-only
##
## 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.
##
menu "Memory initialization" menu "Memory initialization"

View File

@ -1,15 +1,5 @@
## This file is part of the coreboot project. # This file is part of the coreboot project.
## # SPDX-License-Identifier: GPL-2.0-only
##
## 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.
##
source "src/security/tpm/tss/vendor/cr50/Kconfig" source "src/security/tpm/tss/vendor/cr50/Kconfig"

View File

@ -1,15 +1,5 @@
## This file is part of the coreboot project. # This file is part of the coreboot project.
## # SPDX-License-Identifier: GPL-2.0-only
##
## 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.
##
config TPM_CR50 config TPM_CR50
bool bool

View File

@ -1,15 +1,5 @@
## This file is part of the coreboot project. # This file is part of the coreboot project.
## # SPDX-License-Identifier: GPL-2.0-only
##
## 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.
##
menu "Verified Boot (vboot)" menu "Verified Boot (vboot)"

View File

@ -1,16 +1,5 @@
## # This file is part of the coreboot project.
## This file is part of the coreboot project. # SPDX-License-Identifier: GPL-2.0-only
##
##
## 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.
##
config SOC_INTEL_DENVERTON_NS config SOC_INTEL_DENVERTON_NS
bool bool

View File

@ -1,16 +1,5 @@
## # This file is part of the coreboot project.
## This file is part of the coreboot project. # SPDX-License-Identifier: GPL-2.0-only
##
##
## 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.
##
config SOC_INTEL_QUARK config SOC_INTEL_QUARK
bool bool

View File

@ -1,17 +1,5 @@
## # This file is part of the coreboot project.
## This file is part of the coreboot project. # SPDX-License-Identifier: GPL-2.0-or-later
##
##
## 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; either version 2 of the License, or
## (at your option) any later version.
##
## 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.
##
source "src/soc/intel/xeon_sp/skx/Kconfig" source "src/soc/intel/xeon_sp/skx/Kconfig"
source "src/soc/intel/xeon_sp/cpx/Kconfig" source "src/soc/intel/xeon_sp/cpx/Kconfig"

View File

@ -1,16 +1,5 @@
## # This file is part of the coreboot project.
## This file is part of the coreboot project. # SPDX-License-Identifier: GPL-2.0-only
##
##
## 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.
##
config SOC_ROCKCHIP_RK3288 config SOC_ROCKCHIP_RK3288
bool bool

View File

@ -1,14 +1,5 @@
# This file is part of the coreboot project. # This file is part of the coreboot project.
# # SPDX-License-Identifier: GPL-2.0-only
#
# 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.
config SOC_SIFIVE_FU540 config SOC_SIFIVE_FU540
bool bool