loaders/reset/espressif: replace the GPL-2.0-or-later license tag
[fw/openocd] / src / target / mips64.c
index 347cdfc4be3582123aaaec2d96dad485b23171d1..f9f54c25c0f6e0087ab78f5db44a67a792f06bd0 100644 (file)
@@ -1,3 +1,5 @@
+/* SPDX-License-Identifier: GPL-2.0-or-later */
+
 /*
  * Support for processors implementing MIPS64 instruction set
  *
@@ -10,8 +12,6 @@
  *   Copyright (C) 2008 by Spencer Oliver
  *   Copyright (C) 2008 by David T.L. Wong
  *   Copyright (C) 2010 by Konstantin Kostyukhin, Nikolay Shmyrev
- *
- * SPDX-License-Identifier: GPL-2.0-or-later
  */
 
 #ifdef HAVE_CONFIG_H