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
 }

Reply via email to