]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/journal-remote/microhttpd-util.c
tree-wide: beautify remaining copyright statements
[thirdparty/systemd.git] / src / journal-remote / microhttpd-util.c
index 17fa48fe5b9cf757dc51c748ffdaf408241706bb..9eb7c1bffbf45b1688e8a1f8c27cb4d935b3acc5 100644 (file)
@@ -1,9 +1,6 @@
 /* SPDX-License-Identifier: LGPL-2.1+ */
 /***
-  This file is part of systemd.
-
-  Copyright 2012 Lennart Poettering
-  Copyright 2012 Zbigniew Jędrzejewski-Szmek
+  Copyright © 2012 Zbigniew Jędrzejewski-Szmek
 ***/
 
 #include <stddef.h>
@@ -33,7 +30,6 @@ void microhttpd_logger(void *arg, const char *fmt, va_list ap) {
         REENABLE_WARNING;
 }
 
-
 static int mhd_respond_internal(struct MHD_Connection *connection,
                                 enum MHD_RequestTerminationCode code,
                                 const char *buffer,