From a8e1eaa4fa10cc4e57068ecfd2e51c061408340b Mon Sep 17 00:00:00 2001 From: Kristóf Marussy Date: Sun, 2 Jan 2022 15:35:55 +0100 Subject: chore: Add @avijayr as a copyright holder MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Kristóf Marussy --- README.md | 3 ++- config/buildConstants.js | 1 + package.json | 3 +++ packages/main/src/index.ts | 1 + 4 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 122ac1e..15e179a 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,8 @@ yarn typecheck ## License -> Copyright (C) 2021-2022 Kristóf Marussy <kristof@marussy.com> +> Copyright (C) 2021-2022 Kristóf Marussy <kristof@marussy.com>
+> Copyright (C) 2022 Vijay A <vraravam@users.noreply.github.com> > > This program is free software: you can redistribute it and/or modify > it under the terms of the GNU Affero General Public License as diff --git a/config/buildConstants.js b/config/buildConstants.js index 90c1a2b..627c895 100644 --- a/config/buildConstants.js +++ b/config/buildConstants.js @@ -14,6 +14,7 @@ const { chrome: chromeVersion, node: nodeVersion } = JSON.parse(electronVendorsJ /** @type {string} */ export const banner = `/*! * Copyright (C) 2021-2022 Kristóf Marussy + * Copyright (C) 2022 Vijay A * * This file is part of Sophie. * diff --git a/package.json b/package.json index 830385c..6bc6b90 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,9 @@ "app" ], "author": "Kristóf Marussy (https://marussy.com)", + "contributors": [ + "Vijay A " + ], "license": "AGPL-3.0-only", "repository": "https://gitlab.com/say-hi-to-sophie/sophie", "private": true, diff --git a/packages/main/src/index.ts b/packages/main/src/index.ts index 0e7c36b..19ef51b 100644 --- a/packages/main/src/index.ts +++ b/packages/main/src/index.ts @@ -1,5 +1,6 @@ /* * Copyright (C) 2021-2022 Kristóf Marussy + * Copyright (C) 2022 Vijay A * * This file is part of Sophie. * -- cgit v1.2.3-54-g00ecf