]> git.proxmox.com Git - mirror_iproute2.git/blobdiff - lib/json_writer.c
Merge branch 'iproute2-master' into iproute2-next
[mirror_iproute2.git] / lib / json_writer.c
index 0d910dc068b5a81559b02b3e4ef87ec8b065e566..68401ae3f2ac68bd94f3dd325963935e883437d5 100644 (file)
@@ -1,14 +1,10 @@
+/* SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) */
 /*
  * Simple streaming JSON writer
  *
  * This takes care of the annoying bits of JSON syntax like the commas
  * after elements
  *
- * 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; either version
- * 2 of the License, or (at your option) any later version.
- *
  * Authors:    Stephen Hemminger <stephen@networkplumber.org>
  */