X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=tools%2Fmake-man-index.py;h=d0730800549cf3ad138bc599d35bc730c541c78c;hp=396188212a492161a78778fc9f3d4b9c843ded6d;hb=HEAD;hpb=3b22396a4b2767a98172f6915929c47738cb0a1e diff --git a/tools/make-man-index.py b/tools/make-man-index.py index 396188212..d07308005 100755 --- a/tools/make-man-index.py +++ b/tools/make-man-index.py @@ -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 . +# along with systemd; If not, see . import collections import sys