This commit is contained in:
antelle 2021-01-30 23:41:32 +01:00
parent 8fdec5aadc
commit 50c43c4408
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C
3 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -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()
});
}
}

View File

@ -68,7 +68,7 @@
<h2>{{res 'setAboutLic'}}</h2>
<p>{{res 'setAboutLicComment'}}:</p>
<p>Copyright &copy; 2020 Antelle https://antelle.net</p>
<p>Copyright &copy; {{year}} Antelle https://antelle.net</p>
<p>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,