github-api icon indicating copy to clipboard operation
github-api copied to clipboard

Add and enforce copyright at the top of all code files

Open bitwiseman opened this issue 5 years ago • 1 comments

bitwiseman avatar Mar 31 '20 15:03 bitwiseman

Just FYI, we added the ability in Spotless to set the copyright years based on the git history. It's pretty slow, but you only have to do it once. From there, Spotless can "ratchet" the formatting, so that format enforcement only happens on files which have changed since origin/main (or whatever).

nedtwigg avatar Jul 17 '20 20:07 nedtwigg