From 96b2fb93c53c35934d667ccdc914a3841332704b Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 12 Jun 2018 19:00:24 +0200 Subject: tree-wide: beautify remaining copyright statements MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Let's unify an beautify our remaining copyright statements, with a unicode ©. This means our copyright statements are now always formatted the same way. Yay. --- tools/xml_helper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/xml_helper.py') diff --git a/tools/xml_helper.py b/tools/xml_helper.py index 199c54ea25..5b5fd0a5d0 100755 --- a/tools/xml_helper.py +++ b/tools/xml_helper.py @@ -2,7 +2,7 @@ # -*- Mode: python; coding: utf-8; indent-tabs-mode: nil -*- */ # SPDX-License-Identifier: LGPL-2.1+ # -# Copyright 2012-2013 Zbigniew Jędrzejewski-Szmek +# Copyright © 2012-2013 Zbigniew Jędrzejewski-Szmek from lxml import etree as tree -- cgit v1.2.1