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 /test | |
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 'test')
-rwxr-xr-x | test/udev-test.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/udev-test.pl b/test/udev-test.pl index df17c92b80..0433629c7c 100755 --- a/test/udev-test.pl +++ b/test/udev-test.pl @@ -14,7 +14,6 @@ # After creation and removal the result is checked against the # expected value and the result is printed. # -# Copyright © 2004-2012 Kay Sievers <kay@vrfy.org> # Copyright © 2004 Leann Ogasawara <ogasawara@osdl.org> use warnings; |