Skip to content

Commit c6770bd

Browse files
authored
Merge pull request #83 from UTDNebula/copyright
Change copyright
2 parents c7066e6 + 9d37644 commit c6770bd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/Footer.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,8 @@ const Footer = () => {
125125
</Link>
126126
</div>
127127
<p className="md:text-right text-center text-xs">
128-
© {new Date().getFullYear()} Nebula Labs Maintainers. All rights reserved.
128+
© 2023-{new Date().getFullYear()} Nebula Labs Maintainers. Open-source under the MIT
129+
License.
129130
</p>
130131
</div>
131132
</div>

0 commit comments

Comments
 (0)