If you're still actively developing the package, then yes you should bump the year in the license file if you have them. For example, if you are using the typical setup for the MIT license, you should bump the year in LICENSE
and LICENSE.md
.
E.g., should I update the year in the CITATION file?
Do you have a custom citation file for your package? In that case you are probably citing a publication, and you should leave the year as the date of the publication.
If you don't have a citation file, then you don't need to do anything. The function citation()
automatically pulls the date from the field Date/Publication
in DESCRIPTION
(this field is automatically added when you install the package).
Now what I don't know is whether it is better to use a date range (eg 2023-2024) or just the current year (2024) when asserting your copyright. As with most legal advice around software I find on the internet, when I searched for the answer, I found tons of conflicting advice. If anyone has an authoritative source, I'd love to read it.