diff --git a/LICENSE b/LICENSE index 1ddadb0f..d8fac939 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020 Antelle https://antelle.net +Copyright (c) 2021 Antelle https://antelle.net Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/app/scripts/views/settings/settings-about-view.js b/app/scripts/views/settings/settings-about-view.js index 8237433d..80b6237b 100644 --- a/app/scripts/views/settings/settings-about-view.js +++ b/app/scripts/views/settings/settings-about-view.js @@ -15,7 +15,8 @@ class SettingsAboutView extends View { licenseLinkCCBY40: Links.LicenseLinkCCBY40, repoLink: Links.Repo, donationLink: Links.Donation, - isDesktop: Features.isDesktop + isDesktop: Features.isDesktop, + year: new Date().getFullYear() }); } } diff --git a/app/templates/settings/settings-about.hbs b/app/templates/settings/settings-about.hbs index 5cfa549f..d233c176 100644 --- a/app/templates/settings/settings-about.hbs +++ b/app/templates/settings/settings-about.hbs @@ -68,7 +68,7 @@

{{res 'setAboutLic'}}

{{res 'setAboutLicComment'}}:

-

Copyright © 2020 Antelle https://antelle.net

+

Copyright © {{year}} Antelle https://antelle.net

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software,