chiark / gitweb /
Fix service file to match installed elogind binary location
[elogind.git] / tools / make-man-index.py
index 396188212a492161a78778fc9f3d4b9c843ded6d..d0730800549cf3ad138bc599d35bc730c541c78c 100755 (executable)
@@ -1,22 +1,23 @@
+#!/usr/bin/env python3
 #  -*- Mode: python; coding: utf-8; indent-tabs-mode: nil -*- */
 #
-#  This file is part of elogind.
+#  This file is part of systemd.
 #
 #  Copyright 2012 Lennart Poettering
 #  Copyright 2013 Zbigniew JÄ™drzejewski-Szmek
 #
-#  elogind is free software; you can redistribute it and/or modify it
+#  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.
 #
-#  elogind is distributed in the hope that it will be useful, but
+#  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 elogind; If not, see <http://www.gnu.org/licenses/>.
+#  along with systemd; If not, see <http://www.gnu.org/licenses/>.
 
 import collections
 import sys