chiark / gitweb /
tree-wide: drop copyright headers from frequent contributors
[elogind.git] / src / login / logind-session-device.c
index 2f51881d32bef367a5bf283f6aa8a5cf42bb1993..50e20f96145e78fe45ae627a421341572275ebc7 100644 (file)
@@ -1,9 +1,4 @@
 /* SPDX-License-Identifier: LGPL-2.1+ */
-/***
-  This file is part of systemd.
-
-  Copyright 2013 David Herrmann
-***/
 
 #include <fcntl.h>
 #include <linux/input.h>
@@ -524,7 +519,7 @@ int session_device_save(SessionDevice *sd) {
 
         if (sd->pushed_fd)
                 return 0;
-              
+
         /* Session ID does not contain separators. */
         id = sd->session->id;
         assert(*(id + strcspn(id, "-\n")) == '\0');