From 3602733e505d47ae5d9295960d70841c6aefd5e0 Mon Sep 17 00:00:00 2001 From: Peter White <23270067+peterwht@users.noreply.github.com> Date: Tue, 21 May 2024 13:55:33 -0600 Subject: [PATCH] chore: update email to ink@use.ink and copyright (#561) --- .eslintrc | 4 ++-- CODE_OF_CONDUCT.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.eslintrc b/.eslintrc index 41c61be9..8bac4b84 100644 --- a/.eslintrc +++ b/.eslintrc @@ -53,8 +53,8 @@ "line", [ { - "pattern": " Copyright \\d{4}(-\\d{4})? @paritytech/contracts-ui authors & contributors", - "template": " Copyright 2022-2024 @paritytech/contracts-ui authors & contributors" + "pattern": " Copyright \\(\\d{4})? @use-ink/contracts-ui authors & contributors", + "template": " Copyright 2024 @use-ink/contracts-ui authors & contributors" }, " SPDX-License-Identifier: GPL-3.0-only" ], diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 98960423..1ab95ac3 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -41,7 +41,7 @@ This Code of Conduct applies both within project spaces and in public spaces whe ## Enforcement -Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at admin@parity.io. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately. +Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at ink@use.ink. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately. Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.