This is an automated email from Gerrit.

"Antonio Borneo <borneo.anto...@gmail.com>" just uploaded a new patch set to 
Gerrit, which you can find at https://review.openocd.org/c/openocd/+/7064

-- gerrit

commit 7d38c8bb1c1864d2b56a005410408b5c326dc447
Author: Antonio Borneo <borneo.anto...@gmail.com>
Date:   Sun Jun 26 11:38:41 2022 +0200

    openocd: src: replace the GPL-2.0-only license tag
    
    Replace the FSF boilerplate with the SPDX tag.
    
    Change-Id: I29f51caa5ae9854d05ce7e150d168a7002607cd1
    Signed-off-by: Antonio Borneo <borneo.anto...@gmail.com>

diff --git a/src/flash/nand/s3c24xx_regs.h b/src/flash/nand/s3c24xx_regs.h
index 46bda6bfe9..3960cb36ac 100644
--- a/src/flash/nand/s3c24xx_regs.h
+++ b/src/flash/nand/s3c24xx_regs.h
@@ -1,19 +1,9 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+
 /***************************************************************************
  *   Copyright (C) 2004, 2005 by Simtec Electronics                        *
  *   li...@simtec.co.uk                                                    *
  *   http://www.simtec.co.uk/products/SWLINUX/                             *
- *                                                                         *
- *   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.                          *
- *                                                                         *
- *   You should have received a copy of the GNU General Public License     *
- *   along with this program.  If not, see <http://www.gnu.org/licenses/>. *
  ***************************************************************************/
 
 /*

-- 

Reply via email to