chiark / gitweb /
tree-wide: remove Lennart's copyright lines
[elogind.git] / src / shared / output-mode.h
index 3aa7b295e355676f9d75d44b8191bdd5922b036f..fe3903b3c527174ecb3f402cddef04f50bed16ad 100644 (file)
@@ -1,12 +1,6 @@
 /* SPDX-License-Identifier: LGPL-2.1+ */
 #pragma once
 
-/***
-  This file is part of systemd.
-
-  Copyright 2013 Lennart Poettering
-***/
-
 #include "macro.h"
 
 typedef enum OutputMode {
@@ -23,6 +17,7 @@ typedef enum OutputMode {
         OUTPUT_JSON_PRETTY,
         OUTPUT_JSON_SSE,
         OUTPUT_CAT,
+        OUTPUT_WITH_UNIT,
         _OUTPUT_MODE_MAX,
         _OUTPUT_MODE_INVALID = -1
 } OutputMode;