chiark / gitweb /
tree-wide: remove Lennart's copyright lines
[elogind.git] / src / shared / output-mode.c
index 89be1d68a1a17d4bfe9c13ea15549f7ac7076f4a..bb33ba3d10e25bec434560c8255fa61c18bedbc1 100644 (file)
@@ -1,9 +1,4 @@
 /* SPDX-License-Identifier: LGPL-2.1+ */
-/***
-  This file is part of systemd.
-
-  Copyright 2012 Lennart Poettering
-***/
 
 #include "output-mode.h"
 #include "string-table.h"
@@ -21,7 +16,8 @@ static const char *const output_mode_table[_OUTPUT_MODE_MAX] = {
         [OUTPUT_JSON] = "json",
         [OUTPUT_JSON_PRETTY] = "json-pretty",
         [OUTPUT_JSON_SSE] = "json-sse",
-        [OUTPUT_CAT] = "cat"
+        [OUTPUT_CAT] = "cat",
+        [OUTPUT_WITH_UNIT] = "with-unit",
 };
 
 DEFINE_STRING_TABLE_LOOKUP(output_mode, OutputMode);