1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-08-03 08:22:37 +03:00

tree-wide: use proper unicode © instead of (C) where we can

Let's use a proper unicode copyright symbol where we can, it's prettier.

This important patch is very important.
This commit is contained in:
Lennart Poettering
2018-06-12 17:15:23 +02:00
parent 818bf54632
commit 810adae9e9
153 changed files with 207 additions and 207 deletions

View File

@ -6,7 +6,7 @@ OUTFILE_HEADER = """#!/usr/bin/env python3
#
# create-sys-script.py
#
# (C) 2017 Canonical Ltd.
# © 2017 Canonical Ltd.
# Author: Dan Streetman <dan.streetman@canonical.com>
"""