Skip to content

Commit

Permalink
Update copyright messages
Browse files Browse the repository at this point in the history
  • Loading branch information
cprussin committed Jan 15, 2025
1 parent 072bee2 commit c7c8c2d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2024 Pyth Data Association.
Copyright 2025 Pyth Data Association.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion apps/api-reference/src/components/Footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const Footer = ({
>
<MaxWidth className="flex h-16 items-center justify-between text-xs font-light text-neutral-600 dark:text-neutral-400">
<div className="flex h-full items-center gap-4">
<span>© 2024 Pyth Data Association</span>
<span>© 2025 Pyth Data Association</span>
</div>
<div className="flex h-full items-center gap-6">
{SOCIAL_LINKS.map(({ name, icon: Icon, href }) => (
Expand Down
2 changes: 1 addition & 1 deletion apps/insights/src/components/Root/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const Footer = () => (
</div>
</div>
<div className={styles.bottomContent}>
<small className={styles.copyright}>© 2024 Pyth Data Association</small>
<small className={styles.copyright}>© 2025 Pyth Data Association</small>
<div className={styles.legal}>
<Link href="https://www.pyth.network/privacy-policy" target="_blank">
Privacy Policy
Expand Down
2 changes: 1 addition & 1 deletion apps/staking/src/components/Footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export const Footer = ({
<Logo className="h-10 lg:h-8" />
<span className="sr-only">Pyth homepage</span>
</Link>
<div>© 2024 Pyth Data Association</div>
<div>© 2025 Pyth Data Association</div>
</div>
<div className="flex flex-col items-center gap-6 lg:flex-row-reverse lg:gap-8 xl:gap-16">
<div className="relative flex h-full items-center lg:-right-3">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const Footer = () => {
<footer>
<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">
<span className="text-[10px] lg:basis-[280px]">
© 2024 Pyth Data Association
© 2025 Pyth Data Association
</span>
<div className="py-10 lg:py-0">
<Link href="https://pyth.network/" target="_blank">
Expand Down

0 comments on commit c7c8c2d

Please sign in to comment.