On 8/1/21 6:45 AM, Justin Iurman wrote:
+/*
+ * 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.