From 76714ac3ad38441fe2037651fa59cbc174303e87 Mon Sep 17 00:00:00 2001 From: Johannes Marbach Date: Thu, 25 Jun 2026 15:29:00 +0200 Subject: [PATCH] Use the correct company name Signed-off-by: Johannes Marbach --- .oxlintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.oxlintrc.json b/.oxlintrc.json index 10163c3ff..819e54396 100644 --- a/.oxlintrc.json +++ b/.oxlintrc.json @@ -31,7 +31,7 @@ "rules": { "element-call/copyright-header": [ "error", - "/*\nCopyright %%CURRENT_YEAR%% New Vector Ltd.\n\nSPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial\nPlease see LICENSE in the repository root for full details.\n*/\n\n" + "/*\nCopyright %%CURRENT_YEAR%% Element Creations Ltd.\n\nSPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial\nPlease see LICENSE in the repository root for full details.\n*/\n\n" ], "element-call/no-observablescope-leak": "error", "jsdoc/empty-tags": "error",