]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/basic/string-table.c
Add SPDX license identifiers to source files under the LGPL
[thirdparty/systemd.git] / src / basic / string-table.c
index 07a6d785f829be6751063bb9b2bed461fd11f1de..d4b7c69bdc59ed144e8f267ff737d8f182bc1228 100644 (file)
@@ -1,5 +1,4 @@
-/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
-
+/* SPDX-License-Identifier: LGPL-2.1+ */
 /***
   This file is part of systemd.
 
@@ -19,8 +18,8 @@
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-#include "string-util.h"
 #include "string-table.h"
+#include "string-util.h"
 
 ssize_t string_table_lookup(const char * const *table, size_t len, const char *key) {
         size_t i;