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 /tools | |
parent | b0450864f1723ad12176d7956377d89ff4a84d8c (diff) | |
download | systemd-0cd41d4dff5f0f7fd651a2c8ad86d1932313e666.tar.gz |
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 'tools')
-rwxr-xr-x | tools/catalog-report.py | 2 | ||||
-rwxr-xr-x | tools/make-directive-index.py | 2 | ||||
-rwxr-xr-x | tools/make-man-index.py | 2 | ||||
-rwxr-xr-x | tools/make-man-rules.py | 2 | ||||
-rwxr-xr-x | tools/xml_helper.py | 2 |
5 files changed, 0 insertions, 10 deletions
diff --git a/tools/catalog-report.py b/tools/catalog-report.py index cdae0f1b5a..b65869d02b 100755 --- a/tools/catalog-report.py +++ b/tools/catalog-report.py @@ -4,8 +4,6 @@ # # This file is distributed under the MIT license, see below. # -# Copyright © 2016 Zbigniew Jędrzejewski-Szmek -# # The MIT License (MIT) # # Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/tools/make-directive-index.py b/tools/make-directive-index.py index 9b3b96b644..cc306b8179 100755 --- a/tools/make-directive-index.py +++ b/tools/make-directive-index.py @@ -1,8 +1,6 @@ #!/usr/bin/env python3 # -*- Mode: python; coding: utf-8; indent-tabs-mode: nil -*- */ # SPDX-License-Identifier: LGPL-2.1+ -# -# Copyright © 2012-2013 Zbigniew Jędrzejewski-Szmek import sys import collections diff --git a/tools/make-man-index.py b/tools/make-man-index.py index 453c97842b..3c318cb75f 100755 --- a/tools/make-man-index.py +++ b/tools/make-man-index.py @@ -1,8 +1,6 @@ #!/usr/bin/env python3 # -*- Mode: python; coding: utf-8; indent-tabs-mode: nil -*- */ # SPDX-License-Identifier: LGPL-2.1+ -# -# Copyright © 2013 Zbigniew Jędrzejewski-Szmek import collections import sys diff --git a/tools/make-man-rules.py b/tools/make-man-rules.py index 6f6347fe5e..42a48bc98c 100755 --- a/tools/make-man-rules.py +++ b/tools/make-man-rules.py @@ -1,8 +1,6 @@ #!/usr/bin/env python3 # -*- Mode: python; coding: utf-8; indent-tabs-mode: nil -*- */ # SPDX-License-Identifier: LGPL-2.1+ -# -# Copyright © 2013, 2017 Zbigniew Jędrzejewski-Szmek from __future__ import print_function import collections diff --git a/tools/xml_helper.py b/tools/xml_helper.py index 5b5fd0a5d0..19e343b4e3 100755 --- a/tools/xml_helper.py +++ b/tools/xml_helper.py @@ -1,8 +1,6 @@ #!/usr/bin/env python3 # -*- Mode: python; coding: utf-8; indent-tabs-mode: nil -*- */ # SPDX-License-Identifier: LGPL-2.1+ -# -# Copyright © 2012-2013 Zbigniew Jędrzejewski-Szmek from lxml import etree as tree |