Skip to content

Commit

Permalink
fix(efb): copyright year (#9791)
Browse files Browse the repository at this point in the history
  • Loading branch information
tracernz authored Jan 22, 2025
1 parent 0a7533e commit fc108a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export const AboutPage = () => {
</div>
</div>
<div className="mt-8 flex flex-col justify-center">
<p>&copy; 2020-2024 FlyByWire Simulations and its contributors, all rights reserved.</p>
<p>&copy; 2020-2025 FlyByWire Simulations and its contributors, all rights reserved.</p>
<p>Licensed under the GNU General Public License Version 3</p>
</div>

Expand Down

0 comments on commit fc108a5

Please sign in to comment.