Skip to content

Commit

Permalink
Update copyright year (#247)
Browse files Browse the repository at this point in the history
* Update copyright year

* This should be TriliTech

* also in the license
  • Loading branch information
timothymcmackin authored Jan 4, 2024
1 parent f3353a1 commit 3398924
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 Trilitech
Copyright (c) 2023-2024 Trilitech

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/components/Footer/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export default function Footer() {
<div className={clsx(styles.footerSeparator)}></div>
<div className={clsx(styles.footerLinksContainer)}>
<div className={clsx(styles.footerLeftLinks)}>
<span className={clsx(styles.footerCopyright)}>© 2023 Tezos<span className={clsx(styles.footerCopyrightLine)}> | </span>Built with Docusaurus</span>
<span className={clsx(styles.footerCopyright)}>© 2023-{new Date().getFullYear()} TriliTech<span className={clsx(styles.footerCopyrightLine)}> | </span>Built with Docusaurus</span>
</div>
<div className={clsx(styles.footerRightLinks)}>
<ul className={clsx(styles.footerLinks)}>
Expand Down

0 comments on commit 3398924

Please sign in to comment.