Quellcode durchsuchen

Merge pull request #2255 from pyth-network/cprussin/update-copyright

Update copyright messages
Connor Prussin vor 10 Monaten
Ursprung
Commit
0d30bd5853

+ 1 - 1
LICENSE

@@ -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.

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

@@ -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 }) => (

+ 1 - 1
apps/insights/src/components/Root/footer.tsx

@@ -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

+ 1 - 1
apps/staking/src/components/Footer/index.tsx

@@ -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">

+ 1 - 1
governance/xc_admin/packages/xc_admin_frontend/components/layout/Footer.tsx

@@ -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">