diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-06-20 11:58:53 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-06-20 11:58:53 +0200 |
commit | d9b02e16971e13c36311b5ad3cb4c040a5024bf9 (patch) | |
tree | b4ed6fc504c7ca90dbb9c7926a4557545fa5a39d /shell-completion/bash/resolvectl | |
parent | 8ce2809248e3303dcac5250979c0a54dd13f0a26 (diff) | |
download | systemd-d9b02e16971e13c36311b5ad3cb4c040a5024bf9.tar.gz |
tree-wide: drop copyright headers from frequent contributors
Fixes #9320.
for p in Shapovalov Chevalier Rozhkov Sievers Mack Herrmann Schmidt Rudenberg Sahani Landden Andersen Watanabe; do
git grep -e 'Copyright.*'$p -l|xargs perl -i -0pe 's|/([*][*])?[*]\s+([*#]\s+)?Copyright[^\n]*'$p'[^\n]*\s*[*]([*][*])?/\n*|\n|gms; s|\s+([*#]\s+)?Copyright[^\n]*'$p'[^\n]*\n*|\n|gms'
done
Diffstat (limited to 'shell-completion/bash/resolvectl')
-rw-r--r-- | shell-completion/bash/resolvectl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/shell-completion/bash/resolvectl b/shell-completion/bash/resolvectl index 55f841b776..8d71f8b613 100644 --- a/shell-completion/bash/resolvectl +++ b/shell-completion/bash/resolvectl @@ -3,7 +3,6 @@ # # This file is part of systemd. # -# Copyright © 2018 Yu Watanabe # # 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 |