[GH-ISSUE #1052] Copyright year not updated #878

Closed
opened 2026-02-26 06:34:47 +03:00 by kerem · 6 comments
Owner

Originally created by @KucharczykL on GitHub (Apr 30, 2021).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/1052

github.com/jc21/nginx-proxy-manager@b42cc9ed3e/frontend/js/i18n/messages.json (L63)

I thought I was on old version because the year is still 2019 in the footer. This whole line should probably not be in the translatable strings because there is nothing to translate and it will inevitably get obsolete (as evidenced by this issue).

Originally created by @KucharczykL on GitHub (Apr 30, 2021). Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/1052 https://github.com/jc21/nginx-proxy-manager/blob/b42cc9ed3ef3a875feae5026c8f7b8b71b7856e9/frontend/js/i18n/messages.json#L63 I thought I was on old version because the year is still 2019 in the footer. This whole line should probably not be in the translatable strings because there is nothing to translate and it will inevitably get obsolete (as evidenced by this issue).
kerem 2026-02-26 06:34:47 +03:00
  • closed this issue
  • added the
    stale
    label
Author
Owner

@jakern commented on GitHub (May 7, 2021):

I have heard that it shouldn't be updated https://stackoverflow.com/questions/2390230/do-copyright-dates-need-to-be-updated

<!-- gh-comment-id:834736421 --> @jakern commented on GitHub (May 7, 2021): I have heard that it shouldn't be updated https://stackoverflow.com/questions/2390230/do-copyright-dates-need-to-be-updated
Author
Owner

@jc21 commented on GitHub (May 8, 2021):

Yep and I was aware somehow that copyrights only last 5 years - though I can't back that statement up atm 🤷

As someone in the stack overflow commented, it could just be removed.

<!-- gh-comment-id:834984676 --> @jc21 commented on GitHub (May 8, 2021): Yep and I was aware somehow that copyrights only last 5 years - though I can't back that statement up atm 🤷 As someone in the stack overflow commented, it could just be removed.
Author
Owner

@johntdavis84 commented on GitHub (May 10, 2021):

Disclaimer: I am a lawyer, but this is not legal advice.

For the United States, re: Copyright Term: https://www.copyright.gov/help/faq/faq-duration.html

How long does a copyright last?
The term of copyright for a particular work depends on several factors, including whether it has been published, and, if so, the date of first publication. As a general rule, for works created after January 1, 1978, copyright protection lasts for the life of the author plus an additional 70 years. For an anonymous work, a pseudonymous work, or a work made for hire, the copyright endures for a term of 95 years from the year of its first publication or a term of 120 years from the year of its creation, whichever expires first. For works first published prior to 1978, the term will vary depending on several factors. To determine the length of copyright protection for a particular work, consult chapter 3 of the Copyright Act (title 17 of the United States Code). More information on the term of copyright can be found in Circular 15a, Duration of Copyright, and Circular 1, Copyright Basics.

Do I have to renew my copyright?
No. Works created on or after January 1, 1978, are not subject to renewal registration. As to works published or registered prior to January 1, 1978, renewal registration is optional after 28 years but does provide certain legal advantages. For information on how to file a renewal application as well as the legal benefit for doing so, see Circular 15, Renewal of Copyright, and Circular 15a, Duration of Copyright.

Re: Registration and Enforceability (beware massive oversimplification here): In the United States,

  1. You automatically have a copyright in your eligible work form the moment of its creation (for source code, from the moment you fix it in a tangible medium (e.g., save it to disk)).
  2. Government registration of copyright (1) allows you to enforce your copyright in federal court;
  3. Ownership of copyright does not depend on marking (that is, you don't have to put the copyright text in the footer to maintain your copyright), though the footer text is useful proof of real public notice of your copyright claim.

As others have mentioned, I would suggest keeping the copyright and making it a date range. Earliest year to current year. If nothing else, that's super useful for seeing how old a project is and if it's still in development (assuming you manually update the year).

<!-- gh-comment-id:837440242 --> @johntdavis84 commented on GitHub (May 10, 2021): **_Disclaimer: I am a lawyer, but this is not legal advice._** For the United States, re: Copyright Term: https://www.copyright.gov/help/faq/faq-duration.html > **How long does a copyright last?** > The term of copyright for a particular work depends on several factors, including whether it has been published, and, if so, the date of first publication. As a general rule, for works created after January 1, 1978, copyright protection lasts for the life of the author plus an additional 70 years. For an anonymous work, a pseudonymous work, or a work made for hire, the copyright endures for a term of 95 years from the year of its first publication or a term of 120 years from the year of its creation, whichever expires first. For works first published prior to 1978, the term will vary depending on several factors. To determine the length of copyright protection for a particular work, consult chapter 3 of the Copyright Act (title 17 of the United States Code). More information on the term of copyright can be found in Circular 15a, Duration of Copyright, and Circular 1, Copyright Basics. > > **Do I have to renew my copyright?** > No. Works created on or after January 1, 1978, are not subject to renewal registration. As to works published or registered prior to January 1, 1978, renewal registration is optional after 28 years but does provide certain legal advantages. For information on how to file a renewal application as well as the legal benefit for doing so, see Circular 15, Renewal of Copyright, and Circular 15a, Duration of Copyright. **Re: Registration and Enforceability (beware massive oversimplification here):** In the United States, 1. You automatically have a copyright in your eligible work form the moment of its creation (for source code, from the moment you fix it in a tangible medium (e.g., save it to disk)). 2. Government registration of copyright (1) allows you to enforce your copyright in federal court; 3. Ownership of copyright does not depend on marking (that is, you don't have to put the copyright text in the footer to maintain your copyright), though the footer text is useful proof of real public notice of your copyright claim. As others have mentioned, I would suggest keeping the copyright and making it a date range. Earliest year to current year. If nothing else, that's super useful for seeing how old a project is and if it's still in development (assuming you manually update the year).
Author
Owner

@war59312 commented on GitHub (Jul 30, 2023):

Indeed, I'd just change to javascript so always the latest year.

<!-- gh-comment-id:1657176068 --> @war59312 commented on GitHub (Jul 30, 2023): Indeed, I'd just change to javascript so always the latest year.
Author
Owner

@github-actions[bot] commented on GitHub (Mar 12, 2024):

Issue is now considered stale. If you want to keep it open, please comment 👍

<!-- gh-comment-id:1989768214 --> @github-actions[bot] commented on GitHub (Mar 12, 2024): Issue is now considered stale. If you want to keep it open, please comment :+1:
Author
Owner

@github-actions[bot] commented on GitHub (Apr 24, 2025):

Issue was closed due to inactivity.

<!-- gh-comment-id:2825985978 --> @github-actions[bot] commented on GitHub (Apr 24, 2025): Issue was closed due to inactivity.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nginx-proxy-manager-NginxProxyManager#878
No description provided.