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 :<
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
}