From 8170778730527f250297e054afe316b07fd79981 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 15 Feb 2023 08:01:12 +0000 Subject: Makefile.PL: drop update-copyrights rule 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 | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index 9233ac9d..8de1351f 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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 } -- cgit v1.2.3-24-ge0c7