]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/shared/output-mode.c
Add SPDX license identifiers to source files under the LGPL
[thirdparty/systemd.git] / src / shared / output-mode.c
index 67d8208ad2d88bc762d4f0c754e61b70cfa15bcc..5256e917a37de026228d11bbabe0d7717df64e14 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: LGPL-2.1+ */
 /***
   This file is part of systemd.
 
@@ -24,6 +25,7 @@ static const char *const output_mode_table[_OUTPUT_MODE_MAX] = {
         [OUTPUT_SHORT] = "short",
         [OUTPUT_SHORT_FULL] = "short-full",
         [OUTPUT_SHORT_ISO] = "short-iso",
+        [OUTPUT_SHORT_ISO_PRECISE] = "short-iso-precise",
         [OUTPUT_SHORT_PRECISE] = "short-precise",
         [OUTPUT_SHORT_MONOTONIC] = "short-monotonic",
         [OUTPUT_SHORT_UNIX] = "short-unix",