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 | |
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')
-rw-r--r-- | shell-completion/bash/bootctl | 1 | ||||
-rw-r--r-- | shell-completion/bash/busctl | 1 | ||||
-rw-r--r-- | shell-completion/bash/kernel-install | 1 | ||||
-rw-r--r-- | shell-completion/bash/machinectl | 1 | ||||
-rw-r--r-- | shell-completion/bash/portablectl | 1 | ||||
-rw-r--r-- | shell-completion/bash/resolvectl | 1 | ||||
-rw-r--r-- | shell-completion/bash/systemd-cat | 1 | ||||
-rw-r--r-- | shell-completion/bash/systemd-cgls | 1 | ||||
-rw-r--r-- | shell-completion/bash/systemd-cgtop | 1 | ||||
-rw-r--r-- | shell-completion/bash/systemd-delta | 1 | ||||
-rw-r--r-- | shell-completion/bash/systemd-detect-virt | 1 | ||||
-rw-r--r-- | shell-completion/bash/systemd-nspawn | 1 |
12 files changed, 0 insertions, 12 deletions
diff --git a/shell-completion/bash/bootctl b/shell-completion/bash/bootctl index 9d7b51bcec..e24d113219 100644 --- a/shell-completion/bash/bootctl +++ b/shell-completion/bash/bootctl @@ -3,7 +3,6 @@ # # This file is part of systemd. # -# Copyright 2014 Thomas H.P. Andersen # # 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 diff --git a/shell-completion/bash/busctl b/shell-completion/bash/busctl index 47b9fabe8f..c5eab88caa 100644 --- a/shell-completion/bash/busctl +++ b/shell-completion/bash/busctl @@ -2,7 +2,6 @@ # SPDX-License-Identifier: LGPL-2.1+ # # This file is part of systemd. -# Copyright © 2014 Thomas H.P. Andersen # # 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 diff --git a/shell-completion/bash/kernel-install b/shell-completion/bash/kernel-install index 6fe8a66f29..c76bfe6e90 100644 --- a/shell-completion/bash/kernel-install +++ b/shell-completion/bash/kernel-install @@ -3,7 +3,6 @@ # # This file is part of systemd. # -# Copyright © 2013 Kay Sievers # Copyright © 2013 Harald Hoyer # # systemd is free software; you can redistribute it and/or modify it diff --git a/shell-completion/bash/machinectl b/shell-completion/bash/machinectl index eb3f56dc49..aa5816bbf5 100644 --- a/shell-completion/bash/machinectl +++ b/shell-completion/bash/machinectl @@ -3,7 +3,6 @@ # # This file is part of systemd. # -# Copyright © 2014 Thomas H.P. Andersen # # 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 diff --git a/shell-completion/bash/portablectl b/shell-completion/bash/portablectl index deb046d8f8..22455d2c1e 100644 --- a/shell-completion/bash/portablectl +++ b/shell-completion/bash/portablectl @@ -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 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 diff --git a/shell-completion/bash/systemd-cat b/shell-completion/bash/systemd-cat index a30a56aaae..c75871c482 100644 --- a/shell-completion/bash/systemd-cat +++ b/shell-completion/bash/systemd-cat @@ -3,7 +3,6 @@ # # This file is part of systemd. # -# Copyright © 2014 Thomas H.P. Andersen # # 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 diff --git a/shell-completion/bash/systemd-cgls b/shell-completion/bash/systemd-cgls index fe525b9a32..1e2074a8cb 100644 --- a/shell-completion/bash/systemd-cgls +++ b/shell-completion/bash/systemd-cgls @@ -3,7 +3,6 @@ # # This file is part of systemd. # -# Copyright © 2014 Thomas H.P. Andersen # # 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 diff --git a/shell-completion/bash/systemd-cgtop b/shell-completion/bash/systemd-cgtop index 462234da3d..8bd83ca442 100644 --- a/shell-completion/bash/systemd-cgtop +++ b/shell-completion/bash/systemd-cgtop @@ -3,7 +3,6 @@ # # This file is part of systemd. # -# Copyright © 2014 Thomas H.P. Andersen # # 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 diff --git a/shell-completion/bash/systemd-delta b/shell-completion/bash/systemd-delta index 155e20acbd..29f528cc7a 100644 --- a/shell-completion/bash/systemd-delta +++ b/shell-completion/bash/systemd-delta @@ -3,7 +3,6 @@ # # This file is part of systemd. # -# Copyright © 2014 Thomas H.P. Andersen # # 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 diff --git a/shell-completion/bash/systemd-detect-virt b/shell-completion/bash/systemd-detect-virt index 0a34bcb12d..cdb516da64 100644 --- a/shell-completion/bash/systemd-detect-virt +++ b/shell-completion/bash/systemd-detect-virt @@ -3,7 +3,6 @@ # # This file is part of systemd. # -# Copyright © 2014 Thomas H.P. Andersen # # 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 diff --git a/shell-completion/bash/systemd-nspawn b/shell-completion/bash/systemd-nspawn index 5a33c9ff27..2ff39b65d7 100644 --- a/shell-completion/bash/systemd-nspawn +++ b/shell-completion/bash/systemd-nspawn @@ -3,7 +3,6 @@ # # This file is part of systemd. # -# Copyright © 2014 Thomas H.P. Andersen # # 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 |