]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/login/logind-session-device.c
tree-wide: drop copyright headers from frequent contributors
[thirdparty/systemd.git] / src / login / logind-session-device.c
index 9f0149725150969073f4be6f866a01e514a82c3a..c2dfe9f9741bf1a4a9a25bdf2abfdb7509a8c2c9 100644 (file)
@@ -1,22 +1,4 @@
 /* SPDX-License-Identifier: LGPL-2.1+ */
-/***
-  This file is part of systemd.
-
-  Copyright 2013 David Herrmann
-
-  systemd is free software; you can redistribute it and/or modify it
-  under the terms of the GNU Lesser General Public License as published by
-  the Free Software Foundation; either version 2.1 of the License, or
-  (at your option) any later version.
-
-  systemd is distributed in the hope that it will be useful, but
-  WITHOUT ANY WARRANTY; without even the implied warranty of
-  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  Lesser General Public License for more details.
-
-  You should have received a copy of the GNU Lesser General Public License
-  along with systemd; If not, see <http://www.gnu.org/licenses/>.
-***/
 
 #include <fcntl.h>
 #include <linux/input.h>
@@ -533,7 +515,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');