pull/1705/head
antelle 2 years ago
parent 8fdec5aadc
commit 50c43c4408
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C

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

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

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

Loading…
Cancel
Save