]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/libsystemd-network/arp-util.h
Add SPDX license identifiers to source files under the LGPL
[thirdparty/systemd.git] / src / libsystemd-network / arp-util.h
index 44e5c893a7bc2aa66468bb8ef2f95bf1e24e5b41..decfce3fd6f18bc1dd251dcb0d3c291ebfdd36c7 100644 (file)
@@ -1,5 +1,4 @@
-/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
-
+/* SPDX-License-Identifier: LGPL-2.1+ */
 #pragma once
 
 /***
@@ -23,8 +22,8 @@
 
 #include <netinet/if_ether.h>
 
-#include "sparse-endian.h"
 #include "socket-util.h"
+#include "sparse-endian.h"
 
 int arp_network_bind_raw_socket(int index, be32_t address, const struct ether_addr *eth_mac);