openocd: src/target: replace the GPL-2.0-or-later license tag
[fw/openocd] / src / target / nds32_cmd.h
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2
3 /***************************************************************************
4  *   Copyright (C) 2013 Andes Technology                                   *
5  *   Hsiangkai Wang <hkwang@andestech.com>                                 *
6  ***************************************************************************/
7
8 #ifndef OPENOCD_TARGET_NDS32_CMD_H
9 #define OPENOCD_TARGET_NDS32_CMD_H
10
11 #include <helper/command.h>
12
13 extern const struct command_registration nds32_command_handlers[];
14
15 #endif /* OPENOCD_TARGET_NDS32_CMD_H */