aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2022-01-02 15:35:55 +0100
committerLibravatar Kristóf Marussy <kristof@marussy.com>2022-01-02 15:37:20 +0100
commita8e1eaa4fa10cc4e57068ecfd2e51c061408340b (patch)
tree9a1e25993effafc3fa5a18a4f960d27eb446cc1a
parentMerge branch 'repo-url' into 'main' (diff)
downloadsophie-a8e1eaa4fa10cc4e57068ecfd2e51c061408340b.tar.gz
sophie-a8e1eaa4fa10cc4e57068ecfd2e51c061408340b.tar.zst
sophie-a8e1eaa4fa10cc4e57068ecfd2e51c061408340b.zip
chore: Add @avijayr as a copyright holder
Signed-off-by: Kristóf Marussy <kristof@marussy.com>
-rw-r--r--README.md3
-rw-r--r--config/buildConstants.js1
-rw-r--r--package.json3
-rw-r--r--packages/main/src/index.ts1
4 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index 122ac1e..15e179a 100644
--- a/README.md
+++ b/README.md
@@ -47,7 +47,8 @@ yarn typecheck
47 47
48## License 48## License
49 49
50> Copyright (C) 2021-2022 Kristóf Marussy &lt;kristof@marussy.com&gt; 50> Copyright (C) 2021-2022 Kristóf Marussy &lt;kristof@marussy.com&gt;<br>
51> Copyright (C) 2022 Vijay A &lt;vraravam@users.noreply.github.com&gt;
51> 52>
52> This program is free software: you can redistribute it and/or modify 53> This program is free software: you can redistribute it and/or modify
53> it under the terms of the GNU Affero General Public License as 54> 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
14/** @type {string} */ 14/** @type {string} */
15export const banner = `/*! 15export const banner = `/*!
16 * Copyright (C) 2021-2022 Kristóf Marussy <kristof@marussy.com> 16 * Copyright (C) 2021-2022 Kristóf Marussy <kristof@marussy.com>
17 * Copyright (C) 2022 Vijay A <vraravam@users.noreply.github.com>
17 * 18 *
18 * This file is part of Sophie. 19 * This file is part of Sophie.
19 * 20 *
diff --git a/package.json b/package.json
index 830385c..6bc6b90 100644
--- a/package.json
+++ b/package.json
@@ -7,6 +7,9 @@
7 "app" 7 "app"
8 ], 8 ],
9 "author": "Kristóf Marussy <kristof@marussy.com> (https://marussy.com)", 9 "author": "Kristóf Marussy <kristof@marussy.com> (https://marussy.com)",
10 "contributors": [
11 "Vijay A <vraravam@users.noreply.github.com>"
12 ],
10 "license": "AGPL-3.0-only", 13 "license": "AGPL-3.0-only",
11 "repository": "https://gitlab.com/say-hi-to-sophie/sophie", 14 "repository": "https://gitlab.com/say-hi-to-sophie/sophie",
12 "private": true, 15 "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 @@
1/* 1/*
2 * Copyright (C) 2021-2022 Kristóf Marussy <kristof@marussy.com> 2 * Copyright (C) 2021-2022 Kristóf Marussy <kristof@marussy.com>
3 * Copyright (C) 2022 Vijay A <vraravam@users.noreply.github.com>
3 * 4 *
4 * This file is part of Sophie. 5 * This file is part of Sophie.
5 * 6 *