Skip to content

Commit 0d30bd5

Browse files
authored
Merge pull request #2255 from pyth-network/cprussin/update-copyright
Update copyright messages
2 parents 7d46f93 + c7c8c2d commit 0d30bd5

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2024 Pyth Data Association.
1+
Copyright 2025 Pyth Data Association.
22

33
Licensed under the Apache License, Version 2.0 (the "License");
44
you may not use this file except in compliance with the License.

apps/api-reference/src/components/Footer/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export const Footer = ({
4444
>
4545
<MaxWidth className="flex h-16 items-center justify-between text-xs font-light text-neutral-600 dark:text-neutral-400">
4646
<div className="flex h-full items-center gap-4">
47-
<span>© 2024 Pyth Data Association</span>
47+
<span>© 2025 Pyth Data Association</span>
4848
</div>
4949
<div className="flex h-full items-center gap-6">
5050
{SOCIAL_LINKS.map(({ name, icon: Icon, href }) => (

apps/insights/src/components/Root/footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export const Footer = () => (
3737
</div>
3838
</div>
3939
<div className={styles.bottomContent}>
40-
<small className={styles.copyright}>© 2024 Pyth Data Association</small>
40+
<small className={styles.copyright}>© 2025 Pyth Data Association</small>
4141
<div className={styles.legal}>
4242
<Link href="https://www.pyth.network/privacy-policy" target="_blank">
4343
Privacy Policy

apps/staking/src/components/Footer/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export const Footer = ({
5454
<Logo className="h-10 lg:h-8" />
5555
<span className="sr-only">Pyth homepage</span>
5656
</Link>
57-
<div>© 2024 Pyth Data Association</div>
57+
<div>© 2025 Pyth Data Association</div>
5858
</div>
5959
<div className="flex flex-col items-center gap-6 lg:flex-row-reverse lg:gap-8 xl:gap-16">
6060
<div className="relative flex h-full items-center lg:-right-3">

governance/xc_admin/packages/xc_admin_frontend/components/layout/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const Footer = () => {
66
<footer>
77
<div className="flex flex-col-reverse items-center justify-between px-4 pt-12 pb-4 sm:px-10 lg:flex-row lg:py-6">
88
<span className="text-[10px] lg:basis-[280px]">
9-
© 2024 Pyth Data Association
9+
© 2025 Pyth Data Association
1010
</span>
1111
<div className="py-10 lg:py-0">
1212
<Link href="https://pyth.network/" target="_blank">

0 commit comments

Comments
 (0)