From 713b9774006927f6bb9c600d5f0c93909f02c224 Mon Sep 17 00:00:00 2001 From: ccamel Date: Fri, 25 Oct 2024 09:04:40 +0200 Subject: [PATCH 1/3] fix(contribute): use official axone links --- docs/contribute/contribute.mdx | 10 +++++----- .../{logo-okp4-round.svg => logo-axone-round.svg} | 0 2 files changed, 5 insertions(+), 5 deletions(-) rename static/img/socials/{logo-okp4-round.svg => logo-axone-round.svg} (100%) diff --git a/docs/contribute/contribute.mdx b/docs/contribute/contribute.mdx index c414ca2af63..dbe81443cf8 100644 --- a/docs/contribute/contribute.mdx +++ b/docs/contribute/contribute.mdx @@ -14,7 +14,7 @@ import IconDiscord from '/img/socials/discord.inline.svg' import IconMedium from '/img/socials/medium.inline.svg' import IconTwitter from '/img/socials/twitter.inline.svg' import IconTelegram from '/img/socials/telegram.inline.svg' -import IconOKP4 from '/img/socials/logo-okp4-round.svg' +import IconAxone from '/img/socials/logo-axone-round.svg'
- + - + Date: Fri, 25 Oct 2024 09:05:44 +0200 Subject: [PATCH 2/3] chore: update license copyright to axone.xyz --- LICENSE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 1f0974297ef..cafc1e9bd7a 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ BSD 3-Clause License -Copyright (c) 2021, OKP4.com +Copyright (c) 2024, axone.xyz All rights reserved. Redistribution and use in source and binary forms, with or without @@ -26,4 +26,4 @@ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \ No newline at end of file +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. From 9e1e1262b9727684a13ee55fca51153c6a51b0cb Mon Sep 17 00:00:00 2001 From: ccamel Date: Fri, 25 Oct 2024 09:06:00 +0200 Subject: [PATCH 3/3] chore(project): change okp4 by axone in project description --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 35ccb58724e..d34f85efa70 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "private": false, "repository": "git@github.com:axone-protocol/docs.git", "license": "BSD-3-Clause", - "description": "OKP4 procotol documentation", + "description": "Axone procotol documentation", "homepage": "https://axone-protocol.github.io/docs", "author": { "name": "AXONE",