quoted
+/*
+ * ioam6.c "ip ioam"
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * version 2 as published by the Free Software Foundation;
+ *
+ * Author: Justin Iurman [off-list ref]
+ */
This boiler plate is no longer needed; just add:
// SPDX-License-Identifier: GPL-2.0
as the first line. I can do the replace before applying.
Thanks for the info. OK, I'll let you replace it then.