]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - tools/xml_helper.py
shell-completion: replace "gdb" verb with "debug" for coredumpctl
[thirdparty/systemd.git] / tools / xml_helper.py
index 47434c7156ddfe26dc79dc8a39634757e99eae82..19e343b4e3a36b20e5f27f41155c332a34817eae 100755 (executable)
@@ -1,23 +1,6 @@
 #!/usr/bin/env python3
 #  -*- Mode: python; coding: utf-8; indent-tabs-mode: nil -*- */
 #  SPDX-License-Identifier: LGPL-2.1+
-#
-#  This file is part of systemd.
-#
-#  Copyright 2012-2013 Zbigniew JÄ™drzejewski-Szmek
-#
-#  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/>.
 
 from lxml import etree as tree