diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-06-14 12:47:16 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-06-14 13:03:20 +0200 |
commit | 0cd41d4dff5f0f7fd651a2c8ad86d1932313e666 (patch) | |
tree | ba30903a612b6815f7b54f8cf509281c0cb1ff1d /shell-completion | |
parent | Merge pull request #9274 from poettering/comment-header-cleanup (diff) | |
download | systemd-0cd41d4dff5f0f7fd651a2c8ad86d1932313e666.tar.gz systemd-0cd41d4dff5f0f7fd651a2c8ad86d1932313e666.tar.bz2 systemd-0cd41d4dff5f0f7fd651a2c8ad86d1932313e666.zip |
Drop my copyright headers
perl -i -0pe 's/\s*Copyright © .... Zbigniew Jędrzejewski.*?\n/\n/gms' man/*xml
git grep -e 'Copyright.*Jędrzejewski' -l | xargs perl -i -0pe 's/(#\n)?# +Copyright © [0-9, -]+ Zbigniew Jędrzejewski.*?\n//gms'
git grep -e 'Copyright.*Jędrzejewski' -l | xargs perl -i -0pe 's/\s*\/\*\*\*\s+Copyright © [0-9, -]+ Zbigniew Jędrzejewski[^\n]*?\s*\*\*\*\/\s*/\n\n/gms'
git grep -e 'Copyright.*Jędrzejewski' -l | xargs perl -i -0pe 's/\s+Copyright © [0-9, -]+ Zbigniew Jędrzejewski[^\n]*//gms'
Diffstat (limited to 'shell-completion')
-rw-r--r-- | shell-completion/bash/busctl | 2 | ||||
-rw-r--r-- | shell-completion/bash/meson.build | 2 | ||||
-rw-r--r-- | shell-completion/bash/systemd-resolve | 2 | ||||
-rw-r--r-- | shell-completion/bash/systemd-run | 2 | ||||
-rw-r--r-- | shell-completion/zsh/_busctl | 2 | ||||
-rw-r--r-- | shell-completion/zsh/_systemd-resolve | 2 | ||||
-rw-r--r-- | shell-completion/zsh/meson.build | 2 |
7 files changed, 0 insertions, 14 deletions
diff --git a/shell-completion/bash/busctl b/shell-completion/bash/busctl index 586b826ca..47b9fabe8 100644 --- a/shell-completion/bash/busctl +++ b/shell-completion/bash/busctl @@ -2,8 +2,6 @@ # SPDX-License-Identifier: LGPL-2.1+ # # This file is part of systemd. -# -# Copyright © 2013 Zbigniew Jędrzejewski-Szmek # Copyright © 2014 Thomas H.P. Andersen # # systemd is free software; you can redistribute it and/or modify it diff --git a/shell-completion/bash/meson.build b/shell-completion/bash/meson.build index d783e622e..e7fabe29a 100644 --- a/shell-completion/bash/meson.build +++ b/shell-completion/bash/meson.build @@ -1,6 +1,4 @@ # SPDX-License-Identifier: LGPL-2.1+ -# -# Copyright © 2017 Zbigniew Jędrzejewski-Szmek bashcompletiondir = get_option('bashcompletiondir') if bashcompletiondir == '' diff --git a/shell-completion/bash/systemd-resolve b/shell-completion/bash/systemd-resolve index 18bcfbb06..86b8db2cf 100644 --- a/shell-completion/bash/systemd-resolve +++ b/shell-completion/bash/systemd-resolve @@ -3,8 +3,6 @@ # # This file is part of systemd. # -# Copyright © 2016 Zbigniew Jędrzejewski-Szmek -# # 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 # the Free Software Foundation; either version 2.1 of the License, or diff --git a/shell-completion/bash/systemd-run b/shell-completion/bash/systemd-run index ec9c21add..d317466b2 100644 --- a/shell-completion/bash/systemd-run +++ b/shell-completion/bash/systemd-run @@ -3,8 +3,6 @@ # # This file is part of systemd. # -# Copyright © 2013 Zbigniew Jędrzejewski-Szmek -# # 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 # the Free Software Foundation; either version 2.1 of the License, or diff --git a/shell-completion/zsh/_busctl b/shell-completion/zsh/_busctl index 0e2e5c60a..801ed4801 100644 --- a/shell-completion/zsh/_busctl +++ b/shell-completion/zsh/_busctl @@ -5,8 +5,6 @@ # # This file is part of systemd. # -# Copyright © 2013 Zbigniew Jędrzejewski-Szmek -# # 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 # the Free Software Foundation; either version 2.1 of the License, or diff --git a/shell-completion/zsh/_systemd-resolve b/shell-completion/zsh/_systemd-resolve index 51033aa6a..b54d22f81 100644 --- a/shell-completion/zsh/_systemd-resolve +++ b/shell-completion/zsh/_systemd-resolve @@ -4,8 +4,6 @@ # # This file is part of systemd. # -# Copyright © 2016 Zbigniew Jędrzejewski-Szmek -# # 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 # the Free Software Foundation; either version 2.1 of the License, or diff --git a/shell-completion/zsh/meson.build b/shell-completion/zsh/meson.build index 6776d3a11..7fc9fcfc7 100644 --- a/shell-completion/zsh/meson.build +++ b/shell-completion/zsh/meson.build @@ -1,6 +1,4 @@ # SPDX-License-Identifier: LGPL-2.1+ -# -# Copyright © 2017 Zbigniew Jędrzejewski-Szmek zshcompletiondir = get_option('zshcompletiondir') if zshcompletiondir == '' |