From 45fc49e99b56547a3023653af64b89117d7ac122 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20V=C3=A1zquez?= Date: Thu, 18 Sep 2025 14:24:39 +0200 Subject: [PATCH] flashchips: Use SPDX in headers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I13f1a33de0fbc9ffd7fb24207be0dfd3f04c0bbf Signed-off-by: Antonio Vázquez Signed-off-by: Anastasia Klimchuk Reviewed-on: https://review.coreboot.org/c/flashrom/+/89265 Reviewed-by: Stefan Reinauer Tested-by: build bot (Jenkins) --- flashchips.c | 22 +++++++--------------- flashchips/amd.c | 22 +++++++--------------- flashchips/amic.c | 22 +++++++--------------- flashchips/atmel.c | 22 +++++++--------------- flashchips/boya_bohong.c | 22 +++++++--------------- flashchips/bright.c | 22 +++++++--------------- flashchips/catalyst.c | 22 +++++++--------------- flashchips/ene.c | 22 +++++++--------------- flashchips/eon.c | 22 +++++++--------------- flashchips/esi.c | 22 +++++++--------------- flashchips/esmt.c | 22 +++++++--------------- flashchips/fudan.c | 22 +++++++--------------- flashchips/fujitsu.c | 22 +++++++--------------- flashchips/gigadevice.c | 22 +++++++--------------- flashchips/hyundai.c | 22 +++++++--------------- flashchips/intel.c | 22 +++++++--------------- flashchips/issi.c | 22 +++++++--------------- flashchips/macronix.c | 22 +++++++--------------- flashchips/micron.c | 22 +++++++--------------- flashchips/micron_numonyx_st.c | 22 +++++++--------------- flashchips/mosel_vitelic.c | 22 +++++++--------------- flashchips/nantronics.c | 22 +++++++--------------- flashchips/pmc.c | 22 +++++++--------------- flashchips/puya.c | 22 +++++++--------------- flashchips/sanyo.c | 22 +++++++--------------- flashchips/sharp.c | 22 +++++++--------------- flashchips/spansion.c | 22 +++++++--------------- flashchips/sst.c | 22 +++++++--------------- flashchips/st.c | 22 +++++++--------------- flashchips/syncmos_mosel_vitelic.c | 22 +++++++--------------- flashchips/ti.c | 22 +++++++--------------- flashchips/winbond.c | 22 +++++++--------------- flashchips/xmc.c | 22 +++++++--------------- flashchips/xtx.c | 22 +++++++--------------- flashchips/zetta.c | 22 +++++++--------------- include/flashchips.h | 19 +++++-------------- 36 files changed, 250 insertions(+), 539 deletions(-) diff --git a/flashchips.c b/flashchips.c index 615419deb..8864eeaad 100644 --- a/flashchips.c +++ b/flashchips.c @@ -1,21 +1,13 @@ /* * This file is part of the flashrom project. * - * Copyright (C) 2000 Silicon Integrated System Corporation - * Copyright (C) 2004 Tyan Corp - * Copyright (C) 2005-2008 coresystems GmbH - * Copyright (C) 2006-2009 Carl-Daniel Hailfinger - * Copyright (C) 2009 Sean Nelson - * - * 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. + * SPDX-License-Identifier: GPL-2.0-or-later + * SPDX-FileCopyrightText: 2000 Silicon Integrated System Corporation + * SPDX-FileCopyrightText: 2004 Tyan Corp + * SPDX-FileCopyrightText: 2005-2008 coresystems GmbH + * SPDX-FileCopyrightText: 2006-2009 Carl-Daniel Hailfinger + * SPDX-FileCopyrightText: 2009 Sean Nelson + * SPDX-FileCopyrightText: 2025 Google LLC */ #include "flash.h" diff --git a/flashchips/amd.c b/flashchips/amd.c index 46c8b6c88..7888e502d 100644 --- a/flashchips/amd.c +++ b/flashchips/amd.c @@ -1,21 +1,13 @@ /* * This file is part of the flashrom project. * - * Copyright (C) 2000 Silicon Integrated System Corporation - * Copyright (C) 2004 Tyan Corp - * Copyright (C) 2005-2008 coresystems GmbH - * Copyright (C) 2006-2009 Carl-Daniel Hailfinger - * Copyright (C) 2009 Sean Nelson - * - * 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. + * SPDX-License-Identifier: GPL-2.0-or-later + * SPDX-FileCopyrightText: 2000 Silicon Integrated System Corporation + * SPDX-FileCopyrightText: 2004 Tyan Corp + * SPDX-FileCopyrightText: 2005-2008 coresystems GmbH + * SPDX-FileCopyrightText: 2006-2009 Carl-Daniel Hailfinger + * SPDX-FileCopyrightText: 2009 Sean Nelson + * SPDX-FileCopyrightText: 2025 Antonio Vázquez Blanco */ { diff --git a/flashchips/amic.c b/flashchips/amic.c index b8e539535..657adc174 100644 --- a/flashchips/amic.c +++ b/flashchips/amic.c @@ -1,21 +1,13 @@ /* * This file is part of the flashrom project. * - * Copyright (C) 2000 Silicon Integrated System Corporation - * Copyright (C) 2004 Tyan Corp - * Copyright (C) 2005-2008 coresystems GmbH - * Copyright (C) 2006-2009 Carl-Daniel Hailfinger - * Copyright (C) 2009 Sean Nelson - * - * 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. + * SPDX-License-Identifier: GPL-2.0-or-later + * SPDX-FileCopyrightText: 2000 Silicon Integrated System Corporation + * SPDX-FileCopyrightText: 2004 Tyan Corp + * SPDX-FileCopyrightText: 2005-2008 coresystems GmbH + * SPDX-FileCopyrightText: 2006-2009 Carl-Daniel Hailfinger + * SPDX-FileCopyrightText: 2009 Sean Nelson + * SPDX-FileCopyrightText: 2025 Antonio Vázquez Blanco */ { diff --git a/flashchips/atmel.c b/flashchips/atmel.c index b7cff5579..affd26c62 100644 --- a/flashchips/atmel.c +++ b/flashchips/atmel.c @@ -1,21 +1,13 @@ /* * This file is part of the flashrom project. * - * Copyright (C) 2000 Silicon Integrated System Corporation - * Copyright (C) 2004 Tyan Corp - * Copyright (C) 2005-2008 coresystems GmbH - * Copyright (C) 2006-2009 Carl-Daniel Hailfinger - * Copyright (C) 2009 Sean Nelson - * - * 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. + * SPDX-License-Identifier: GPL-2.0-or-later + * SPDX-FileCopyrightText: 2000 Silicon Integrated System Corporation + * SPDX-FileCopyrightText: 2004 Tyan Corp + * SPDX-FileCopyrightText: 2005-2008 coresystems GmbH + * SPDX-FileCopyrightText: 2006-2009 Carl-Daniel Hailfinger + * SPDX-FileCopyrightText: 2009 Sean Nelson + * SPDX-FileCopyrightText: 2025 Antonio Vázquez Blanco */ { diff --git a/flashchips/boya_bohong.c b/flashchips/boya_bohong.c index 129fd1058..b04074faf 100644 --- a/flashchips/boya_bohong.c +++ b/flashchips/boya_bohong.c @@ -1,21 +1,13 @@ /* * This file is part of the flashrom project. * - * Copyright (C) 2000 Silicon Integrated System Corporation - * Copyright (C) 2004 Tyan Corp - * Copyright (C) 2005-2008 coresystems GmbH - * Copyright (C) 2006-2009 Carl-Daniel Hailfinger - * Copyright (C) 2009 Sean Nelson - * - * 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. + * SPDX-License-Identifier: GPL-2.0-or-later + * SPDX-FileCopyrightText: 2000 Silicon Integrated System Corporation + * SPDX-FileCopyrightText: 2004 Tyan Corp + * SPDX-FileCopyrightText: 2005-2008 coresystems GmbH + * SPDX-FileCopyrightText: 2006-2009 Carl-Daniel Hailfinger + * SPDX-FileCopyrightText: 2009 Sean Nelson + * SPDX-FileCopyrightText: 2025 Antonio Vázquez Blanco */ { diff --git a/flashchips/bright.c b/flashchips/bright.c index 83b22092b..f5e18c42d 100644 --- a/flashchips/bright.c +++ b/flashchips/bright.c @@ -1,21 +1,13 @@ /* * This file is part of the flashrom project. * - * Copyright (C) 2000 Silicon Integrated System Corporation - * Copyright (C) 2004 Tyan Corp - * Copyright (C) 2005-2008 coresystems GmbH - * Copyright (C) 2006-2009 Carl-Daniel Hailfinger - * Copyright (C) 2009 Sean Nelson - * - * 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. + * SPDX-License-Identifier: GPL-2.0-or-later + * SPDX-FileCopyrightText: 2000 Silicon Integrated System Corporation + * SPDX-FileCopyrightText: 2004 Tyan Corp + * SPDX-FileCopyrightText: 2005-2008 coresystems GmbH + * SPDX-FileCopyrightText: 2006-2009 Carl-Daniel Hailfinger + * SPDX-FileCopyrightText: 2009 Sean Nelson + * SPDX-FileCopyrightText: 2025 Antonio Vázquez Blanco */ { diff --git a/flashchips/catalyst.c b/flashchips/catalyst.c index 20eb8c8fc..23f967365 100644 --- a/flashchips/catalyst.c +++ b/flashchips/catalyst.c @@ -1,21 +1,13 @@ /* * This file is part of the flashrom project. * - * Copyright (C) 2000 Silicon Integrated System Corporation - * Copyright (C) 2004 Tyan Corp - * Copyright (C) 2005-2008 coresystems GmbH - * Copyright (C) 2006-2009 Carl-Daniel Hailfinger - * Copyright (C) 2009 Sean Nelson - * - * 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. + * SPDX-License-Identifier: GPL-2.0-or-later + * SPDX-FileCopyrightText: 2000 Silicon Integrated System Corporation + * SPDX-FileCopyrightText: 2004 Tyan Corp + * SPDX-FileCopyrightText: 2005-2008 coresystems GmbH + * SPDX-FileCopyrightText: 2006-2009 Carl-Daniel Hailfinger + * SPDX-FileCopyrightText: 2009 Sean Nelson + * SPDX-FileCopyrightText: 2025 Antonio Vázquez Blanco */ { diff --git a/flashchips/ene.c b/flashchips/ene.c index f96c5f5fd..c479db7a2 100644 --- a/flashchips/ene.c +++ b/flashchips/ene.c @@ -1,21 +1,13 @@ /* * This file is part of the flashrom project. * - * Copyright (C) 2000 Silicon Integrated System Corporation - * Copyright (C) 2004 Tyan Corp - * Copyright (C) 2005-2008 coresystems GmbH - * Copyright (C) 2006-2009 Carl-Daniel Hailfinger - * Copyright (C) 2009 Sean Nelson - * - * 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. + * SPDX-License-Identifier: GPL-2.0-or-later + * SPDX-FileCopyrightText: 2000 Silicon Integrated System Corporation + * SPDX-FileCopyrightText: 2004 Tyan Corp + * SPDX-FileCopyrightText: 2005-2008 coresystems GmbH + * SPDX-FileCopyrightText: 2006-2009 Carl-Daniel Hailfinger + * SPDX-FileCopyrightText: 2009 Sean Nelson + * SPDX-FileCopyrightText: 2025 Antonio Vázquez Blanco */ { diff --git a/flashchips/eon.c b/flashchips/eon.c index ea3616425..057363591 100644 --- a/flashchips/eon.c +++ b/flashchips/eon.c @@ -1,21 +1,13 @@ /* * This file is part of the flashrom project. * - * Copyright (C) 2000 Silicon Integrated System Corporation - * Copyright (C) 2004 Tyan Corp - * Copyright (C) 2005-2008 coresystems GmbH - * Copyright (C) 2006-2009 Carl-Daniel Hailfinger - * Copyright (C) 2009 Sean Nelson - * - * 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. + * SPDX-License-Identifier: GPL-2.0-or-later + * SPDX-FileCopyrightText: 2000 Silicon Integrated System Corporation + * SPDX-FileCopyrightText: 2004 Tyan Corp + * SPDX-FileCopyrightText: 2005-2008 coresystems GmbH + * SPDX-FileCopyrightText: 2006-2009 Carl-Daniel Hailfinger + * SPDX-FileCopyrightText: 2009 Sean Nelson + * SPDX-FileCopyrightText: 2025 Antonio Vázquez Blanco */ { diff --git a/flashchips/esi.c b/flashchips/esi.c index 5e1e4249a..4bf2f4f9c 100644 --- a/flashchips/esi.c +++ b/flashchips/esi.c @@ -1,21 +1,13 @@ /* * This file is part of the flashrom project. * - * Copyright (C) 2000 Silicon Integrated System Corporation - * Copyright (C) 2004 Tyan Corp - * Copyright (C) 2005-2008 coresystems GmbH - * Copyright (C) 2006-2009 Carl-Daniel Hailfinger - * Copyright (C) 2009 Sean Nelson - * - * 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. + * SPDX-License-Identifier: GPL-2.0-or-later + * SPDX-FileCopyrightText: 2000 Silicon Integrated System Corporation + * SPDX-FileCopyrightText: 2004 Tyan Corp + * SPDX-FileCopyrightText: 2005-2008 coresystems GmbH + * SPDX-FileCopyrightText: 2006-2009 Carl-Daniel Hailfinger + * SPDX-FileCopyrightText: 2009 Sean Nelson + * SPDX-FileCopyrightText: 2025 Antonio Vázquez Blanco */ { diff --git a/flashchips/esmt.c b/flashchips/esmt.c index 5f3415719..e014e4c49 100644 --- a/flashchips/esmt.c +++ b/flashchips/esmt.c @@ -1,21 +1,13 @@ /* * This file is part of the flashrom project. * - * Copyright (C) 2000 Silicon Integrated System Corporation - * Copyright (C) 2004 Tyan Corp - * Copyright (C) 2005-2008 coresystems GmbH - * Copyright (C) 2006-2009 Carl-Daniel Hailfinger - * Copyright (C) 2009 Sean Nelson - * - * 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. + * SPDX-License-Identifier: GPL-2.0-or-later + * SPDX-FileCopyrightText: 2000 Silicon Integrated System Corporation + * SPDX-FileCopyrightText: 2004 Tyan Corp + * SPDX-FileCopyrightText: 2005-2008 coresystems GmbH + * SPDX-FileCopyrightText: 2006-2009 Carl-Daniel Hailfinger + * SPDX-FileCopyrightText: 2009 Sean Nelson + * SPDX-FileCopyrightText: 2025 Antonio Vázquez Blanco */ { diff --git a/flashchips/fudan.c b/flashchips/fudan.c index 99014d8ec..cbefb454b 100644 --- a/flashchips/fudan.c +++ b/flashchips/fudan.c @@ -1,21 +1,13 @@ /* * This file is part of the flashrom project. * - * Copyright (C) 2000 Silicon Integrated System Corporation - * Copyright (C) 2004 Tyan Corp - * Copyright (C) 2005-2008 coresystems GmbH - * Copyright (C) 2006-2009 Carl-Daniel Hailfinger - * Copyright (C) 2009 Sean Nelson - * - * 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. + * SPDX-License-Identifier: GPL-2.0-or-later + * SPDX-FileCopyrightText: 2000 Silicon Integrated System Corporation + * SPDX-FileCopyrightText: 2004 Tyan Corp + * SPDX-FileCopyrightText: 2005-2008 coresystems GmbH + * SPDX-FileCopyrightText: 2006-2009 Carl-Daniel Hailfinger + * SPDX-FileCopyrightText: 2009 Sean Nelson + * SPDX-FileCopyrightText: 2025 Antonio Vázquez Blanco */ { diff --git a/flashchips/fujitsu.c b/flashchips/fujitsu.c index a9ad3cb43..f2cca5555 100644 --- a/flashchips/fujitsu.c +++ b/flashchips/fujitsu.c @@ -1,21 +1,13 @@ /* * This file is part of the flashrom project. * - * Copyright (C) 2000 Silicon Integrated System Corporation - * Copyright (C) 2004 Tyan Corp - * Copyright (C) 2005-2008 coresystems GmbH - * Copyright (C) 2006-2009 Carl-Daniel Hailfinger - * Copyright (C) 2009 Sean Nelson - * - * 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. + * SPDX-License-Identifier: GPL-2.0-or-later + * SPDX-FileCopyrightText: 2000 Silicon Integrated System Corporation + * SPDX-FileCopyrightText: 2004 Tyan Corp + * SPDX-FileCopyrightText: 2005-2008 coresystems GmbH + * SPDX-FileCopyrightText: 2006-2009 Carl-Daniel Hailfinger + * SPDX-FileCopyrightText: 2009 Sean Nelson + * SPDX-FileCopyrightText: 2025 Antonio Vázquez Blanco */ { diff --git a/flashchips/gigadevice.c b/flashchips/gigadevice.c index 12b24b083..05086778f 100644 --- a/flashchips/gigadevice.c +++ b/flashchips/gigadevice.c @@ -1,21 +1,13 @@ /* * This file is part of the flashrom project. * - * Copyright (C) 2000 Silicon Integrated System Corporation - * Copyright (C) 2004 Tyan Corp - * Copyright (C) 2005-2008 coresystems GmbH - * Copyright (C) 2006-2009 Carl-Daniel Hailfinger - * Copyright (C) 2009 Sean Nelson - * - * 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. + * SPDX-License-Identifier: GPL-2.0-or-later + * SPDX-FileCopyrightText: 2000 Silicon Integrated System Corporation + * SPDX-FileCopyrightText: 2004 Tyan Corp + * SPDX-FileCopyrightText: 2005-2008 coresystems GmbH + * SPDX-FileCopyrightText: 2006-2009 Carl-Daniel Hailfinger + * SPDX-FileCopyrightText: 2009 Sean Nelson + * SPDX-FileCopyrightText: 2025 Antonio Vázquez Blanco */ { diff --git a/flashchips/hyundai.c b/flashchips/hyundai.c index 150837cdc..af5830919 100644 --- a/flashchips/hyundai.c +++ b/flashchips/hyundai.c @@ -1,21 +1,13 @@ /* * This file is part of the flashrom project. * - * Copyright (C) 2000 Silicon Integrated System Corporation - * Copyright (C) 2004 Tyan Corp - * Copyright (C) 2005-2008 coresystems GmbH - * Copyright (C) 2006-2009 Carl-Daniel Hailfinger - * Copyright (C) 2009 Sean Nelson - * - * 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. + * SPDX-License-Identifier: GPL-2.0-or-later + * SPDX-FileCopyrightText: 2000 Silicon Integrated System Corporation + * SPDX-FileCopyrightText: 2004 Tyan Corp + * SPDX-FileCopyrightText: 2005-2008 coresystems GmbH + * SPDX-FileCopyrightText: 2006-2009 Carl-Daniel Hailfinger + * SPDX-FileCopyrightText: 2009 Sean Nelson + * SPDX-FileCopyrightText: 2025 Antonio Vázquez Blanco */ { diff --git a/flashchips/intel.c b/flashchips/intel.c index a8dc9bfda..a8aac1129 100644 --- a/flashchips/intel.c +++ b/flashchips/intel.c @@ -1,21 +1,13 @@ /* * This file is part of the flashrom project. * - * Copyright (C) 2000 Silicon Integrated System Corporation - * Copyright (C) 2004 Tyan Corp - * Copyright (C) 2005-2008 coresystems GmbH - * Copyright (C) 2006-2009 Carl-Daniel Hailfinger - * Copyright (C) 2009 Sean Nelson - * - * 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. + * SPDX-License-Identifier: GPL-2.0-or-later + * SPDX-FileCopyrightText: 2000 Silicon Integrated System Corporation + * SPDX-FileCopyrightText: 2004 Tyan Corp + * SPDX-FileCopyrightText: 2005-2008 coresystems GmbH + * SPDX-FileCopyrightText: 2006-2009 Carl-Daniel Hailfinger + * SPDX-FileCopyrightText: 2009 Sean Nelson + * SPDX-FileCopyrightText: 2025 Antonio Vázquez Blanco */ { diff --git a/flashchips/issi.c b/flashchips/issi.c index ca7e19244..50db1cc54 100644 --- a/flashchips/issi.c +++ b/flashchips/issi.c @@ -1,21 +1,13 @@ /* * This file is part of the flashrom project. * - * Copyright (C) 2000 Silicon Integrated System Corporation - * Copyright (C) 2004 Tyan Corp - * Copyright (C) 2005-2008 coresystems GmbH - * Copyright (C) 2006-2009 Carl-Daniel Hailfinger - * Copyright (C) 2009 Sean Nelson - * - * 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. + * SPDX-License-Identifier: GPL-2.0-or-later + * SPDX-FileCopyrightText: 2000 Silicon Integrated System Corporation + * SPDX-FileCopyrightText: 2004 Tyan Corp + * SPDX-FileCopyrightText: 2005-2008 coresystems GmbH + * SPDX-FileCopyrightText: 2006-2009 Carl-Daniel Hailfinger + * SPDX-FileCopyrightText: 2009 Sean Nelson + * SPDX-FileCopyrightText: 2025 Antonio Vázquez Blanco */ { diff --git a/flashchips/macronix.c b/flashchips/macronix.c index d72e87a75..62a498f6b 100644 --- a/flashchips/macronix.c +++ b/flashchips/macronix.c @@ -1,21 +1,13 @@ /* * This file is part of the flashrom project. * - * Copyright (C) 2000 Silicon Integrated System Corporation - * Copyright (C) 2004 Tyan Corp - * Copyright (C) 2005-2008 coresystems GmbH - * Copyright (C) 2006-2009 Carl-Daniel Hailfinger - * Copyright (C) 2009 Sean Nelson - * - * 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. + * SPDX-License-Identifier: GPL-2.0-or-later + * SPDX-FileCopyrightText: 2000 Silicon Integrated System Corporation + * SPDX-FileCopyrightText: 2004 Tyan Corp + * SPDX-FileCopyrightText: 2005-2008 coresystems GmbH + * SPDX-FileCopyrightText: 2006-2009 Carl-Daniel Hailfinger + * SPDX-FileCopyrightText: 2009 Sean Nelson + * SPDX-FileCopyrightText: 2025 Antonio Vázquez Blanco */ { diff --git a/flashchips/micron.c b/flashchips/micron.c index fc9582978..cee17ba73 100644 --- a/flashchips/micron.c +++ b/flashchips/micron.c @@ -1,21 +1,13 @@ /* * This file is part of the flashrom project. * - * Copyright (C) 2000 Silicon Integrated System Corporation - * Copyright (C) 2004 Tyan Corp - * Copyright (C) 2005-2008 coresystems GmbH - * Copyright (C) 2006-2009 Carl-Daniel Hailfinger - * Copyright (C) 2009 Sean Nelson - * - * 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. + * SPDX-License-Identifier: GPL-2.0-or-later + * SPDX-FileCopyrightText: 2000 Silicon Integrated System Corporation + * SPDX-FileCopyrightText: 2004 Tyan Corp + * SPDX-FileCopyrightText: 2005-2008 coresystems GmbH + * SPDX-FileCopyrightText: 2006-2009 Carl-Daniel Hailfinger + * SPDX-FileCopyrightText: 2009 Sean Nelson + * SPDX-FileCopyrightText: 2025 Antonio Vázquez Blanco */ { diff --git a/flashchips/micron_numonyx_st.c b/flashchips/micron_numonyx_st.c index 5aaf06aea..bb04e4098 100644 --- a/flashchips/micron_numonyx_st.c +++ b/flashchips/micron_numonyx_st.c @@ -1,21 +1,13 @@ /* * This file is part of the flashrom project. * - * Copyright (C) 2000 Silicon Integrated System Corporation - * Copyright (C) 2004 Tyan Corp - * Copyright (C) 2005-2008 coresystems GmbH - * Copyright (C) 2006-2009 Carl-Daniel Hailfinger - * Copyright (C) 2009 Sean Nelson - * - * 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. + * SPDX-License-Identifier: GPL-2.0-or-later + * SPDX-FileCopyrightText: 2000 Silicon Integrated System Corporation + * SPDX-FileCopyrightText: 2004 Tyan Corp + * SPDX-FileCopyrightText: 2005-2008 coresystems GmbH + * SPDX-FileCopyrightText: 2006-2009 Carl-Daniel Hailfinger + * SPDX-FileCopyrightText: 2009 Sean Nelson + * SPDX-FileCopyrightText: 2025 Antonio Vázquez Blanco */ /* The ST M25P05 is a bit of a problem. It has the same ID as the diff --git a/flashchips/mosel_vitelic.c b/flashchips/mosel_vitelic.c index b4584141c..661d6b4ce 100644 --- a/flashchips/mosel_vitelic.c +++ b/flashchips/mosel_vitelic.c @@ -1,21 +1,13 @@ /* * This file is part of the flashrom project. * - * Copyright (C) 2000 Silicon Integrated System Corporation - * Copyright (C) 2004 Tyan Corp - * Copyright (C) 2005-2008 coresystems GmbH - * Copyright (C) 2006-2009 Carl-Daniel Hailfinger - * Copyright (C) 2009 Sean Nelson - * - * 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. + * SPDX-License-Identifier: GPL-2.0-or-later + * SPDX-FileCopyrightText: 2000 Silicon Integrated System Corporation + * SPDX-FileCopyrightText: 2004 Tyan Corp + * SPDX-FileCopyrightText: 2005-2008 coresystems GmbH + * SPDX-FileCopyrightText: 2006-2009 Carl-Daniel Hailfinger + * SPDX-FileCopyrightText: 2009 Sean Nelson + * SPDX-FileCopyrightText: 2025 Antonio Vázquez Blanco */ { diff --git a/flashchips/nantronics.c b/flashchips/nantronics.c index 29eb4aa09..b380e2e38 100644 --- a/flashchips/nantronics.c +++ b/flashchips/nantronics.c @@ -1,21 +1,13 @@ /* * This file is part of the flashrom project. * - * Copyright (C) 2000 Silicon Integrated System Corporation - * Copyright (C) 2004 Tyan Corp - * Copyright (C) 2005-2008 coresystems GmbH - * Copyright (C) 2006-2009 Carl-Daniel Hailfinger - * Copyright (C) 2009 Sean Nelson - * - * 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. + * SPDX-License-Identifier: GPL-2.0-or-later + * SPDX-FileCopyrightText: 2000 Silicon Integrated System Corporation + * SPDX-FileCopyrightText: 2004 Tyan Corp + * SPDX-FileCopyrightText: 2005-2008 coresystems GmbH + * SPDX-FileCopyrightText: 2006-2009 Carl-Daniel Hailfinger + * SPDX-FileCopyrightText: 2009 Sean Nelson + * SPDX-FileCopyrightText: 2025 Antonio Vázquez Blanco */ { diff --git a/flashchips/pmc.c b/flashchips/pmc.c index 1bbc40c25..649a8f4bc 100644 --- a/flashchips/pmc.c +++ b/flashchips/pmc.c @@ -1,21 +1,13 @@ /* * This file is part of the flashrom project. * - * Copyright (C) 2000 Silicon Integrated System Corporation - * Copyright (C) 2004 Tyan Corp - * Copyright (C) 2005-2008 coresystems GmbH - * Copyright (C) 2006-2009 Carl-Daniel Hailfinger - * Copyright (C) 2009 Sean Nelson - * - * 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. + * SPDX-License-Identifier: GPL-2.0-or-later + * SPDX-FileCopyrightText: 2000 Silicon Integrated System Corporation + * SPDX-FileCopyrightText: 2004 Tyan Corp + * SPDX-FileCopyrightText: 2005-2008 coresystems GmbH + * SPDX-FileCopyrightText: 2006-2009 Carl-Daniel Hailfinger + * SPDX-FileCopyrightText: 2009 Sean Nelson + * SPDX-FileCopyrightText: 2025 Antonio Vázquez Blanco */ { diff --git a/flashchips/puya.c b/flashchips/puya.c index 685e1219d..37e071ed5 100644 --- a/flashchips/puya.c +++ b/flashchips/puya.c @@ -1,21 +1,13 @@ /* * This file is part of the flashrom project. * - * Copyright (C) 2000 Silicon Integrated System Corporation - * Copyright (C) 2004 Tyan Corp - * Copyright (C) 2005-2008 coresystems GmbH - * Copyright (C) 2006-2009 Carl-Daniel Hailfinger - * Copyright (C) 2009 Sean Nelson - * - * 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. + * SPDX-License-Identifier: GPL-2.0-or-later + * SPDX-FileCopyrightText: 2000 Silicon Integrated System Corporation + * SPDX-FileCopyrightText: 2004 Tyan Corp + * SPDX-FileCopyrightText: 2005-2008 coresystems GmbH + * SPDX-FileCopyrightText: 2006-2009 Carl-Daniel Hailfinger + * SPDX-FileCopyrightText: 2009 Sean Nelson + * SPDX-FileCopyrightText: 2025 Antonio Vázquez Blanco */ { diff --git a/flashchips/sanyo.c b/flashchips/sanyo.c index 5a85dd91a..8db0c2d6c 100644 --- a/flashchips/sanyo.c +++ b/flashchips/sanyo.c @@ -1,21 +1,13 @@ /* * This file is part of the flashrom project. * - * Copyright (C) 2000 Silicon Integrated System Corporation - * Copyright (C) 2004 Tyan Corp - * Copyright (C) 2005-2008 coresystems GmbH - * Copyright (C) 2006-2009 Carl-Daniel Hailfinger - * Copyright (C) 2009 Sean Nelson - * - * 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. + * SPDX-License-Identifier: GPL-2.0-or-later + * SPDX-FileCopyrightText: 2000 Silicon Integrated System Corporation + * SPDX-FileCopyrightText: 2004 Tyan Corp + * SPDX-FileCopyrightText: 2005-2008 coresystems GmbH + * SPDX-FileCopyrightText: 2006-2009 Carl-Daniel Hailfinger + * SPDX-FileCopyrightText: 2009 Sean Nelson + * SPDX-FileCopyrightText: 2025 Antonio Vázquez Blanco */ { diff --git a/flashchips/sharp.c b/flashchips/sharp.c index e3f69abbb..0173f6857 100644 --- a/flashchips/sharp.c +++ b/flashchips/sharp.c @@ -1,21 +1,13 @@ /* * This file is part of the flashrom project. * - * Copyright (C) 2000 Silicon Integrated System Corporation - * Copyright (C) 2004 Tyan Corp - * Copyright (C) 2005-2008 coresystems GmbH - * Copyright (C) 2006-2009 Carl-Daniel Hailfinger - * Copyright (C) 2009 Sean Nelson - * - * 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. + * SPDX-License-Identifier: GPL-2.0-or-later + * SPDX-FileCopyrightText: 2000 Silicon Integrated System Corporation + * SPDX-FileCopyrightText: 2004 Tyan Corp + * SPDX-FileCopyrightText: 2005-2008 coresystems GmbH + * SPDX-FileCopyrightText: 2006-2009 Carl-Daniel Hailfinger + * SPDX-FileCopyrightText: 2009 Sean Nelson + * SPDX-FileCopyrightText: 2025 Antonio Vázquez Blanco */ { diff --git a/flashchips/spansion.c b/flashchips/spansion.c index 1a3c4cc41..deb5c29f5 100644 --- a/flashchips/spansion.c +++ b/flashchips/spansion.c @@ -1,21 +1,13 @@ /* * This file is part of the flashrom project. * - * Copyright (C) 2000 Silicon Integrated System Corporation - * Copyright (C) 2004 Tyan Corp - * Copyright (C) 2005-2008 coresystems GmbH - * Copyright (C) 2006-2009 Carl-Daniel Hailfinger - * Copyright (C) 2009 Sean Nelson - * - * 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. + * SPDX-License-Identifier: GPL-2.0-or-later + * SPDX-FileCopyrightText: 2000 Silicon Integrated System Corporation + * SPDX-FileCopyrightText: 2004 Tyan Corp + * SPDX-FileCopyrightText: 2005-2008 coresystems GmbH + * SPDX-FileCopyrightText: 2006-2009 Carl-Daniel Hailfinger + * SPDX-FileCopyrightText: 2009 Sean Nelson + * SPDX-FileCopyrightText: 2025 Antonio Vázquez Blanco */ { diff --git a/flashchips/sst.c b/flashchips/sst.c index 41f83021c..84aeb346f 100644 --- a/flashchips/sst.c +++ b/flashchips/sst.c @@ -1,21 +1,13 @@ /* * This file is part of the flashrom project. * - * Copyright (C) 2000 Silicon Integrated System Corporation - * Copyright (C) 2004 Tyan Corp - * Copyright (C) 2005-2008 coresystems GmbH - * Copyright (C) 2006-2009 Carl-Daniel Hailfinger - * Copyright (C) 2009 Sean Nelson - * - * 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. + * SPDX-License-Identifier: GPL-2.0-or-later + * SPDX-FileCopyrightText: 2000 Silicon Integrated System Corporation + * SPDX-FileCopyrightText: 2004 Tyan Corp + * SPDX-FileCopyrightText: 2005-2008 coresystems GmbH + * SPDX-FileCopyrightText: 2006-2009 Carl-Daniel Hailfinger + * SPDX-FileCopyrightText: 2009 Sean Nelson + * SPDX-FileCopyrightText: 2025 Antonio Vázquez Blanco */ { diff --git a/flashchips/st.c b/flashchips/st.c index edb54ae06..a353c7d51 100644 --- a/flashchips/st.c +++ b/flashchips/st.c @@ -1,21 +1,13 @@ /* * This file is part of the flashrom project. * - * Copyright (C) 2000 Silicon Integrated System Corporation - * Copyright (C) 2004 Tyan Corp - * Copyright (C) 2005-2008 coresystems GmbH - * Copyright (C) 2006-2009 Carl-Daniel Hailfinger - * Copyright (C) 2009 Sean Nelson - * - * 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. + * SPDX-License-Identifier: GPL-2.0-or-later + * SPDX-FileCopyrightText: 2000 Silicon Integrated System Corporation + * SPDX-FileCopyrightText: 2004 Tyan Corp + * SPDX-FileCopyrightText: 2005-2008 coresystems GmbH + * SPDX-FileCopyrightText: 2006-2009 Carl-Daniel Hailfinger + * SPDX-FileCopyrightText: 2009 Sean Nelson + * SPDX-FileCopyrightText: 2025 Antonio Vázquez Blanco */ { diff --git a/flashchips/syncmos_mosel_vitelic.c b/flashchips/syncmos_mosel_vitelic.c index 658274dca..f4f6dfa2a 100644 --- a/flashchips/syncmos_mosel_vitelic.c +++ b/flashchips/syncmos_mosel_vitelic.c @@ -1,21 +1,13 @@ /* * This file is part of the flashrom project. * - * Copyright (C) 2000 Silicon Integrated System Corporation - * Copyright (C) 2004 Tyan Corp - * Copyright (C) 2005-2008 coresystems GmbH - * Copyright (C) 2006-2009 Carl-Daniel Hailfinger - * Copyright (C) 2009 Sean Nelson - * - * 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. + * SPDX-License-Identifier: GPL-2.0-or-later + * SPDX-FileCopyrightText: 2000 Silicon Integrated System Corporation + * SPDX-FileCopyrightText: 2004 Tyan Corp + * SPDX-FileCopyrightText: 2005-2008 coresystems GmbH + * SPDX-FileCopyrightText: 2006-2009 Carl-Daniel Hailfinger + * SPDX-FileCopyrightText: 2009 Sean Nelson + * SPDX-FileCopyrightText: 2025 Antonio Vázquez Blanco */ { diff --git a/flashchips/ti.c b/flashchips/ti.c index cdab557c8..c7ecb16c2 100644 --- a/flashchips/ti.c +++ b/flashchips/ti.c @@ -1,21 +1,13 @@ /* * This file is part of the flashrom project. * - * Copyright (C) 2000 Silicon Integrated System Corporation - * Copyright (C) 2004 Tyan Corp - * Copyright (C) 2005-2008 coresystems GmbH - * Copyright (C) 2006-2009 Carl-Daniel Hailfinger - * Copyright (C) 2009 Sean Nelson - * - * 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. + * SPDX-License-Identifier: GPL-2.0-or-later + * SPDX-FileCopyrightText: 2000 Silicon Integrated System Corporation + * SPDX-FileCopyrightText: 2004 Tyan Corp + * SPDX-FileCopyrightText: 2005-2008 coresystems GmbH + * SPDX-FileCopyrightText: 2006-2009 Carl-Daniel Hailfinger + * SPDX-FileCopyrightText: 2009 Sean Nelson + * SPDX-FileCopyrightText: 2025 Antonio Vázquez Blanco */ { diff --git a/flashchips/winbond.c b/flashchips/winbond.c index 39dc65d8c..bea42e6de 100644 --- a/flashchips/winbond.c +++ b/flashchips/winbond.c @@ -1,21 +1,13 @@ /* * This file is part of the flashrom project. * - * Copyright (C) 2000 Silicon Integrated System Corporation - * Copyright (C) 2004 Tyan Corp - * Copyright (C) 2005-2008 coresystems GmbH - * Copyright (C) 2006-2009 Carl-Daniel Hailfinger - * Copyright (C) 2009 Sean Nelson - * - * 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. + * SPDX-License-Identifier: GPL-2.0-or-later + * SPDX-FileCopyrightText: 2000 Silicon Integrated System Corporation + * SPDX-FileCopyrightText: 2004 Tyan Corp + * SPDX-FileCopyrightText: 2005-2008 coresystems GmbH + * SPDX-FileCopyrightText: 2006-2009 Carl-Daniel Hailfinger + * SPDX-FileCopyrightText: 2009 Sean Nelson + * SPDX-FileCopyrightText: 2025 Antonio Vázquez Blanco */ { diff --git a/flashchips/xmc.c b/flashchips/xmc.c index a4e730e69..2828ed358 100644 --- a/flashchips/xmc.c +++ b/flashchips/xmc.c @@ -1,21 +1,13 @@ /* * This file is part of the flashrom project. * - * Copyright (C) 2000 Silicon Integrated System Corporation - * Copyright (C) 2004 Tyan Corp - * Copyright (C) 2005-2008 coresystems GmbH - * Copyright (C) 2006-2009 Carl-Daniel Hailfinger - * Copyright (C) 2009 Sean Nelson - * - * 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. + * SPDX-License-Identifier: GPL-2.0-or-later + * SPDX-FileCopyrightText: 2000 Silicon Integrated System Corporation + * SPDX-FileCopyrightText: 2004 Tyan Corp + * SPDX-FileCopyrightText: 2005-2008 coresystems GmbH + * SPDX-FileCopyrightText: 2006-2009 Carl-Daniel Hailfinger + * SPDX-FileCopyrightText: 2009 Sean Nelson + * SPDX-FileCopyrightText: 2025 Antonio Vázquez Blanco */ { diff --git a/flashchips/xtx.c b/flashchips/xtx.c index 7902b9a20..19998a0bc 100644 --- a/flashchips/xtx.c +++ b/flashchips/xtx.c @@ -1,21 +1,13 @@ /* * This file is part of the flashrom project. * - * Copyright (C) 2000 Silicon Integrated System Corporation - * Copyright (C) 2004 Tyan Corp - * Copyright (C) 2005-2008 coresystems GmbH - * Copyright (C) 2006-2009 Carl-Daniel Hailfinger - * Copyright (C) 2009 Sean Nelson - * - * 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. + * SPDX-License-Identifier: GPL-2.0-or-later + * SPDX-FileCopyrightText: 2000 Silicon Integrated System Corporation + * SPDX-FileCopyrightText: 2004 Tyan Corp + * SPDX-FileCopyrightText: 2005-2008 coresystems GmbH + * SPDX-FileCopyrightText: 2006-2009 Carl-Daniel Hailfinger + * SPDX-FileCopyrightText: 2009 Sean Nelson + * SPDX-FileCopyrightText: 2025 Antonio Vázquez Blanco */ { diff --git a/flashchips/zetta.c b/flashchips/zetta.c index 3b214d115..5116f6f6b 100644 --- a/flashchips/zetta.c +++ b/flashchips/zetta.c @@ -1,21 +1,13 @@ /* * This file is part of the flashrom project. * - * Copyright (C) 2000 Silicon Integrated System Corporation - * Copyright (C) 2004 Tyan Corp - * Copyright (C) 2005-2008 coresystems GmbH - * Copyright (C) 2006-2009 Carl-Daniel Hailfinger - * Copyright (C) 2009 Sean Nelson - * - * 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. + * SPDX-License-Identifier: GPL-2.0-or-later + * SPDX-FileCopyrightText: 2000 Silicon Integrated System Corporation + * SPDX-FileCopyrightText: 2004 Tyan Corp + * SPDX-FileCopyrightText: 2005-2008 coresystems GmbH + * SPDX-FileCopyrightText: 2006-2009 Carl-Daniel Hailfinger + * SPDX-FileCopyrightText: 2009 Sean Nelson + * SPDX-FileCopyrightText: 2025 Antonio Vázquez Blanco */ { diff --git a/include/flashchips.h b/include/flashchips.h index 767df2955..5bb966304 100644 --- a/include/flashchips.h +++ b/include/flashchips.h @@ -1,20 +1,11 @@ /* * This file is part of the flashrom project. * - * Copyright (C) 2000 Silicon Integrated System Corporation - * Copyright (C) 2000 Ronald G. Minnich - * Copyright (C) 2005-2007 coresystems GmbH - * Copyright (C) 2006-2009 Carl-Daniel Hailfinger - * - * 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. + * SPDX-License-Identifier: GPL-2.0-or-later + * SPDX-FileCopyrightText: 2000 Silicon Integrated System Corporation + * SPDX-FileCopyrightText: 2000 Ronald G. Minnich + * SPDX-FileCopyrightText: 2005-2007 coresystems GmbH + * SPDX-FileCopyrightText: 2006-2009 Carl-Daniel Hailfinger */ #ifndef __FLASHCHIPS_H__