about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2023-02-15 08:01:12 +0000
committerEric Wong <e@80x24.org>2023-02-16 04:16:52 +0000
commit8170778730527f250297e054afe316b07fd79981 (patch)
tree2ba6399598517123c138b5689e7485a5c360c1fe
parentac5f110b85a90f7c2f458a2be502c67f53d917c0 (diff)
downloadpublic-inbox-8170778730527f250297e054afe316b07fd79981.tar.gz
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 :<
-rw-r--r--Makefile.PL6
1 files changed, 0 insertions, 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
 }