From cb6c86a7010c13940a811f29a5ec797c08f43ef1 Mon Sep 17 00:00:00 2001 From: Matteo Merli Date: Fri, 10 Oct 2025 18:27:48 -0700 Subject: [PATCH] Changed Copyright attribution Signed-off-by: Matteo Merli --- NOTICE | 2 ++ src/app/layout.jsx | 11 +++++++++-- src/content/deployment/bare-metal.mdx | 4 ++-- src/content/getting-started.mdx | 2 +- 4 files changed, 14 insertions(+), 5 deletions(-) create mode 100644 NOTICE diff --git a/NOTICE b/NOTICE new file mode 100644 index 0000000..21a4c59 --- /dev/null +++ b/NOTICE @@ -0,0 +1,2 @@ +Oxia - Metadata store and coordination system +Copyright 2023-2025 The Oxia Authors \ No newline at end of file diff --git a/src/app/layout.jsx b/src/app/layout.jsx index 280bbae..6e31133 100644 --- a/src/app/layout.jsx +++ b/src/app/layout.jsx @@ -32,7 +32,7 @@ export default async function RootLayout({ children }) { } projectLink="https://github.com/oxia-db/oxia" - // chatLink="https://discord.gg/hEM84NMkRv" + // chatLink="https://cloud-native.slack.com/archives/C09KFHURYF8" /> ) const pageMap = await getPageMap() @@ -47,7 +47,14 @@ export default async function RootLayout({ children }) { docsRepositoryBase="https://github.com/oxia-db/oxia-db.github.io/blob/main" sidebar={{ defaultMenuCollapseLevel: 1 }} pageMap={pageMap} - footer={} + footer={ +
+ Copyright © 2023-{new Date().getFullYear()}   Oxia a Series of LF Projects, LLC + — + For website terms of use, trademark policy and other project policies please see +   https://lfprojects.org/policies. +
+ } > {children} diff --git a/src/content/deployment/bare-metal.mdx b/src/content/deployment/bare-metal.mdx index 2111533..092fef8 100644 --- a/src/content/deployment/bare-metal.mdx +++ b/src/content/deployment/bare-metal.mdx @@ -10,11 +10,11 @@ Suppose you don't have the Kubernetes environment or some container-based system ## Download code from the GitHub -You can check https://github.com/oxia-db/oxia to download the source of StreamNative oxia. +You can check https://github.com/oxia-db/oxia to download the source of Oxia. ## Build from the source code -Change the directory to the root directory of StreamNative oxia project. +Change the directory to the root directory of Oxia project. ```shell cd /oxia diff --git a/src/content/getting-started.mdx b/src/content/getting-started.mdx index 98d60f0..4be71d4 100644 --- a/src/content/getting-started.mdx +++ b/src/content/getting-started.mdx @@ -48,7 +48,7 @@ import {Steps, Tabs} from 'nextra/components' Using docker this can be done with: ```shell - docker run -p 6648:6648 streamnative/oxia:latest oxia standalone + docker run -p 6648:6648 oxia/oxia:latest oxia standalone ``` ### Interacting with Oxia