]> git.ipfire.org Git - thirdparty/public-inbox.git/commitdiff
Makefile.PL: drop update-copyrights rule
authorEric Wong <e@80x24.org>
Wed, 15 Feb 2023 08:01:12 +0000 (08:01 +0000)
committerEric Wong <e@80x24.org>
Thu, 16 Feb 2023 04:16:52 +0000 (04:16 +0000)
I'm no longer updating them since it's noisy and acceptable
to not have them:

  https://www.linuxfoundation.org/blog/copyright-notices-in-open-source-software-projects/

I'm tired of being reminded what year it is :<

Makefile.PL

index 9233ac9d12b45562a7131c4f77d9a473de628146..8de1351f99bc3ca3b8bb1c38907b2acdaea65336 100644 (file)
@@ -261,11 +261,5 @@ symlink-install : lib/PublicInbox.pm
 pure_all :: lib/PublicInbox.pm
 lib/PublicInbox.pm : FORCE
        VERSION=\$(VERSION) \$(PERL) -w ./version-gen.perl
-
-update-copyrights :
-       \@case '\$(GNULIB_PATH)' in '') echo >&2 GNULIB_PATH unset; false;; esac
-       git ls-files | UPDATE_COPYRIGHT_HOLDER='all contributors' \\
-               UPDATE_COPYRIGHT_USE_INTERVALS=2 \\
-               xargs \$(GNULIB_PATH)/build-aux/update-copyright
 EOF
 }