mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
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.
10 lines
249 B
Meson
10 lines
249 B
Meson
# SPDX-License-Identifier: LGPL-2.1+
|
|
#
|
|
# Copyright © 2017 Zbigniew Jędrzejewski-Szmek
|
|
|
|
install_data('90-systemd.preset',
|
|
install_dir : systempresetdir)
|
|
|
|
install_data('user/90-systemd.preset',
|
|
install_dir : userpresetdir)
|