diff --git a/.eslintrc.js b/.eslintrc.js
index 940594bd7..07d0b19cb 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -2,7 +2,7 @@ const LICENSE = [
"",
"This file is part of the Notesnook project (https://notesnook.com/)",
"",
- "Copyright (C) 2022 Streetwriters (Private) Limited",
+ "Copyright (C) 2023 Streetwriters (Private) Limited",
"",
"This program is free software: you can redistribute it and/or modify",
"it under the terms of the GNU General Public License as published by",
diff --git a/apps/mobile/app/app.js b/apps/mobile/app/app.js
index 00ac551f7..da25bbcb7 100644
--- a/apps/mobile/app/app.js
+++ b/apps/mobile/app/app.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/assets/images/assets.js b/apps/mobile/app/assets/images/assets.js
index 599713c7d..fe98326e0 100644
--- a/apps/mobile/app/assets/images/assets.js
+++ b/apps/mobile/app/assets/images/assets.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/common/analytics/index.js b/apps/mobile/app/common/analytics/index.js
index 27cac4ff6..305c2acbf 100644
--- a/apps/mobile/app/common/analytics/index.js
+++ b/apps/mobile/app/common/analytics/index.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/common/database/encryption.js b/apps/mobile/app/common/database/encryption.js
index b0fd9ee2d..d025428de 100644
--- a/apps/mobile/app/common/database/encryption.js
+++ b/apps/mobile/app/common/database/encryption.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/common/database/index.js b/apps/mobile/app/common/database/index.js
index 1690250f4..e2becd022 100644
--- a/apps/mobile/app/common/database/index.js
+++ b/apps/mobile/app/common/database/index.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/common/database/mmkv.js b/apps/mobile/app/common/database/mmkv.js
index d2ad3666e..02a866e75 100644
--- a/apps/mobile/app/common/database/mmkv.js
+++ b/apps/mobile/app/common/database/mmkv.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/common/database/storage.js b/apps/mobile/app/common/database/storage.js
index e28e73ba1..798768938 100644
--- a/apps/mobile/app/common/database/storage.js
+++ b/apps/mobile/app/common/database/storage.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/common/filesystem/download-attachment.js b/apps/mobile/app/common/filesystem/download-attachment.js
index 600e0469c..d35848a26 100644
--- a/apps/mobile/app/common/filesystem/download-attachment.js
+++ b/apps/mobile/app/common/filesystem/download-attachment.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -114,4 +114,3 @@ export default async function downloadAttachment(hash, global = true) {
useAttachmentStore.getState().remove(attachment.metadata.hash);
}
}
-
diff --git a/apps/mobile/app/common/filesystem/download.js b/apps/mobile/app/common/filesystem/download.js
index 72e201834..ce637c3eb 100644
--- a/apps/mobile/app/common/filesystem/download.js
+++ b/apps/mobile/app/common/filesystem/download.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/common/filesystem/index.js b/apps/mobile/app/common/filesystem/index.js
index 2ff6d5e55..00dc719b8 100644
--- a/apps/mobile/app/common/filesystem/index.js
+++ b/apps/mobile/app/common/filesystem/index.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -17,10 +17,7 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see .
*/
-import {
- checkAttachment, downloadFile,
- getUploadedFileSize
-} from "./download";
+import { checkAttachment, downloadFile, getUploadedFileSize } from "./download";
import {
clearFileStorage,
deleteFile,
diff --git a/apps/mobile/app/common/filesystem/io.js b/apps/mobile/app/common/filesystem/io.js
index 6ab73847b..9d0fa71f9 100644
--- a/apps/mobile/app/common/filesystem/io.js
+++ b/apps/mobile/app/common/filesystem/io.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/common/filesystem/upload.js b/apps/mobile/app/common/filesystem/upload.js
index 86bcb2b7e..c4e4aeef7 100644
--- a/apps/mobile/app/common/filesystem/upload.js
+++ b/apps/mobile/app/common/filesystem/upload.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/common/filesystem/utils.js b/apps/mobile/app/common/filesystem/utils.js
index dea0ab527..7605d59de 100644
--- a/apps/mobile/app/common/filesystem/utils.js
+++ b/apps/mobile/app/common/filesystem/utils.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/common/logger/index.ts b/apps/mobile/app/common/logger/index.ts
index 1f60289c5..2e50320a8 100644
--- a/apps/mobile/app/common/logger/index.ts
+++ b/apps/mobile/app/common/logger/index.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/components/announcements/announcement.js b/apps/mobile/app/components/announcements/announcement.js
index 01f3c2545..caa1d5c25 100644
--- a/apps/mobile/app/components/announcements/announcement.js
+++ b/apps/mobile/app/components/announcements/announcement.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/components/announcements/body.js b/apps/mobile/app/components/announcements/body.js
index 66a498eee..b45eee919 100644
--- a/apps/mobile/app/components/announcements/body.js
+++ b/apps/mobile/app/components/announcements/body.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/components/announcements/cta.js b/apps/mobile/app/components/announcements/cta.js
index c0a95b541..2a08032ff 100644
--- a/apps/mobile/app/components/announcements/cta.js
+++ b/apps/mobile/app/components/announcements/cta.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -23,10 +23,7 @@ import { Linking, View } from "react-native";
import { eSendEvent, presentSheet } from "../../services/event-manager";
import Sync from "../../services/sync";
import { useThemeStore } from "../../stores/use-theme-store";
-import {
- eCloseAnnouncementDialog,
- eCloseSheet
-} from "../../utils/events";
+import { eCloseAnnouncementDialog, eCloseSheet } from "../../utils/events";
import { SIZE } from "../../utils/size";
import { sleep } from "../../utils/time";
import { PricingPlans } from "../premium/pricing-plans";
diff --git a/apps/mobile/app/components/announcements/description.js b/apps/mobile/app/components/announcements/description.js
index 4b5564568..aa2a18a1d 100644
--- a/apps/mobile/app/components/announcements/description.js
+++ b/apps/mobile/app/components/announcements/description.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/components/announcements/functions.js b/apps/mobile/app/components/announcements/functions.js
index 79587fab6..16dbd86d9 100644
--- a/apps/mobile/app/components/announcements/functions.js
+++ b/apps/mobile/app/components/announcements/functions.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/components/announcements/index.js b/apps/mobile/app/components/announcements/index.js
index e44b5d8cc..4487bbf6e 100644
--- a/apps/mobile/app/components/announcements/index.js
+++ b/apps/mobile/app/components/announcements/index.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/components/announcements/list.js b/apps/mobile/app/components/announcements/list.js
index 588fe4a3b..1326ae28f 100644
--- a/apps/mobile/app/components/announcements/list.js
+++ b/apps/mobile/app/components/announcements/list.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/components/announcements/photo.js b/apps/mobile/app/components/announcements/photo.js
index 8073f572c..48c0710c8 100644
--- a/apps/mobile/app/components/announcements/photo.js
+++ b/apps/mobile/app/components/announcements/photo.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/components/announcements/subheading.js b/apps/mobile/app/components/announcements/subheading.js
index 4a6c6744f..747f05183 100644
--- a/apps/mobile/app/components/announcements/subheading.js
+++ b/apps/mobile/app/components/announcements/subheading.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/components/announcements/title.js b/apps/mobile/app/components/announcements/title.js
index 79ec552bd..ecc908bb7 100644
--- a/apps/mobile/app/components/announcements/title.js
+++ b/apps/mobile/app/components/announcements/title.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/components/attachments/actions.js b/apps/mobile/app/components/attachments/actions.js
index 7b1151134..161185606 100644
--- a/apps/mobile/app/components/attachments/actions.js
+++ b/apps/mobile/app/components/attachments/actions.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -35,10 +35,7 @@ import PremiumService from "../../services/premium";
import { useAttachmentStore } from "../../stores/use-attachment-store";
import { useThemeStore } from "../../stores/use-theme-store";
import { formatBytes } from "../../utils";
-import {
- eCloseAttachmentDialog,
- eCloseSheet
-} from "../../utils/events";
+import { eCloseAttachmentDialog, eCloseSheet } from "../../utils/events";
import { SIZE } from "../../utils/size";
import { sleep } from "../../utils/time";
import { Dialog } from "../dialog";
diff --git a/apps/mobile/app/components/attachments/attachment-item.js b/apps/mobile/app/components/attachments/attachment-item.js
index cd4e68fee..ea883d5bc 100644
--- a/apps/mobile/app/components/attachments/attachment-item.js
+++ b/apps/mobile/app/components/attachments/attachment-item.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/components/attachments/index.js b/apps/mobile/app/components/attachments/index.js
index 849b5492b..ce3e9cce5 100644
--- a/apps/mobile/app/components/attachments/index.js
+++ b/apps/mobile/app/components/attachments/index.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/components/auth/auth-modal.js b/apps/mobile/app/components/auth/auth-modal.js
index cfe6e3671..2da011237 100644
--- a/apps/mobile/app/components/auth/auth-modal.js
+++ b/apps/mobile/app/components/auth/auth-modal.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/components/auth/background.js b/apps/mobile/app/components/auth/background.js
index 31d5b3b0b..461b10084 100644
--- a/apps/mobile/app/components/auth/background.js
+++ b/apps/mobile/app/components/auth/background.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/components/auth/change-password.js b/apps/mobile/app/components/auth/change-password.js
index 7ad1a11d5..467cd1a7c 100644
--- a/apps/mobile/app/components/auth/change-password.js
+++ b/apps/mobile/app/components/auth/change-password.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/components/auth/common.js b/apps/mobile/app/components/auth/common.js
index 680c40be1..d5faf4066 100644
--- a/apps/mobile/app/components/auth/common.js
+++ b/apps/mobile/app/components/auth/common.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/components/auth/forgot-password.js b/apps/mobile/app/components/auth/forgot-password.js
index e0a4d7e4a..fdda27406 100644
--- a/apps/mobile/app/components/auth/forgot-password.js
+++ b/apps/mobile/app/components/auth/forgot-password.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/components/auth/index.js b/apps/mobile/app/components/auth/index.js
index cc8fec038..0fbbe7c3b 100644
--- a/apps/mobile/app/components/auth/index.js
+++ b/apps/mobile/app/components/auth/index.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/components/auth/login.js b/apps/mobile/app/components/auth/login.js
index 4625f0601..99a4a7049 100644
--- a/apps/mobile/app/components/auth/login.js
+++ b/apps/mobile/app/components/auth/login.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/components/auth/session-expired.js b/apps/mobile/app/components/auth/session-expired.js
index af679ffed..cb6bf2109 100644
--- a/apps/mobile/app/components/auth/session-expired.js
+++ b/apps/mobile/app/components/auth/session-expired.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/components/auth/signup.js b/apps/mobile/app/components/auth/signup.js
index efde89f3a..27f62eb8b 100644
--- a/apps/mobile/app/components/auth/signup.js
+++ b/apps/mobile/app/components/auth/signup.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/components/auth/two-factor.js b/apps/mobile/app/components/auth/two-factor.js
index d265b262b..92be05ef2 100644
--- a/apps/mobile/app/components/auth/two-factor.js
+++ b/apps/mobile/app/components/auth/two-factor.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/components/auth/use-login.js b/apps/mobile/app/components/auth/use-login.js
index 60946b94e..cfbbc8495 100644
--- a/apps/mobile/app/components/auth/use-login.js
+++ b/apps/mobile/app/components/auth/use-login.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/components/container/container-header.js b/apps/mobile/app/components/container/container-header.js
index 2121818c7..ffd4861c5 100644
--- a/apps/mobile/app/components/container/container-header.js
+++ b/apps/mobile/app/components/container/container-header.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/components/container/floating-button.js b/apps/mobile/app/components/container/floating-button.js
index 3b2681a0b..2bbc5da12 100644
--- a/apps/mobile/app/components/container/floating-button.js
+++ b/apps/mobile/app/components/container/floating-button.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/components/container/index.js b/apps/mobile/app/components/container/index.js
index 16b8f35d1..9062e5a43 100644
--- a/apps/mobile/app/components/container/index.js
+++ b/apps/mobile/app/components/container/index.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/components/delay-layout/default-placeholder.tsx b/apps/mobile/app/components/delay-layout/default-placeholder.tsx
index f56f2ad9f..50a13ca10 100644
--- a/apps/mobile/app/components/delay-layout/default-placeholder.tsx
+++ b/apps/mobile/app/components/delay-layout/default-placeholder.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/components/delay-layout/index.tsx b/apps/mobile/app/components/delay-layout/index.tsx
index c4e1f7664..23d1fda29 100644
--- a/apps/mobile/app/components/delay-layout/index.tsx
+++ b/apps/mobile/app/components/delay-layout/index.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/components/delay-layout/settings-placeholder.tsx b/apps/mobile/app/components/delay-layout/settings-placeholder.tsx
index 06c58ba53..328ffaa13 100644
--- a/apps/mobile/app/components/delay-layout/settings-placeholder.tsx
+++ b/apps/mobile/app/components/delay-layout/settings-placeholder.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/components/dialog-provider/index.js b/apps/mobile/app/components/dialog-provider/index.js
index f4dec7e26..1baea8141 100644
--- a/apps/mobile/app/components/dialog-provider/index.js
+++ b/apps/mobile/app/components/dialog-provider/index.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/components/dialog-provider/recievers.js b/apps/mobile/app/components/dialog-provider/recievers.js
index 483fa5d78..28b738c09 100644
--- a/apps/mobile/app/components/dialog-provider/recievers.js
+++ b/apps/mobile/app/components/dialog-provider/recievers.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/components/dialog/base-dialog.js b/apps/mobile/app/components/dialog/base-dialog.js
index e5622168e..2bf19bbba 100644
--- a/apps/mobile/app/components/dialog/base-dialog.js
+++ b/apps/mobile/app/components/dialog/base-dialog.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/components/dialog/dialog-buttons.js b/apps/mobile/app/components/dialog/dialog-buttons.js
index b3388b6ab..3521504f7 100644
--- a/apps/mobile/app/components/dialog/dialog-buttons.js
+++ b/apps/mobile/app/components/dialog/dialog-buttons.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/components/dialog/dialog-container.js b/apps/mobile/app/components/dialog/dialog-container.js
index 78cdc7588..9cdc15c91 100644
--- a/apps/mobile/app/components/dialog/dialog-container.js
+++ b/apps/mobile/app/components/dialog/dialog-container.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/components/dialog/dialog-header.tsx b/apps/mobile/app/components/dialog/dialog-header.tsx
index 57b26e3ae..a18a87460 100644
--- a/apps/mobile/app/components/dialog/dialog-header.tsx
+++ b/apps/mobile/app/components/dialog/dialog-header.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -35,7 +35,7 @@ type DialogHeaderProps = {
loading?: boolean;
title?: string;
type?: PressableButtonProps["type"];
- icon?: string
+ icon?: string;
};
paragraphColor?: string;
padding?: number;
diff --git a/apps/mobile/app/components/dialog/functions.ts b/apps/mobile/app/components/dialog/functions.ts
index f5f17fc5d..fc9d1205b 100644
--- a/apps/mobile/app/components/dialog/functions.ts
+++ b/apps/mobile/app/components/dialog/functions.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/components/dialog/index.js b/apps/mobile/app/components/dialog/index.js
index 0ed22ffb4..da92a300b 100644
--- a/apps/mobile/app/components/dialog/index.js
+++ b/apps/mobile/app/components/dialog/index.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/components/dialogs/add-topic/index.js b/apps/mobile/app/components/dialogs/add-topic/index.js
index 44909beb1..0986f9d74 100644
--- a/apps/mobile/app/components/dialogs/add-topic/index.js
+++ b/apps/mobile/app/components/dialogs/add-topic/index.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/components/dialogs/jump-to-section/index.js b/apps/mobile/app/components/dialogs/jump-to-section/index.js
index 69dbe0aac..95613f906 100644
--- a/apps/mobile/app/components/dialogs/jump-to-section/index.js
+++ b/apps/mobile/app/components/dialogs/jump-to-section/index.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/components/dialogs/loading/index.tsx b/apps/mobile/app/components/dialogs/loading/index.tsx
index bb11785ca..c28ccd80c 100644
--- a/apps/mobile/app/components/dialogs/loading/index.tsx
+++ b/apps/mobile/app/components/dialogs/loading/index.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/components/dialogs/result/index.js b/apps/mobile/app/components/dialogs/result/index.js
index 24840fe60..a5b7c10c7 100644
--- a/apps/mobile/app/components/dialogs/result/index.js
+++ b/apps/mobile/app/components/dialogs/result/index.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/components/dialogs/result/pro-features.js b/apps/mobile/app/components/dialogs/result/pro-features.js
index 3dd1caa8d..d736e4db1 100644
--- a/apps/mobile/app/components/dialogs/result/pro-features.js
+++ b/apps/mobile/app/components/dialogs/result/pro-features.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/components/dialogs/vault/index.js b/apps/mobile/app/components/dialogs/vault/index.js
index 11ec81ed9..e808d96ea 100644
--- a/apps/mobile/app/components/dialogs/vault/index.js
+++ b/apps/mobile/app/components/dialogs/vault/index.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/components/exception-handler/index.tsx b/apps/mobile/app/components/exception-handler/index.tsx
index 78009dcaa..4655f923f 100644
--- a/apps/mobile/app/components/exception-handler/index.tsx
+++ b/apps/mobile/app/components/exception-handler/index.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/components/globalsafearea/index.tsx b/apps/mobile/app/components/globalsafearea/index.tsx
index 302356a08..922540b78 100644
--- a/apps/mobile/app/components/globalsafearea/index.tsx
+++ b/apps/mobile/app/components/globalsafearea/index.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/components/header/index.js b/apps/mobile/app/components/header/index.js
index 39b651e9b..358b4b775 100644
--- a/apps/mobile/app/components/header/index.js
+++ b/apps/mobile/app/components/header/index.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/components/header/left-menus.js b/apps/mobile/app/components/header/left-menus.js
index eed49b492..1f6af651f 100644
--- a/apps/mobile/app/components/header/left-menus.js
+++ b/apps/mobile/app/components/header/left-menus.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/components/header/right-menus.js b/apps/mobile/app/components/header/right-menus.js
index 75f3ebdc8..530fe53a0 100644
--- a/apps/mobile/app/components/header/right-menus.js
+++ b/apps/mobile/app/components/header/right-menus.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/components/header/title.js b/apps/mobile/app/components/header/title.js
index bcffcf260..df0898677 100644
--- a/apps/mobile/app/components/header/title.js
+++ b/apps/mobile/app/components/header/title.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/components/image-preview/index.js b/apps/mobile/app/components/image-preview/index.js
index f8f12c627..72d632ac4 100644
--- a/apps/mobile/app/components/image-preview/index.js
+++ b/apps/mobile/app/components/image-preview/index.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/components/intro/index.js b/apps/mobile/app/components/intro/index.js
index 60babca7f..265206b93 100644
--- a/apps/mobile/app/components/intro/index.js
+++ b/apps/mobile/app/components/intro/index.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/components/intro/welcome.js b/apps/mobile/app/components/intro/welcome.js
index 4760491d4..98adede57 100644
--- a/apps/mobile/app/components/intro/welcome.js
+++ b/apps/mobile/app/components/intro/welcome.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/components/launcher/index.js b/apps/mobile/app/components/launcher/index.js
index d9fc6f96e..7478ca5ac 100644
--- a/apps/mobile/app/components/launcher/index.js
+++ b/apps/mobile/app/components/launcher/index.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -152,7 +152,7 @@ const Launcher = React.memo(
}, [introCompleted]);
const checkAppUpdateAvailable = async () => {
- if (__DEV__) return;
+ if (__DEV__) return;
try {
const version =
Config.GITHUB_RELEASE === "true"
diff --git a/apps/mobile/app/components/list-items/footer/index.js b/apps/mobile/app/components/list-items/footer/index.js
index 5416cb433..f2b61d6ae 100644
--- a/apps/mobile/app/components/list-items/footer/index.js
+++ b/apps/mobile/app/components/list-items/footer/index.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/components/list-items/headers/header.js b/apps/mobile/app/components/list-items/headers/header.js
index 64513b8fb..c55fcdc8b 100644
--- a/apps/mobile/app/components/list-items/headers/header.js
+++ b/apps/mobile/app/components/list-items/headers/header.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/components/list-items/headers/notebook-header.js b/apps/mobile/app/components/list-items/headers/notebook-header.js
index 1e8d9a716..97343e950 100644
--- a/apps/mobile/app/components/list-items/headers/notebook-header.js
+++ b/apps/mobile/app/components/list-items/headers/notebook-header.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/components/list-items/headers/section-header.js b/apps/mobile/app/components/list-items/headers/section-header.js
index 0e9093a83..807469406 100644
--- a/apps/mobile/app/components/list-items/headers/section-header.js
+++ b/apps/mobile/app/components/list-items/headers/section-header.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/components/list-items/note/index.js b/apps/mobile/app/components/list-items/note/index.js
index db554137b..86f82b8ec 100644
--- a/apps/mobile/app/components/list-items/note/index.js
+++ b/apps/mobile/app/components/list-items/note/index.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/components/list-items/note/wrapper.js b/apps/mobile/app/components/list-items/note/wrapper.js
index ac0f5685b..737f3bcf3 100644
--- a/apps/mobile/app/components/list-items/note/wrapper.js
+++ b/apps/mobile/app/components/list-items/note/wrapper.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/components/list-items/notebook/index.js b/apps/mobile/app/components/list-items/notebook/index.js
index 0e0b9f062..36738caeb 100644
--- a/apps/mobile/app/components/list-items/notebook/index.js
+++ b/apps/mobile/app/components/list-items/notebook/index.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -131,7 +131,6 @@ export const NotebookItem = ({
height: SIZE.md + 2
}}
>
-
{isTrash ? (
<>
{item.type === "note" ? (
diff --git a/apps/mobile/app/components/list-items/selection-wrapper/selection.js b/apps/mobile/app/components/list-items/selection-wrapper/selection.js
index 1ca57d3be..09dcc2874 100644
--- a/apps/mobile/app/components/list-items/selection-wrapper/selection.js
+++ b/apps/mobile/app/components/list-items/selection-wrapper/selection.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/components/list-items/tag/index.js b/apps/mobile/app/components/list-items/tag/index.js
index 01c878be7..f0bb8d1e2 100644
--- a/apps/mobile/app/components/list-items/tag/index.js
+++ b/apps/mobile/app/components/list-items/tag/index.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/components/list/card.js b/apps/mobile/app/components/list/card.js
index 5c51d1834..c0c271364 100644
--- a/apps/mobile/app/components/list/card.js
+++ b/apps/mobile/app/components/list/card.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/components/list/empty.js b/apps/mobile/app/components/list/empty.js
index acb2ddde0..42973634f 100644
--- a/apps/mobile/app/components/list/empty.js
+++ b/apps/mobile/app/components/list/empty.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/components/list/index.js b/apps/mobile/app/components/list/index.js
index 739a36ab3..3cbc8f0a4 100644
--- a/apps/mobile/app/components/list/index.js
+++ b/apps/mobile/app/components/list/index.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -85,9 +85,9 @@ const RenderItem = ({ item, index, type, ...restArgs }) => {
};
/**
- *
- * @param {any} param0
- * @returns
+ *
+ * @param {any} param0
+ * @returns
*/
const List = ({
listData,
diff --git a/apps/mobile/app/components/merge-conflicts/index.js b/apps/mobile/app/components/merge-conflicts/index.js
index 35a0824a0..0c0ccc305 100644
--- a/apps/mobile/app/components/merge-conflicts/index.js
+++ b/apps/mobile/app/components/merge-conflicts/index.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/components/note-history/index.js b/apps/mobile/app/components/note-history/index.js
index 4d3c23420..c4800d61f 100644
--- a/apps/mobile/app/components/note-history/index.js
+++ b/apps/mobile/app/components/note-history/index.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/components/note-history/preview.js b/apps/mobile/app/components/note-history/preview.js
index b5cc59dd3..37a54738c 100644
--- a/apps/mobile/app/components/note-history/preview.js
+++ b/apps/mobile/app/components/note-history/preview.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -93,7 +93,7 @@ export default function NotePreview({ session, content, note }) {
paragraph: `Are you sure you want to delete this note from trash permanentaly`,
positiveText: "Delete",
negativeText: "Cancel",
- context:"local",
+ context: "local",
positivePress: async () => {
await db.trash.delete(note.id);
useTrashStore.getState().setTrash();
@@ -105,7 +105,7 @@ export default function NotePreview({ session, content, note }) {
});
eSendEvent(eCloseSheet);
},
- positiveType:"error"
+ positiveType: "error"
});
};
diff --git a/apps/mobile/app/components/premium/compact-features.js b/apps/mobile/app/components/premium/compact-features.js
index 502b2dcb0..b6f2a7a37 100644
--- a/apps/mobile/app/components/premium/compact-features.js
+++ b/apps/mobile/app/components/premium/compact-features.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/components/premium/component.js b/apps/mobile/app/components/premium/component.js
index bccb11bbf..5d9f58dea 100644
--- a/apps/mobile/app/components/premium/component.js
+++ b/apps/mobile/app/components/premium/component.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -48,7 +48,7 @@ import { Walkthrough } from "../walkthroughs";
import { features } from "./features";
import { Group } from "./group";
import { PricingPlans } from "./pricing-plans";
-import { Platform } from 'react-native';
+import { Platform } from "react-native";
export const Component = ({ close, promo }) => {
const colors = useThemeStore((state) => state.colors);
diff --git a/apps/mobile/app/components/premium/expiring.js b/apps/mobile/app/components/premium/expiring.js
index 52c3272e1..48da35566 100644
--- a/apps/mobile/app/components/premium/expiring.js
+++ b/apps/mobile/app/components/premium/expiring.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/components/premium/feature.js b/apps/mobile/app/components/premium/feature.js
index 5bf36620a..d15be7ed5 100644
--- a/apps/mobile/app/components/premium/feature.js
+++ b/apps/mobile/app/components/premium/feature.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/components/premium/features.js b/apps/mobile/app/components/premium/features.js
index a175f7462..5316a6224 100644
--- a/apps/mobile/app/components/premium/features.js
+++ b/apps/mobile/app/components/premium/features.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/components/premium/group.js b/apps/mobile/app/components/premium/group.js
index fdbd19a4d..2a2408aa0 100644
--- a/apps/mobile/app/components/premium/group.js
+++ b/apps/mobile/app/components/premium/group.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/components/premium/index.js b/apps/mobile/app/components/premium/index.js
index 230bbb832..46c25bc49 100644
--- a/apps/mobile/app/components/premium/index.js
+++ b/apps/mobile/app/components/premium/index.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/components/premium/offer.js b/apps/mobile/app/components/premium/offer.js
index 260b75bb1..699a32190 100644
--- a/apps/mobile/app/components/premium/offer.js
+++ b/apps/mobile/app/components/premium/offer.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/components/premium/premium-toast.js b/apps/mobile/app/components/premium/premium-toast.js
index 9abe294a3..c04494608 100644
--- a/apps/mobile/app/components/premium/premium-toast.js
+++ b/apps/mobile/app/components/premium/premium-toast.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/components/premium/pricing-item.js b/apps/mobile/app/components/premium/pricing-item.js
index e6ee55f13..70d04a485 100644
--- a/apps/mobile/app/components/premium/pricing-item.js
+++ b/apps/mobile/app/components/premium/pricing-item.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/components/premium/pricing-plans.js b/apps/mobile/app/components/premium/pricing-plans.js
index 279eec9be..b075eaed5 100644
--- a/apps/mobile/app/components/premium/pricing-plans.js
+++ b/apps/mobile/app/components/premium/pricing-plans.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/components/premium/pro-tag.js b/apps/mobile/app/components/premium/pro-tag.js
index 205f6d433..c1c9a6848 100644
--- a/apps/mobile/app/components/premium/pro-tag.js
+++ b/apps/mobile/app/components/premium/pro-tag.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/components/properties/color-tags.js b/apps/mobile/app/components/properties/color-tags.js
index 14897d1a9..3063d67d0 100644
--- a/apps/mobile/app/components/properties/color-tags.js
+++ b/apps/mobile/app/components/properties/color-tags.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/components/properties/date-meta.js b/apps/mobile/app/components/properties/date-meta.js
index b1b5e5124..7cc8ebfc3 100644
--- a/apps/mobile/app/components/properties/date-meta.js
+++ b/apps/mobile/app/components/properties/date-meta.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/components/properties/dev-mode.js b/apps/mobile/app/components/properties/dev-mode.js
index b4acbea34..13b13c8da 100644
--- a/apps/mobile/app/components/properties/dev-mode.js
+++ b/apps/mobile/app/components/properties/dev-mode.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/components/properties/index.js b/apps/mobile/app/components/properties/index.js
index 33e9274d4..c6833977f 100644
--- a/apps/mobile/app/components/properties/index.js
+++ b/apps/mobile/app/components/properties/index.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/components/properties/items.js b/apps/mobile/app/components/properties/items.js
index 2ef350b68..3557df8f0 100644
--- a/apps/mobile/app/components/properties/items.js
+++ b/apps/mobile/app/components/properties/items.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/components/properties/notebooks.js b/apps/mobile/app/components/properties/notebooks.js
index cb9bbd655..6efa03da8 100644
--- a/apps/mobile/app/components/properties/notebooks.js
+++ b/apps/mobile/app/components/properties/notebooks.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/components/properties/synced.js b/apps/mobile/app/components/properties/synced.js
index de72e2794..5967e3bf1 100644
--- a/apps/mobile/app/components/properties/synced.js
+++ b/apps/mobile/app/components/properties/synced.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/components/properties/tags.js b/apps/mobile/app/components/properties/tags.js
index ef7dd97fa..b4c8f52f6 100644
--- a/apps/mobile/app/components/properties/tags.js
+++ b/apps/mobile/app/components/properties/tags.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/components/properties/topics.js b/apps/mobile/app/components/properties/topics.js
index 73974cf6b..0e7ec2c7c 100644
--- a/apps/mobile/app/components/properties/topics.js
+++ b/apps/mobile/app/components/properties/topics.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/components/selection-header/index.js b/apps/mobile/app/components/selection-header/index.js
index 0dd794d3f..b9b8b0e97 100644
--- a/apps/mobile/app/components/selection-header/index.js
+++ b/apps/mobile/app/components/selection-header/index.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/components/sheet-provider/index.js b/apps/mobile/app/components/sheet-provider/index.js
index e1d994e7e..d2562b4d2 100644
--- a/apps/mobile/app/components/sheet-provider/index.js
+++ b/apps/mobile/app/components/sheet-provider/index.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -153,15 +153,19 @@ const SheetProvider = ({ context = "global" }) => {
{typeof dialogData.component === "function"
- ? dialogData.component(actionSheetRef, () => close(context), (data) => {
- if (!data) return;
- setDialogData((prevData) => {
- return {
- ...prevData,
- ...data
- };
- });
- })
+ ? dialogData.component(
+ actionSheetRef,
+ () => close(context),
+ (data) => {
+ if (!data) return;
+ setDialogData((prevData) => {
+ return {
+ ...prevData,
+ ...data
+ };
+ });
+ }
+ )
: dialogData.component}
{
}}
>
Please wait...
- {loading && loading.current && loading.total ?
- `\nDownloading attachments (${
- loading?.current / loading?.total
- })` : ""}
+ {loading && loading.current && loading.total
+ ? `\nDownloading attachments (${
+ loading?.current / loading?.total
+ })`
+ : ""}
) : (
diff --git a/apps/mobile/app/components/sheets/rate-app/index.js b/apps/mobile/app/components/sheets/rate-app/index.js
index 667a76447..3eb41263c 100644
--- a/apps/mobile/app/components/sheets/rate-app/index.js
+++ b/apps/mobile/app/components/sheets/rate-app/index.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/components/sheets/recovery-key/index.js b/apps/mobile/app/components/sheets/recovery-key/index.js
index e6b3e7f61..921b50ccc 100644
--- a/apps/mobile/app/components/sheets/recovery-key/index.js
+++ b/apps/mobile/app/components/sheets/recovery-key/index.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/components/sheets/relations-list/index.tsx b/apps/mobile/app/components/sheets/relations-list/index.tsx
index f6b31b0cb..176484808 100644
--- a/apps/mobile/app/components/sheets/relations-list/index.tsx
+++ b/apps/mobile/app/components/sheets/relations-list/index.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/components/sheets/reminder-notify/index.tsx b/apps/mobile/app/components/sheets/reminder-notify/index.tsx
index b9a64f2ff..d0e8d84a8 100644
--- a/apps/mobile/app/components/sheets/reminder-notify/index.tsx
+++ b/apps/mobile/app/components/sheets/reminder-notify/index.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/components/sheets/reminder/index.tsx b/apps/mobile/app/components/sheets/reminder/index.tsx
index 18fb7b51a..720b61839 100644
--- a/apps/mobile/app/components/sheets/reminder/index.tsx
+++ b/apps/mobile/app/components/sheets/reminder/index.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/components/sheets/restore-data/index.js b/apps/mobile/app/components/sheets/restore-data/index.js
index 67d53cf54..1633a1705 100644
--- a/apps/mobile/app/components/sheets/restore-data/index.js
+++ b/apps/mobile/app/components/sheets/restore-data/index.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/components/sheets/sort/index.js b/apps/mobile/app/components/sheets/sort/index.js
index 706491f48..c8037fd7b 100644
--- a/apps/mobile/app/components/sheets/sort/index.js
+++ b/apps/mobile/app/components/sheets/sort/index.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -141,8 +141,10 @@ const Sort = ({ type, screen }) => {
) : (
Object.keys(SORT).map((item) =>
(item === "title" && groupOptions.groupBy !== "none") ||
- ((screen !== "Tags" || screen !== "Reminders") && item === "dateModified") ||
- ((screen === "Tags" || screen === "Reminders") && item === "dateEdited") ? null : (
+ ((screen !== "Tags" || screen !== "Reminders") &&
+ item === "dateModified") ||
+ ((screen === "Tags" || screen === "Reminders") &&
+ item === "dateEdited") ? null : (
;
animatedViewProps?: Animated.AnimateProps;
- hidden?:boolean
+ hidden?: boolean;
}
export const PressableButton = ({
diff --git a/apps/mobile/app/components/ui/reminder-time/index.tsx b/apps/mobile/app/components/ui/reminder-time/index.tsx
index f388b8457..751264e12 100644
--- a/apps/mobile/app/components/ui/reminder-time/index.tsx
+++ b/apps/mobile/app/components/ui/reminder-time/index.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/components/ui/seperator/index.tsx b/apps/mobile/app/components/ui/seperator/index.tsx
index 53c458933..e715af956 100644
--- a/apps/mobile/app/components/ui/seperator/index.tsx
+++ b/apps/mobile/app/components/ui/seperator/index.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/components/ui/sheet/index.js b/apps/mobile/app/components/ui/sheet/index.js
index 697271fe4..7f7436787 100644
--- a/apps/mobile/app/components/ui/sheet/index.js
+++ b/apps/mobile/app/components/ui/sheet/index.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/components/ui/svg/index.tsx b/apps/mobile/app/components/ui/svg/index.tsx
index 5fbba335d..d51c6929f 100644
--- a/apps/mobile/app/components/ui/svg/index.tsx
+++ b/apps/mobile/app/components/ui/svg/index.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/components/ui/svg/lazy.js b/apps/mobile/app/components/ui/svg/lazy.js
index 7a8a89c5c..9546bfebd 100644
--- a/apps/mobile/app/components/ui/svg/lazy.js
+++ b/apps/mobile/app/components/ui/svg/lazy.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/components/ui/svg/module-svg.js b/apps/mobile/app/components/ui/svg/module-svg.js
index a6bff6b1d..0eef910f3 100644
--- a/apps/mobile/app/components/ui/svg/module-svg.js
+++ b/apps/mobile/app/components/ui/svg/module-svg.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/components/ui/tag/index.tsx b/apps/mobile/app/components/ui/tag/index.tsx
index d36981708..72141250a 100644
--- a/apps/mobile/app/components/ui/tag/index.tsx
+++ b/apps/mobile/app/components/ui/tag/index.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/components/ui/time-since/index.tsx b/apps/mobile/app/components/ui/time-since/index.tsx
index 470fe9d32..e4c2f2677 100644
--- a/apps/mobile/app/components/ui/time-since/index.tsx
+++ b/apps/mobile/app/components/ui/time-since/index.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -25,7 +25,7 @@ import Paragraph from "../typography/paragraph";
interface TimeSinceProps extends TextProps {
updateFrequency: number;
time: number;
- bold?: boolean
+ bold?: boolean;
}
export const TimeSince = ({
diff --git a/apps/mobile/app/components/ui/transitions/bouncing-view.js b/apps/mobile/app/components/ui/transitions/bouncing-view.js
index fef261509..11948836b 100644
--- a/apps/mobile/app/components/ui/transitions/bouncing-view.js
+++ b/apps/mobile/app/components/ui/transitions/bouncing-view.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/components/ui/typography/heading.tsx b/apps/mobile/app/components/ui/typography/heading.tsx
index 6f84adc44..03e65ee79 100644
--- a/apps/mobile/app/components/ui/typography/heading.tsx
+++ b/apps/mobile/app/components/ui/typography/heading.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/components/ui/typography/paragraph.tsx b/apps/mobile/app/components/ui/typography/paragraph.tsx
index 803cb59ab..78116e553 100644
--- a/apps/mobile/app/components/ui/typography/paragraph.tsx
+++ b/apps/mobile/app/components/ui/typography/paragraph.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/components/walkthroughs/index.tsx b/apps/mobile/app/components/walkthroughs/index.tsx
index 75b5b2bcb..eade89529 100644
--- a/apps/mobile/app/components/walkthroughs/index.tsx
+++ b/apps/mobile/app/components/walkthroughs/index.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/components/walkthroughs/walkthroughs.tsx b/apps/mobile/app/components/walkthroughs/walkthroughs.tsx
index b4c634163..2a2c3d3ad 100644
--- a/apps/mobile/app/components/walkthroughs/walkthroughs.tsx
+++ b/apps/mobile/app/components/walkthroughs/walkthroughs.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/features.ts b/apps/mobile/app/features.ts
index a0ac5848e..d11883934 100644
--- a/apps/mobile/app/features.ts
+++ b/apps/mobile/app/features.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/hooks/use-actions.js b/apps/mobile/app/hooks/use-actions.js
index 3e033049e..12271e13e 100644
--- a/apps/mobile/app/hooks/use-actions.js
+++ b/apps/mobile/app/hooks/use-actions.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -863,7 +863,7 @@ export const useActions = ({ close = () => null, item }) => {
"Reminders"
);
}
- },
+ }
// {
// name: "ReferencedIn",
// title: "References",
diff --git a/apps/mobile/app/hooks/use-app-events.js b/apps/mobile/app/hooks/use-app-events.js
index b360d9ba6..cc54fc43b 100644
--- a/apps/mobile/app/hooks/use-app-events.js
+++ b/apps/mobile/app/hooks/use-app-events.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/hooks/use-app-state.ts b/apps/mobile/app/hooks/use-app-state.ts
index ccb855e8d..7275b2135 100644
--- a/apps/mobile/app/hooks/use-app-state.ts
+++ b/apps/mobile/app/hooks/use-app-state.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/hooks/use-attachment-progress.js b/apps/mobile/app/hooks/use-attachment-progress.js
index 4e1db42a0..39d807925 100644
--- a/apps/mobile/app/hooks/use-attachment-progress.js
+++ b/apps/mobile/app/hooks/use-attachment-progress.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/hooks/use-delay-layout.ts b/apps/mobile/app/hooks/use-delay-layout.ts
index b4682ed5c..b5cb1a83a 100644
--- a/apps/mobile/app/hooks/use-delay-layout.ts
+++ b/apps/mobile/app/hooks/use-delay-layout.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/hooks/use-editor-tags.ts b/apps/mobile/app/hooks/use-editor-tags.ts
index 54fb00575..61f930c9a 100644
--- a/apps/mobile/app/hooks/use-editor-tags.ts
+++ b/apps/mobile/app/hooks/use-editor-tags.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/hooks/use-global-safe-area-insets.ts b/apps/mobile/app/hooks/use-global-safe-area-insets.ts
index 1496984a1..a4ed911f9 100644
--- a/apps/mobile/app/hooks/use-global-safe-area-insets.ts
+++ b/apps/mobile/app/hooks/use-global-safe-area-insets.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/hooks/use-immediate.ts b/apps/mobile/app/hooks/use-immediate.ts
index 13d6a5e52..3381fb816 100644
--- a/apps/mobile/app/hooks/use-immediate.ts
+++ b/apps/mobile/app/hooks/use-immediate.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/hooks/use-is-floating-keyboard.ts b/apps/mobile/app/hooks/use-is-floating-keyboard.ts
index 87f31615b..52896d55d 100644
--- a/apps/mobile/app/hooks/use-is-floating-keyboard.ts
+++ b/apps/mobile/app/hooks/use-is-floating-keyboard.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/hooks/use-keyboard.ts b/apps/mobile/app/hooks/use-keyboard.ts
index 36a7f5072..04b04a4d3 100644
--- a/apps/mobile/app/hooks/use-keyboard.ts
+++ b/apps/mobile/app/hooks/use-keyboard.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/hooks/use-navigation-focus.ts b/apps/mobile/app/hooks/use-navigation-focus.ts
index c4bb933c9..6dc482fd1 100644
--- a/apps/mobile/app/hooks/use-navigation-focus.ts
+++ b/apps/mobile/app/hooks/use-navigation-focus.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/hooks/use-pricing.ts b/apps/mobile/app/hooks/use-pricing.ts
index fae7ad7d3..116e5dc3f 100644
--- a/apps/mobile/app/hooks/use-pricing.ts
+++ b/apps/mobile/app/hooks/use-pricing.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/hooks/use-rotator.ts b/apps/mobile/app/hooks/use-rotator.ts
index 17bc140ee..1e9c7ac22 100644
--- a/apps/mobile/app/hooks/use-rotator.ts
+++ b/apps/mobile/app/hooks/use-rotator.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/hooks/use-shortcut-manager.ts b/apps/mobile/app/hooks/use-shortcut-manager.ts
index 4d69ec7a9..c0f3507d9 100644
--- a/apps/mobile/app/hooks/use-shortcut-manager.ts
+++ b/apps/mobile/app/hooks/use-shortcut-manager.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/hooks/use-sync-progress.ts b/apps/mobile/app/hooks/use-sync-progress.ts
index f20d741ca..1fa078a93 100644
--- a/apps/mobile/app/hooks/use-sync-progress.ts
+++ b/apps/mobile/app/hooks/use-sync-progress.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/hooks/use-timer.ts b/apps/mobile/app/hooks/use-timer.ts
index 58af0e459..004ca3d7b 100644
--- a/apps/mobile/app/hooks/use-timer.ts
+++ b/apps/mobile/app/hooks/use-timer.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/hooks/use-tooltip.ts b/apps/mobile/app/hooks/use-tooltip.ts
index 74045e7aa..c6b745a3b 100644
--- a/apps/mobile/app/hooks/use-tooltip.ts
+++ b/apps/mobile/app/hooks/use-tooltip.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/hooks/use-vault-status.js b/apps/mobile/app/hooks/use-vault-status.js
index 1d7b80f2c..1a867c8e5 100644
--- a/apps/mobile/app/hooks/use-vault-status.js
+++ b/apps/mobile/app/hooks/use-vault-status.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/hooks/use-vault-status.ts b/apps/mobile/app/hooks/use-vault-status.ts
index 5ec9c143f..07d1767b5 100644
--- a/apps/mobile/app/hooks/use-vault-status.ts
+++ b/apps/mobile/app/hooks/use-vault-status.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/navigation/index.js b/apps/mobile/app/navigation/index.js
index 9c4141454..b2dc1d431 100644
--- a/apps/mobile/app/navigation/index.js
+++ b/apps/mobile/app/navigation/index.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/navigation/navigation-stack.js b/apps/mobile/app/navigation/navigation-stack.js
index c6717dade..8441ce743 100644
--- a/apps/mobile/app/navigation/navigation-stack.js
+++ b/apps/mobile/app/navigation/navigation-stack.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/navigation/tabs-holder.js b/apps/mobile/app/navigation/tabs-holder.js
index fd5efba6e..77f301067 100644
--- a/apps/mobile/app/navigation/tabs-holder.js
+++ b/apps/mobile/app/navigation/tabs-holder.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/screens/editor/index.tsx b/apps/mobile/app/screens/editor/index.tsx
index e9206c415..a852b31a6 100755
--- a/apps/mobile/app/screens/editor/index.tsx
+++ b/apps/mobile/app/screens/editor/index.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/screens/editor/loading.js b/apps/mobile/app/screens/editor/loading.js
index d67b8f618..292e9a8d0 100644
--- a/apps/mobile/app/screens/editor/loading.js
+++ b/apps/mobile/app/screens/editor/loading.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/screens/editor/progress.js b/apps/mobile/app/screens/editor/progress.js
index e8ace6901..1b771eca9 100644
--- a/apps/mobile/app/screens/editor/progress.js
+++ b/apps/mobile/app/screens/editor/progress.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/screens/editor/source.ts b/apps/mobile/app/screens/editor/source.ts
index 7d7371863..3f343edf2 100644
--- a/apps/mobile/app/screens/editor/source.ts
+++ b/apps/mobile/app/screens/editor/source.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/screens/editor/tiptap/commands.ts b/apps/mobile/app/screens/editor/tiptap/commands.ts
index 4694ea1cb..3b3f303f5 100644
--- a/apps/mobile/app/screens/editor/tiptap/commands.ts
+++ b/apps/mobile/app/screens/editor/tiptap/commands.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/screens/editor/tiptap/editor-events.ts b/apps/mobile/app/screens/editor/tiptap/editor-events.ts
index 28b6411af..eb7ce414a 100644
--- a/apps/mobile/app/screens/editor/tiptap/editor-events.ts
+++ b/apps/mobile/app/screens/editor/tiptap/editor-events.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/screens/editor/tiptap/picker.js b/apps/mobile/app/screens/editor/tiptap/picker.js
index 3a960fdd1..cf1e8b10b 100644
--- a/apps/mobile/app/screens/editor/tiptap/picker.js
+++ b/apps/mobile/app/screens/editor/tiptap/picker.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/screens/editor/tiptap/types.ts b/apps/mobile/app/screens/editor/tiptap/types.ts
index 7df250f16..aab228f71 100644
--- a/apps/mobile/app/screens/editor/tiptap/types.ts
+++ b/apps/mobile/app/screens/editor/tiptap/types.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/screens/editor/tiptap/use-editor-events.ts b/apps/mobile/app/screens/editor/tiptap/use-editor-events.ts
index b7741f360..cf8244606 100644
--- a/apps/mobile/app/screens/editor/tiptap/use-editor-events.ts
+++ b/apps/mobile/app/screens/editor/tiptap/use-editor-events.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -129,7 +129,7 @@ export const useEditorEvents = (
) => {
const deviceMode = useSettingStore((state) => state.deviceMode);
const fullscreen = useSettingStore((state) => state.fullscreen);
- const corsProxy = useSettingStore(state => state.settings.corsProxy);
+ const corsProxy = useSettingStore((state) => state.settings.corsProxy);
const handleBack = useRef();
const readonly = useEditorStore((state) => state.readonly);
const isPremium = useUserStore((state) => state.premium);
@@ -150,7 +150,7 @@ export const useEditorEvents = (
noToolbar: readonly || editorPropReadonly || noToolbar,
keyboardShown: keyboardShown || false,
doubleSpacedLines: doubleSpacedLines,
- corsProxy:corsProxy
+ corsProxy: corsProxy
});
}, [
fullscreen,
diff --git a/apps/mobile/app/screens/editor/tiptap/use-editor.ts b/apps/mobile/app/screens/editor/tiptap/use-editor.ts
index dc7bac2e6..e63c19755 100644
--- a/apps/mobile/app/screens/editor/tiptap/use-editor.ts
+++ b/apps/mobile/app/screens/editor/tiptap/use-editor.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/screens/editor/tiptap/utils.ts b/apps/mobile/app/screens/editor/tiptap/utils.ts
index 8bb694fcf..61173742e 100644
--- a/apps/mobile/app/screens/editor/tiptap/utils.ts
+++ b/apps/mobile/app/screens/editor/tiptap/utils.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/screens/editor/wrapper.js b/apps/mobile/app/screens/editor/wrapper.js
index 1fae39098..6b30acc11 100644
--- a/apps/mobile/app/screens/editor/wrapper.js
+++ b/apps/mobile/app/screens/editor/wrapper.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/screens/favorites/index.tsx b/apps/mobile/app/screens/favorites/index.tsx
index 99182eaff..b44a25c1b 100644
--- a/apps/mobile/app/screens/favorites/index.tsx
+++ b/apps/mobile/app/screens/favorites/index.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/screens/home/index.tsx b/apps/mobile/app/screens/home/index.tsx
index 61737fb35..1e5ff7b8e 100755
--- a/apps/mobile/app/screens/home/index.tsx
+++ b/apps/mobile/app/screens/home/index.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/screens/notebook/index.tsx b/apps/mobile/app/screens/notebook/index.tsx
index 53cc009fb..e04a6a2a6 100644
--- a/apps/mobile/app/screens/notebook/index.tsx
+++ b/apps/mobile/app/screens/notebook/index.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/screens/notebooks/index.tsx b/apps/mobile/app/screens/notebooks/index.tsx
index 42f6e8cfd..975cda22e 100644
--- a/apps/mobile/app/screens/notebooks/index.tsx
+++ b/apps/mobile/app/screens/notebooks/index.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/screens/notes/colored.tsx b/apps/mobile/app/screens/notes/colored.tsx
index fd3b4fbb8..2d0b85f70 100644
--- a/apps/mobile/app/screens/notes/colored.tsx
+++ b/apps/mobile/app/screens/notes/colored.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/screens/notes/common.ts b/apps/mobile/app/screens/notes/common.ts
index 1907dec3a..038f69187 100644
--- a/apps/mobile/app/screens/notes/common.ts
+++ b/apps/mobile/app/screens/notes/common.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/screens/notes/index.tsx b/apps/mobile/app/screens/notes/index.tsx
index 5dc6ee1f5..1cce4bf20 100644
--- a/apps/mobile/app/screens/notes/index.tsx
+++ b/apps/mobile/app/screens/notes/index.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/screens/notes/monographs.tsx b/apps/mobile/app/screens/notes/monographs.tsx
index 8c7b73cba..535650140 100644
--- a/apps/mobile/app/screens/notes/monographs.tsx
+++ b/apps/mobile/app/screens/notes/monographs.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/screens/notes/tagged.tsx b/apps/mobile/app/screens/notes/tagged.tsx
index 7bb8d5a6a..460c0f385 100644
--- a/apps/mobile/app/screens/notes/tagged.tsx
+++ b/apps/mobile/app/screens/notes/tagged.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/screens/notes/topic-notes.tsx b/apps/mobile/app/screens/notes/topic-notes.tsx
index f9318e4c8..88da8cdd8 100644
--- a/apps/mobile/app/screens/notes/topic-notes.tsx
+++ b/apps/mobile/app/screens/notes/topic-notes.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/screens/reminders/index.tsx b/apps/mobile/app/screens/reminders/index.tsx
index 7302ebc19..38478f7d3 100644
--- a/apps/mobile/app/screens/reminders/index.tsx
+++ b/apps/mobile/app/screens/reminders/index.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -62,7 +62,7 @@ export const Reminders = ({
);
useNavigationStore.getState().update({
name: route.name,
- beta:true
+ beta: true
});
SearchService.prepareSearch = prepareSearch;
diff --git a/apps/mobile/app/screens/search/index.js b/apps/mobile/app/screens/search/index.js
index d24a24cb6..b26aea3e0 100644
--- a/apps/mobile/app/screens/search/index.js
+++ b/apps/mobile/app/screens/search/index.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/screens/search/search-bar.js b/apps/mobile/app/screens/search/search-bar.js
index 211cc26fc..176bf42da 100644
--- a/apps/mobile/app/screens/search/search-bar.js
+++ b/apps/mobile/app/screens/search/search-bar.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/screens/settings/2fa.tsx b/apps/mobile/app/screens/settings/2fa.tsx
index 13ac8700c..0e846e520 100644
--- a/apps/mobile/app/screens/settings/2fa.tsx
+++ b/apps/mobile/app/screens/settings/2fa.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/screens/settings/app-lock.js b/apps/mobile/app/screens/settings/app-lock.js
index 67daa9a59..fdabd412f 100644
--- a/apps/mobile/app/screens/settings/app-lock.js
+++ b/apps/mobile/app/screens/settings/app-lock.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/screens/settings/appearance.js b/apps/mobile/app/screens/settings/appearance.js
index 1f1a41d8a..dd2762e76 100644
--- a/apps/mobile/app/screens/settings/appearance.js
+++ b/apps/mobile/app/screens/settings/appearance.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/screens/settings/backup-restore.js b/apps/mobile/app/screens/settings/backup-restore.js
index e713d2333..fb8d01ee9 100644
--- a/apps/mobile/app/screens/settings/backup-restore.js
+++ b/apps/mobile/app/screens/settings/backup-restore.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/screens/settings/components.tsx b/apps/mobile/app/screens/settings/components.tsx
index 7e0e5f700..b8559d26b 100644
--- a/apps/mobile/app/screens/settings/components.tsx
+++ b/apps/mobile/app/screens/settings/components.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/screens/settings/debug.tsx b/apps/mobile/app/screens/settings/debug.tsx
index 535332e14..537cca207 100644
--- a/apps/mobile/app/screens/settings/debug.tsx
+++ b/apps/mobile/app/screens/settings/debug.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/screens/settings/editor/common.tsx b/apps/mobile/app/screens/settings/editor/common.tsx
index 7185eedc8..0ac364852 100644
--- a/apps/mobile/app/screens/settings/editor/common.tsx
+++ b/apps/mobile/app/screens/settings/editor/common.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/screens/settings/editor/configure-toolbar.tsx b/apps/mobile/app/screens/settings/editor/configure-toolbar.tsx
index 7abd4a6a2..104cfd79a 100644
--- a/apps/mobile/app/screens/settings/editor/configure-toolbar.tsx
+++ b/apps/mobile/app/screens/settings/editor/configure-toolbar.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/screens/settings/editor/group.tsx b/apps/mobile/app/screens/settings/editor/group.tsx
index 27cb63654..50b0b55a0 100644
--- a/apps/mobile/app/screens/settings/editor/group.tsx
+++ b/apps/mobile/app/screens/settings/editor/group.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/screens/settings/editor/state.ts b/apps/mobile/app/screens/settings/editor/state.ts
index 0e683583f..ab832ea8e 100644
--- a/apps/mobile/app/screens/settings/editor/state.ts
+++ b/apps/mobile/app/screens/settings/editor/state.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -68,7 +68,7 @@ export const useDragState = create(
customPresetData: presets["custom"],
setData: (data) => {
const _data = clone(data);
-
+
presets["custom"] = _data;
db.settings?.setToolbarConfig(
useSettingStore.getState().deviceMode || "mobile",
diff --git a/apps/mobile/app/screens/settings/editor/tool-sheet.tsx b/apps/mobile/app/screens/settings/editor/tool-sheet.tsx
index 01f1a9a39..acc58f7d6 100644
--- a/apps/mobile/app/screens/settings/editor/tool-sheet.tsx
+++ b/apps/mobile/app/screens/settings/editor/tool-sheet.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/screens/settings/editor/tool.tsx b/apps/mobile/app/screens/settings/editor/tool.tsx
index d997dd3d5..19788da38 100644
--- a/apps/mobile/app/screens/settings/editor/tool.tsx
+++ b/apps/mobile/app/screens/settings/editor/tool.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/screens/settings/editor/toolbar-definition.ts b/apps/mobile/app/screens/settings/editor/toolbar-definition.ts
index 51cc376d4..8372c8f6b 100644
--- a/apps/mobile/app/screens/settings/editor/toolbar-definition.ts
+++ b/apps/mobile/app/screens/settings/editor/toolbar-definition.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/screens/settings/functions.js b/apps/mobile/app/screens/settings/functions.js
index 35ec06976..a6a2df99a 100644
--- a/apps/mobile/app/screens/settings/functions.js
+++ b/apps/mobile/app/screens/settings/functions.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/screens/settings/group.tsx b/apps/mobile/app/screens/settings/group.tsx
index 0914b3b76..1949ed0bd 100644
--- a/apps/mobile/app/screens/settings/group.tsx
+++ b/apps/mobile/app/screens/settings/group.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/screens/settings/home.tsx b/apps/mobile/app/screens/settings/home.tsx
index 571d153ba..2e8f32f4c 100644
--- a/apps/mobile/app/screens/settings/home.tsx
+++ b/apps/mobile/app/screens/settings/home.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/screens/settings/index.tsx b/apps/mobile/app/screens/settings/index.tsx
index aa64f6d21..186f9f261 100644
--- a/apps/mobile/app/screens/settings/index.tsx
+++ b/apps/mobile/app/screens/settings/index.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/screens/settings/section-group.tsx b/apps/mobile/app/screens/settings/section-group.tsx
index 0ffa0937e..dcbae2bf9 100644
--- a/apps/mobile/app/screens/settings/section-group.tsx
+++ b/apps/mobile/app/screens/settings/section-group.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/screens/settings/section-item.tsx b/apps/mobile/app/screens/settings/section-item.tsx
index 8d69635a2..6b0cc6fd4 100644
--- a/apps/mobile/app/screens/settings/section-item.tsx
+++ b/apps/mobile/app/screens/settings/section-item.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/screens/settings/settings-data.tsx b/apps/mobile/app/screens/settings/settings-data.tsx
index 46a6c971e..6134f0eb5 100644
--- a/apps/mobile/app/screens/settings/settings-data.tsx
+++ b/apps/mobile/app/screens/settings/settings-data.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/screens/settings/sound-picker.tsx b/apps/mobile/app/screens/settings/sound-picker.tsx
index 7ff4039c7..fd26a7717 100644
--- a/apps/mobile/app/screens/settings/sound-picker.tsx
+++ b/apps/mobile/app/screens/settings/sound-picker.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/screens/settings/subscription.js b/apps/mobile/app/screens/settings/subscription.js
index 3b4677efa..1fa834fd7 100644
--- a/apps/mobile/app/screens/settings/subscription.js
+++ b/apps/mobile/app/screens/settings/subscription.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/screens/settings/types.ts b/apps/mobile/app/screens/settings/types.ts
index c0ab9d2bf..70c1720fd 100644
--- a/apps/mobile/app/screens/settings/types.ts
+++ b/apps/mobile/app/screens/settings/types.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/screens/settings/user-section.js b/apps/mobile/app/screens/settings/user-section.js
index b6b8eed0a..27659edca 100644
--- a/apps/mobile/app/screens/settings/user-section.js
+++ b/apps/mobile/app/screens/settings/user-section.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/screens/tags/index.tsx b/apps/mobile/app/screens/tags/index.tsx
index 6a972083a..87a36a998 100644
--- a/apps/mobile/app/screens/tags/index.tsx
+++ b/apps/mobile/app/screens/tags/index.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/screens/trash/index.tsx b/apps/mobile/app/screens/trash/index.tsx
index 4558863ac..cfe292fee 100644
--- a/apps/mobile/app/screens/trash/index.tsx
+++ b/apps/mobile/app/screens/trash/index.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/services/backup.js b/apps/mobile/app/services/backup.js
index cb9b2b450..595c8ea6e 100644
--- a/apps/mobile/app/services/backup.js
+++ b/apps/mobile/app/services/backup.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -116,7 +116,7 @@ async function presentBackupCompleteSheet(backupFilePath) {
if (Platform.OS === "ios") {
Share.open({
url: backupFilePath,
- failOnCancel: false,
+ failOnCancel: false
}).catch(console.log);
} else {
FileViewer.open(backupFilePath, {
@@ -165,7 +165,6 @@ async function run(progress, context) {
}
try {
-
backup = await db.backup.export(
"mobile",
PremiumService.get() ? SettingsService.get().encryptedBackup : false
diff --git a/apps/mobile/app/services/biometrics.ts b/apps/mobile/app/services/biometrics.ts
index bc140e32e..d83cd847a 100644
--- a/apps/mobile/app/services/biometrics.ts
+++ b/apps/mobile/app/services/biometrics.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/services/device-detection.js b/apps/mobile/app/services/device-detection.js
index 5bc27c9aa..1ad397c4b 100644
--- a/apps/mobile/app/services/device-detection.js
+++ b/apps/mobile/app/services/device-detection.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/services/event-manager.ts b/apps/mobile/app/services/event-manager.ts
index 83f15dac1..de3e5fcf0 100644
--- a/apps/mobile/app/services/event-manager.ts
+++ b/apps/mobile/app/services/event-manager.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/services/exporter.js b/apps/mobile/app/services/exporter.js
index c22d3f3ed..81061c4dd 100644
--- a/apps/mobile/app/services/exporter.js
+++ b/apps/mobile/app/services/exporter.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/services/message.js b/apps/mobile/app/services/message.js
index db1ce1fa8..dc968c514 100644
--- a/apps/mobile/app/services/message.js
+++ b/apps/mobile/app/services/message.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/services/navigation.ts b/apps/mobile/app/services/navigation.ts
index 79d9aa955..539541e13 100755
--- a/apps/mobile/app/services/navigation.ts
+++ b/apps/mobile/app/services/navigation.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/services/notifications.ts b/apps/mobile/app/services/notifications.ts
index 94b210f23..cdebc405e 100644
--- a/apps/mobile/app/services/notifications.ts
+++ b/apps/mobile/app/services/notifications.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/services/premium.js b/apps/mobile/app/services/premium.js
index 69cc9bbfe..5bb755e5f 100644
--- a/apps/mobile/app/services/premium.js
+++ b/apps/mobile/app/services/premium.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -309,7 +309,6 @@ const subscriptions = {
subscription = _subscriptions.length > 0 ? _subscriptions[0] : null;
}
if (subscription) {
-
await RNIap.finishTransaction(subscription.transactionId);
await RNIap.clearTransactionIOS();
await subscriptions.remove(subscription.transactionId);
diff --git a/apps/mobile/app/services/search.js b/apps/mobile/app/services/search.js
index 4d0993bdb..6b5f827bb 100644
--- a/apps/mobile/app/services/search.js
+++ b/apps/mobile/app/services/search.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/services/settings.ts b/apps/mobile/app/services/settings.ts
index 216cdcac6..41f9d31ec 100644
--- a/apps/mobile/app/services/settings.ts
+++ b/apps/mobile/app/services/settings.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/services/sync.js b/apps/mobile/app/services/sync.js
index fd4a317e6..a6baf0e4c 100644
--- a/apps/mobile/app/services/sync.js
+++ b/apps/mobile/app/services/sync.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/services/tip-manager.ts b/apps/mobile/app/services/tip-manager.ts
index 372dc1f7d..82bc9f7f1 100644
--- a/apps/mobile/app/services/tip-manager.ts
+++ b/apps/mobile/app/services/tip-manager.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/services/validation.js b/apps/mobile/app/services/validation.js
index cc3316c76..c43705241 100644
--- a/apps/mobile/app/services/validation.js
+++ b/apps/mobile/app/services/validation.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/stores/index.ts b/apps/mobile/app/stores/index.ts
index 8496cadd2..af2f15068 100644
--- a/apps/mobile/app/stores/index.ts
+++ b/apps/mobile/app/stores/index.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/stores/use-attachment-store.ts b/apps/mobile/app/stores/use-attachment-store.ts
index cfac85c8c..b4efa5767 100644
--- a/apps/mobile/app/stores/use-attachment-store.ts
+++ b/apps/mobile/app/stores/use-attachment-store.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/stores/use-editor-store.ts b/apps/mobile/app/stores/use-editor-store.ts
index fa88e9ebf..ce1ed73cb 100644
--- a/apps/mobile/app/stores/use-editor-store.ts
+++ b/apps/mobile/app/stores/use-editor-store.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/stores/use-favorite-store.ts b/apps/mobile/app/stores/use-favorite-store.ts
index 24f9d0c3c..b0e3af75f 100644
--- a/apps/mobile/app/stores/use-favorite-store.ts
+++ b/apps/mobile/app/stores/use-favorite-store.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/stores/use-menu-store.ts b/apps/mobile/app/stores/use-menu-store.ts
index de14a9149..263696327 100644
--- a/apps/mobile/app/stores/use-menu-store.ts
+++ b/apps/mobile/app/stores/use-menu-store.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/stores/use-message-store.ts b/apps/mobile/app/stores/use-message-store.ts
index 6eb59e55f..26043701c 100644
--- a/apps/mobile/app/stores/use-message-store.ts
+++ b/apps/mobile/app/stores/use-message-store.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/stores/use-navigation-store.ts b/apps/mobile/app/stores/use-navigation-store.ts
index 7a4559785..37fdcefc4 100644
--- a/apps/mobile/app/stores/use-navigation-store.ts
+++ b/apps/mobile/app/stores/use-navigation-store.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -81,7 +81,7 @@ export type CurrentScreen = {
color?: string | null;
alias?: string;
notebookId?: string;
- beta?: boolean
+ beta?: boolean;
};
export type HeaderRightButton = {
diff --git a/apps/mobile/app/stores/use-notebook-store.ts b/apps/mobile/app/stores/use-notebook-store.ts
index 0ee32be6e..ba3df45f3 100644
--- a/apps/mobile/app/stores/use-notebook-store.ts
+++ b/apps/mobile/app/stores/use-notebook-store.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/stores/use-notes-store.ts b/apps/mobile/app/stores/use-notes-store.ts
index 32c6ba0ae..db90acde0 100644
--- a/apps/mobile/app/stores/use-notes-store.ts
+++ b/apps/mobile/app/stores/use-notes-store.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/stores/use-relation-store.ts b/apps/mobile/app/stores/use-relation-store.ts
index 37b9375eb..718721bb7 100644
--- a/apps/mobile/app/stores/use-relation-store.ts
+++ b/apps/mobile/app/stores/use-relation-store.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/stores/use-reminder-store.ts b/apps/mobile/app/stores/use-reminder-store.ts
index d189cc5cc..8830abfa0 100644
--- a/apps/mobile/app/stores/use-reminder-store.ts
+++ b/apps/mobile/app/stores/use-reminder-store.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/stores/use-search-store.ts b/apps/mobile/app/stores/use-search-store.ts
index 9aa740760..8132bf9c3 100644
--- a/apps/mobile/app/stores/use-search-store.ts
+++ b/apps/mobile/app/stores/use-search-store.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/stores/use-selection-store.ts b/apps/mobile/app/stores/use-selection-store.ts
index 9c64d657e..32661402a 100644
--- a/apps/mobile/app/stores/use-selection-store.ts
+++ b/apps/mobile/app/stores/use-selection-store.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/stores/use-setting-store.ts b/apps/mobile/app/stores/use-setting-store.ts
index 0e353494d..9e4a0cc07 100644
--- a/apps/mobile/app/stores/use-setting-store.ts
+++ b/apps/mobile/app/stores/use-setting-store.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see .
*/
-import { Dimensions,PlatformOSType } from "react-native";
+import { Dimensions, PlatformOSType } from "react-native";
import Config from "react-native-config";
import { FileType } from "react-native-scoped-storage";
import create, { State } from "zustand";
diff --git a/apps/mobile/app/stores/use-tag-store.ts b/apps/mobile/app/stores/use-tag-store.ts
index 55068ad81..2e2f4bdf2 100644
--- a/apps/mobile/app/stores/use-tag-store.ts
+++ b/apps/mobile/app/stores/use-tag-store.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/stores/use-theme-store.ts b/apps/mobile/app/stores/use-theme-store.ts
index 4ace2290c..29f0f3a05 100644
--- a/apps/mobile/app/stores/use-theme-store.ts
+++ b/apps/mobile/app/stores/use-theme-store.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/stores/use-trash-store.ts b/apps/mobile/app/stores/use-trash-store.ts
index 09e488643..78b953666 100644
--- a/apps/mobile/app/stores/use-trash-store.ts
+++ b/apps/mobile/app/stores/use-trash-store.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/stores/use-user-store.ts b/apps/mobile/app/stores/use-user-store.ts
index 894bfcf67..8111dc00a 100644
--- a/apps/mobile/app/stores/use-user-store.ts
+++ b/apps/mobile/app/stores/use-user-store.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/utils/color-scheme/index.js b/apps/mobile/app/utils/color-scheme/index.js
index 285630c69..4a7bcc76c 100644
--- a/apps/mobile/app/utils/color-scheme/index.js
+++ b/apps/mobile/app/utils/color-scheme/index.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/utils/color-scheme/utils.js b/apps/mobile/app/utils/color-scheme/utils.js
index b2f2e29cf..03c1088a3 100644
--- a/apps/mobile/app/utils/color-scheme/utils.js
+++ b/apps/mobile/app/utils/color-scheme/utils.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/utils/constants.js b/apps/mobile/app/utils/constants.js
index 4c03536ca..9bb85f1e1 100644
--- a/apps/mobile/app/utils/constants.js
+++ b/apps/mobile/app/utils/constants.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -132,7 +132,7 @@ export const MenuItemsList = [
name: "Reminders",
icon: "bell",
close: true,
- isBeta:true
+ isBeta: true
},
{
name: "Monographs",
diff --git a/apps/mobile/app/utils/events.js b/apps/mobile/app/utils/events.js
index ab628152a..18e210426 100644
--- a/apps/mobile/app/utils/events.js
+++ b/apps/mobile/app/utils/events.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/utils/functions.js b/apps/mobile/app/utils/functions.js
index f28c627d2..e4943039e 100644
--- a/apps/mobile/app/utils/functions.js
+++ b/apps/mobile/app/utils/functions.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/utils/github-version.ts b/apps/mobile/app/utils/github-version.ts
index 39d36ebdf..59b1663b2 100644
--- a/apps/mobile/app/utils/github-version.ts
+++ b/apps/mobile/app/utils/github-version.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/utils/global-refs.ts b/apps/mobile/app/utils/global-refs.ts
index fc52fb40f..f329e9cd3 100644
--- a/apps/mobile/app/utils/global-refs.ts
+++ b/apps/mobile/app/utils/global-refs.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/utils/index.js b/apps/mobile/app/utils/index.js
index 7762d1833..241786f6b 100755
--- a/apps/mobile/app/utils/index.js
+++ b/apps/mobile/app/utils/index.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/utils/layout-manager.js b/apps/mobile/app/utils/layout-manager.js
index 5cdab4030..adb142615 100644
--- a/apps/mobile/app/utils/layout-manager.js
+++ b/apps/mobile/app/utils/layout-manager.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/utils/sanitizer/index.js b/apps/mobile/app/utils/sanitizer/index.js
index 9613573a3..ca914899f 100644
--- a/apps/mobile/app/utils/sanitizer/index.js
+++ b/apps/mobile/app/utils/sanitizer/index.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/utils/size/index.js b/apps/mobile/app/utils/size/index.js
index ccdf87a91..a659a0caa 100644
--- a/apps/mobile/app/utils/size/index.js
+++ b/apps/mobile/app/utils/size/index.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/utils/sse/even-source-ios.js b/apps/mobile/app/utils/sse/even-source-ios.js
index f7cc9510f..86a449cf8 100644
--- a/apps/mobile/app/utils/sse/even-source-ios.js
+++ b/apps/mobile/app/utils/sse/even-source-ios.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/utils/sse/event-source.js b/apps/mobile/app/utils/sse/event-source.js
index 09d4c69c4..e2ac10ead 100644
--- a/apps/mobile/app/utils/sse/event-source.js
+++ b/apps/mobile/app/utils/sse/event-source.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/utils/time/index.ts b/apps/mobile/app/utils/time/index.ts
index be7ceb6de..477a2f106 100644
--- a/apps/mobile/app/utils/time/index.ts
+++ b/apps/mobile/app/utils/time/index.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/app/utils/types.ts b/apps/mobile/app/utils/types.ts
index 0e5e263f0..3a5a020cb 100644
--- a/apps/mobile/app/utils/types.ts
+++ b/apps/mobile/app/utils/types.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/e2e/environment.js b/apps/mobile/e2e/environment.js
index 97b5cfcd8..e33f5fecd 100644
--- a/apps/mobile/e2e/environment.js
+++ b/apps/mobile/e2e/environment.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/e2e/setup.ts b/apps/mobile/e2e/setup.ts
index 8a64349b6..4077213e4 100644
--- a/apps/mobile/e2e/setup.ts
+++ b/apps/mobile/e2e/setup.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/e2e/test.ids.js b/apps/mobile/e2e/test.ids.js
index 3eca2ffce..30edd73d9 100644
--- a/apps/mobile/e2e/test.ids.js
+++ b/apps/mobile/e2e/test.ids.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/e2e/tests/auth.e2e.js b/apps/mobile/e2e/tests/auth.e2e.js
index 8434c57a5..354510d9d 100644
--- a/apps/mobile/e2e/tests/auth.e2e.js
+++ b/apps/mobile/e2e/tests/auth.e2e.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/e2e/tests/index.e2e.js b/apps/mobile/e2e/tests/index.e2e.js
index 62651bd56..4b82e9ffa 100644
--- a/apps/mobile/e2e/tests/index.e2e.js
+++ b/apps/mobile/e2e/tests/index.e2e.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/e2e/tests/note.e2e.js b/apps/mobile/e2e/tests/note.e2e.js
index 2e8f8d334..13d9ea1d2 100644
--- a/apps/mobile/e2e/tests/note.e2e.js
+++ b/apps/mobile/e2e/tests/note.e2e.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/e2e/tests/notebook.e2e.js b/apps/mobile/e2e/tests/notebook.e2e.js
index b73d89f3f..bcfedc60e 100644
--- a/apps/mobile/e2e/tests/notebook.e2e.js
+++ b/apps/mobile/e2e/tests/notebook.e2e.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -251,7 +251,7 @@ describe("NOTEBOOKS", () => {
await tapById(notesnook.ids.notebook.menu);
await tapByText("Move to trash");
await sleep(2000);
- await tapByText("No")
+ await tapByText("No");
await sleep(4000);
await navigate("Trash");
await visibleByText("Notebook 1");
@@ -273,7 +273,7 @@ describe("NOTEBOOKS", () => {
await tapById(notesnook.ids.notebook.menu);
await tapByText("Move to trash");
await sleep(2000);
- await tapByText("Yes")
+ await tapByText("Yes");
await sleep(4000);
await navigate("Trash");
await visibleByText("Notebook 1");
diff --git a/apps/mobile/e2e/tests/search.e2e.js b/apps/mobile/e2e/tests/search.e2e.js
index 01ad2bd56..66224b0d3 100644
--- a/apps/mobile/e2e/tests/search.e2e.js
+++ b/apps/mobile/e2e/tests/search.e2e.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/e2e/tests/sort.e2e.js b/apps/mobile/e2e/tests/sort.e2e.js
index ff61a62c8..28f192a53 100644
--- a/apps/mobile/e2e/tests/sort.e2e.js
+++ b/apps/mobile/e2e/tests/sort.e2e.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/e2e/tests/tag.e2e.js b/apps/mobile/e2e/tests/tag.e2e.js
index 8c6591e15..e7c697ead 100644
--- a/apps/mobile/e2e/tests/tag.e2e.js
+++ b/apps/mobile/e2e/tests/tag.e2e.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/e2e/tests/utils.js b/apps/mobile/e2e/tests/utils.js
index 551c49c1a..cc49e949a 100644
--- a/apps/mobile/e2e/tests/utils.js
+++ b/apps/mobile/e2e/tests/utils.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/e2e/tests/vault.e2e.js b/apps/mobile/e2e/tests/vault.e2e.js
index 4c5b5a778..5cb919105 100644
--- a/apps/mobile/e2e/tests/vault.e2e.js
+++ b/apps/mobile/e2e/tests/vault.e2e.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/share/editor.js b/apps/mobile/share/editor.js
index 309c258e4..e6b34bda5 100644
--- a/apps/mobile/share/editor.js
+++ b/apps/mobile/share/editor.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/share/index.js b/apps/mobile/share/index.js
index c6921b281..13b94a831 100644
--- a/apps/mobile/share/index.js
+++ b/apps/mobile/share/index.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/share/quick-note.js b/apps/mobile/share/quick-note.js
index 7a68b7108..606f6a873 100644
--- a/apps/mobile/share/quick-note.js
+++ b/apps/mobile/share/quick-note.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/share/search.js b/apps/mobile/share/search.js
index 078e033bf..60810bc2a 100644
--- a/apps/mobile/share/search.js
+++ b/apps/mobile/share/search.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/mobile/share/share.js b/apps/mobile/share/share.js
index 9a75ec021..fdddd1d89 100644
--- a/apps/mobile/share/share.js
+++ b/apps/mobile/share/share.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -632,63 +632,63 @@ const ShareView = ({ quicknote = false }) => {
- {
- useShareStore.getState().setAppendNote(null);
- }}
- icon="plus"
- iconSize={18}
- iconColor={!appendNote ? accent.color : colors.icon}
- title="New note"
- textColor={!appendNote ? accent.color : colors.icon}
- type="button"
- textStyle={{
- fontSize: 15
- }}
style={{
- paddingHorizontal: 0,
- ...getElevation(1),
- height: 45,
width: "100%",
- marginRight: 0
+ borderRadius: 10,
+ flexDirection: "column",
+ marginTop: 10,
+ alignSelf: "center",
+ alignItems: "center"
}}
- />
+ >
+ {
+ useShareStore.getState().setAppendNote(null);
+ }}
+ icon="plus"
+ iconSize={18}
+ iconColor={!appendNote ? accent.color : colors.icon}
+ title="New note"
+ textColor={!appendNote ? accent.color : colors.icon}
+ type="button"
+ textStyle={{
+ fontSize: 15
+ }}
+ style={{
+ paddingHorizontal: 0,
+ ...getElevation(1),
+ height: 45,
+ width: "100%",
+ marginRight: 0
+ }}
+ />
- {
- setShowSearch(true);
- }}
- icon="text-short"
- iconSize={18}
- iconColor={appendNote ? accent.color : colors.icon}
- title={`${
- appendNote ? appendNote.title.slice(0, 25) : "Append to note"
- }`}
- textColor={appendNote ? accent.color : colors.icon}
- type="button"
- textStyle={{
- fontSize: 15
- }}
- style={{
- paddingHorizontal: 0,
- ...getElevation(1),
- height: 45,
- width: "100%",
- marginRight: 0
- }}
- />
-
+ {
+ setShowSearch(true);
+ }}
+ icon="text-short"
+ iconSize={18}
+ iconColor={appendNote ? accent.color : colors.icon}
+ title={`${
+ appendNote ? appendNote.title.slice(0, 25) : "Append to note"
+ }`}
+ textColor={appendNote ? accent.color : colors.icon}
+ type="button"
+ textStyle={{
+ fontSize: 15
+ }}
+ style={{
+ paddingHorizontal: 0,
+ ...getElevation(1),
+ height: 45,
+ width: "100%",
+ marginRight: 0
+ }}
+ />
+
{
}}
/>
-
);
diff --git a/apps/mobile/share/store.js b/apps/mobile/share/store.js
index 527b8c8c2..11c0d604b 100644
--- a/apps/mobile/share/store.js
+++ b/apps/mobile/share/store.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/__e2e__/backups.test.ts b/apps/web/__e2e__/backups.test.ts
index b5de80d6b..785f429a6 100644
--- a/apps/web/__e2e__/backups.test.ts
+++ b/apps/web/__e2e__/backups.test.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/__e2e__/checkout.test.ts b/apps/web/__e2e__/checkout.test.ts
index 161c90a67..1a439fa95 100644
--- a/apps/web/__e2e__/checkout.test.ts
+++ b/apps/web/__e2e__/checkout.test.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/__e2e__/colors.test.ts b/apps/web/__e2e__/colors.test.ts
index a9560a5be..1518ce9c0 100644
--- a/apps/web/__e2e__/colors.test.ts
+++ b/apps/web/__e2e__/colors.test.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/__e2e__/editor.test.ts b/apps/web/__e2e__/editor.test.ts
index e4d77d7f8..b3a34e6ad 100644
--- a/apps/web/__e2e__/editor.test.ts
+++ b/apps/web/__e2e__/editor.test.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/__e2e__/importer.test.js b/apps/web/__e2e__/importer.test.js
index 9b6eb9a75..3a5d04939 100644
--- a/apps/web/__e2e__/importer.test.js
+++ b/apps/web/__e2e__/importer.test.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/__e2e__/keyboard-list-navigation.test.ts b/apps/web/__e2e__/keyboard-list-navigation.test.ts
index 84502e6b7..94b3dcb0e 100644
--- a/apps/web/__e2e__/keyboard-list-navigation.test.ts
+++ b/apps/web/__e2e__/keyboard-list-navigation.test.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/__e2e__/models/app.model.ts b/apps/web/__e2e__/models/app.model.ts
index 4d374eccb..37eeac2c6 100644
--- a/apps/web/__e2e__/models/app.model.ts
+++ b/apps/web/__e2e__/models/app.model.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/__e2e__/models/auth.model.ts b/apps/web/__e2e__/models/auth.model.ts
index 3c084ea07..1bcccbcb9 100644
--- a/apps/web/__e2e__/models/auth.model.ts
+++ b/apps/web/__e2e__/models/auth.model.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/__e2e__/models/base-item.model.ts b/apps/web/__e2e__/models/base-item.model.ts
index ba1506fb4..ceeb3c4ba 100644
--- a/apps/web/__e2e__/models/base-item.model.ts
+++ b/apps/web/__e2e__/models/base-item.model.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/__e2e__/models/base-view.model.ts b/apps/web/__e2e__/models/base-view.model.ts
index daa4d256d..4efacd346 100644
--- a/apps/web/__e2e__/models/base-view.model.ts
+++ b/apps/web/__e2e__/models/base-view.model.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/__e2e__/models/checkout.model.ts b/apps/web/__e2e__/models/checkout.model.ts
index 7545c493f..95e9d6abd 100644
--- a/apps/web/__e2e__/models/checkout.model.ts
+++ b/apps/web/__e2e__/models/checkout.model.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/__e2e__/models/context-menu.model.ts b/apps/web/__e2e__/models/context-menu.model.ts
index 986727217..ebb0ad41e 100644
--- a/apps/web/__e2e__/models/context-menu.model.ts
+++ b/apps/web/__e2e__/models/context-menu.model.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/__e2e__/models/editor.model.ts b/apps/web/__e2e__/models/editor.model.ts
index c10ee4151..80b8873cc 100644
--- a/apps/web/__e2e__/models/editor.model.ts
+++ b/apps/web/__e2e__/models/editor.model.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/__e2e__/models/item.model.ts b/apps/web/__e2e__/models/item.model.ts
index 0b79bce5c..dd51608e4 100644
--- a/apps/web/__e2e__/models/item.model.ts
+++ b/apps/web/__e2e__/models/item.model.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/__e2e__/models/items-view.model.ts b/apps/web/__e2e__/models/items-view.model.ts
index 7649f6d2a..071899a83 100644
--- a/apps/web/__e2e__/models/items-view.model.ts
+++ b/apps/web/__e2e__/models/items-view.model.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/__e2e__/models/navigation-menu.model.ts b/apps/web/__e2e__/models/navigation-menu.model.ts
index e9024921d..bd45653d0 100644
--- a/apps/web/__e2e__/models/navigation-menu.model.ts
+++ b/apps/web/__e2e__/models/navigation-menu.model.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/__e2e__/models/note-item.model.ts b/apps/web/__e2e__/models/note-item.model.ts
index 3ef9f48aa..7ce3033df 100644
--- a/apps/web/__e2e__/models/note-item.model.ts
+++ b/apps/web/__e2e__/models/note-item.model.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/__e2e__/models/note-properties.model.ts b/apps/web/__e2e__/models/note-properties.model.ts
index eaf23fdc3..627154351 100644
--- a/apps/web/__e2e__/models/note-properties.model.ts
+++ b/apps/web/__e2e__/models/note-properties.model.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/__e2e__/models/notebook-item.model.ts b/apps/web/__e2e__/models/notebook-item.model.ts
index 2c92233d2..82d3cc305 100644
--- a/apps/web/__e2e__/models/notebook-item.model.ts
+++ b/apps/web/__e2e__/models/notebook-item.model.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/__e2e__/models/notebooks-view.model.ts b/apps/web/__e2e__/models/notebooks-view.model.ts
index f16519db5..145841734 100644
--- a/apps/web/__e2e__/models/notebooks-view.model.ts
+++ b/apps/web/__e2e__/models/notebooks-view.model.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/__e2e__/models/notes-view.model.ts b/apps/web/__e2e__/models/notes-view.model.ts
index 3557b4e0e..ae90ba1f3 100644
--- a/apps/web/__e2e__/models/notes-view.model.ts
+++ b/apps/web/__e2e__/models/notes-view.model.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/__e2e__/models/reminder-item.model.ts b/apps/web/__e2e__/models/reminder-item.model.ts
index f7f1d9186..8d0f30a76 100644
--- a/apps/web/__e2e__/models/reminder-item.model.ts
+++ b/apps/web/__e2e__/models/reminder-item.model.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/__e2e__/models/reminders-view.model.ts b/apps/web/__e2e__/models/reminders-view.model.ts
index a4867c1d4..89a5ea19c 100644
--- a/apps/web/__e2e__/models/reminders-view.model.ts
+++ b/apps/web/__e2e__/models/reminders-view.model.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/__e2e__/models/search-view-model.ts b/apps/web/__e2e__/models/search-view-model.ts
index 47f0e54c8..c50576803 100644
--- a/apps/web/__e2e__/models/search-view-model.ts
+++ b/apps/web/__e2e__/models/search-view-model.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/__e2e__/models/settings-view.model.ts b/apps/web/__e2e__/models/settings-view.model.ts
index b457245f8..51d9bbfb3 100644
--- a/apps/web/__e2e__/models/settings-view.model.ts
+++ b/apps/web/__e2e__/models/settings-view.model.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/__e2e__/models/toasts.model.ts b/apps/web/__e2e__/models/toasts.model.ts
index a40cc93e1..c8f57c9aa 100644
--- a/apps/web/__e2e__/models/toasts.model.ts
+++ b/apps/web/__e2e__/models/toasts.model.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/__e2e__/models/toggle.model.ts b/apps/web/__e2e__/models/toggle.model.ts
index a6e6cc6df..f96fbebf6 100644
--- a/apps/web/__e2e__/models/toggle.model.ts
+++ b/apps/web/__e2e__/models/toggle.model.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/__e2e__/models/trash-item.model.ts b/apps/web/__e2e__/models/trash-item.model.ts
index 9c6eb40b7..10b51e59d 100644
--- a/apps/web/__e2e__/models/trash-item.model.ts
+++ b/apps/web/__e2e__/models/trash-item.model.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/__e2e__/models/trash-view.model.ts b/apps/web/__e2e__/models/trash-view.model.ts
index 75280baf7..ab7be6eaf 100644
--- a/apps/web/__e2e__/models/trash-view.model.ts
+++ b/apps/web/__e2e__/models/trash-view.model.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/__e2e__/models/types.ts b/apps/web/__e2e__/models/types.ts
index c6e013f38..355e9e3a0 100644
--- a/apps/web/__e2e__/models/types.ts
+++ b/apps/web/__e2e__/models/types.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/__e2e__/models/utils.ts b/apps/web/__e2e__/models/utils.ts
index 218d3e17d..0c737f44a 100644
--- a/apps/web/__e2e__/models/utils.ts
+++ b/apps/web/__e2e__/models/utils.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/__e2e__/navigation.test.ts b/apps/web/__e2e__/navigation.test.ts
index 22800c368..a6dba6f14 100644
--- a/apps/web/__e2e__/navigation.test.ts
+++ b/apps/web/__e2e__/navigation.test.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/__e2e__/notebooks.issues.test.ts b/apps/web/__e2e__/notebooks.issues.test.ts
index 35fe03085..2ab896bb7 100644
--- a/apps/web/__e2e__/notebooks.issues.test.ts
+++ b/apps/web/__e2e__/notebooks.issues.test.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/__e2e__/notebooks.test.ts b/apps/web/__e2e__/notebooks.test.ts
index e286bcb6f..c4c460035 100644
--- a/apps/web/__e2e__/notebooks.test.ts
+++ b/apps/web/__e2e__/notebooks.test.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/__e2e__/notehistory.test.ts b/apps/web/__e2e__/notehistory.test.ts
index 4d55e8378..a6a5dbac9 100644
--- a/apps/web/__e2e__/notehistory.test.ts
+++ b/apps/web/__e2e__/notehistory.test.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/__e2e__/notes.issues.test.ts b/apps/web/__e2e__/notes.issues.test.ts
index 77a41d590..a13339aef 100644
--- a/apps/web/__e2e__/notes.issues.test.ts
+++ b/apps/web/__e2e__/notes.issues.test.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/__e2e__/notes.test.ts b/apps/web/__e2e__/notes.test.ts
index 05571d09f..4d7703061 100644
--- a/apps/web/__e2e__/notes.test.ts
+++ b/apps/web/__e2e__/notes.test.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/__e2e__/reminders.test.ts b/apps/web/__e2e__/reminders.test.ts
index 0ea3dd36d..8169895a4 100644
--- a/apps/web/__e2e__/reminders.test.ts
+++ b/apps/web/__e2e__/reminders.test.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/__e2e__/sync.test.ts b/apps/web/__e2e__/sync.test.ts
index a685fd054..c74dfeb6c 100644
--- a/apps/web/__e2e__/sync.test.ts
+++ b/apps/web/__e2e__/sync.test.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/__e2e__/tags.test.ts b/apps/web/__e2e__/tags.test.ts
index 1b80f82e7..d2b781c01 100644
--- a/apps/web/__e2e__/tags.test.ts
+++ b/apps/web/__e2e__/tags.test.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/__e2e__/topics.test.ts b/apps/web/__e2e__/topics.test.ts
index 1561ccd42..7b30ff6eb 100644
--- a/apps/web/__e2e__/topics.test.ts
+++ b/apps/web/__e2e__/topics.test.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/__e2e__/user.test.ts b/apps/web/__e2e__/user.test.ts
index cbb8c4b1b..a99f0897c 100644
--- a/apps/web/__e2e__/user.test.ts
+++ b/apps/web/__e2e__/user.test.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/__e2e__/utils/index.ts b/apps/web/__e2e__/utils/index.ts
index 201e438c9..b37deca1f 100644
--- a/apps/web/__e2e__/utils/index.ts
+++ b/apps/web/__e2e__/utils/index.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/desktop/autoupdate.js b/apps/web/desktop/autoupdate.js
index e377e1b8a..d0f652059 100644
--- a/apps/web/desktop/autoupdate.js
+++ b/apps/web/desktop/autoupdate.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/desktop/config/privacyMode.js b/apps/web/desktop/config/privacyMode.js
index 7f6ec9b8e..cc3f95ef6 100644
--- a/apps/web/desktop/config/privacyMode.js
+++ b/apps/web/desktop/config/privacyMode.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/desktop/config/theme.js b/apps/web/desktop/config/theme.js
index cc6ff113f..24db3533b 100644
--- a/apps/web/desktop/config/theme.js
+++ b/apps/web/desktop/config/theme.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/desktop/config/windowstate.js b/apps/web/desktop/config/windowstate.js
index 6c9bc62e5..fd4ff3444 100644
--- a/apps/web/desktop/config/windowstate.js
+++ b/apps/web/desktop/config/windowstate.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/desktop/config/zoomfactor.js b/apps/web/desktop/config/zoomfactor.js
index c2f671141..510331b00 100644
--- a/apps/web/desktop/config/zoomfactor.js
+++ b/apps/web/desktop/config/zoomfactor.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/desktop/electron.js b/apps/web/desktop/electron.js
index 7d3902472..831318a04 100644
--- a/apps/web/desktop/electron.js
+++ b/apps/web/desktop/electron.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/desktop/events.js b/apps/web/desktop/events.js
index 0670fccf4..469e37bdf 100644
--- a/apps/web/desktop/events.js
+++ b/apps/web/desktop/events.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/desktop/ipc/actions/changeAppTheme.js b/apps/web/desktop/ipc/actions/changeAppTheme.js
index a56a897ff..498197acf 100644
--- a/apps/web/desktop/ipc/actions/changeAppTheme.js
+++ b/apps/web/desktop/ipc/actions/changeAppTheme.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/desktop/ipc/actions/checkForUpdate.js b/apps/web/desktop/ipc/actions/checkForUpdate.js
index 073cbf080..39674fddc 100644
--- a/apps/web/desktop/ipc/actions/checkForUpdate.js
+++ b/apps/web/desktop/ipc/actions/checkForUpdate.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/desktop/ipc/actions/downloadUpdate.js b/apps/web/desktop/ipc/actions/downloadUpdate.js
index 23bb19a54..da0ad13a1 100644
--- a/apps/web/desktop/ipc/actions/downloadUpdate.js
+++ b/apps/web/desktop/ipc/actions/downloadUpdate.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/desktop/ipc/actions/index.js b/apps/web/desktop/ipc/actions/index.js
index 4fdf8c870..27714208d 100644
--- a/apps/web/desktop/ipc/actions/index.js
+++ b/apps/web/desktop/ipc/actions/index.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/desktop/ipc/actions/installUpdate.js b/apps/web/desktop/ipc/actions/installUpdate.js
index 244ec916c..fd534d938 100644
--- a/apps/web/desktop/ipc/actions/installUpdate.js
+++ b/apps/web/desktop/ipc/actions/installUpdate.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/desktop/ipc/actions/open.js b/apps/web/desktop/ipc/actions/open.js
index 987fd38b3..1f18bf180 100644
--- a/apps/web/desktop/ipc/actions/open.js
+++ b/apps/web/desktop/ipc/actions/open.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/desktop/ipc/actions/saveFile.js b/apps/web/desktop/ipc/actions/saveFile.js
index 6a4ce4d85..ccf85b29e 100644
--- a/apps/web/desktop/ipc/actions/saveFile.js
+++ b/apps/web/desktop/ipc/actions/saveFile.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/desktop/ipc/actions/setPrivacyMode.js b/apps/web/desktop/ipc/actions/setPrivacyMode.js
index 118ae407a..43378f5cc 100644
--- a/apps/web/desktop/ipc/actions/setPrivacyMode.js
+++ b/apps/web/desktop/ipc/actions/setPrivacyMode.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/desktop/ipc/actions/setZoomFactor.js b/apps/web/desktop/ipc/actions/setZoomFactor.js
index 44962171c..06a193a0e 100644
--- a/apps/web/desktop/ipc/actions/setZoomFactor.js
+++ b/apps/web/desktop/ipc/actions/setZoomFactor.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/desktop/ipc/calls/getPrivacyMode.js b/apps/web/desktop/ipc/calls/getPrivacyMode.js
index 32c6aeba0..ccbea85d7 100644
--- a/apps/web/desktop/ipc/calls/getPrivacyMode.js
+++ b/apps/web/desktop/ipc/calls/getPrivacyMode.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/desktop/ipc/calls/getZoomFactor.js b/apps/web/desktop/ipc/calls/getZoomFactor.js
index f866ad363..54ea3cba5 100644
--- a/apps/web/desktop/ipc/calls/getZoomFactor.js
+++ b/apps/web/desktop/ipc/calls/getZoomFactor.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/desktop/ipc/calls/gzip.js b/apps/web/desktop/ipc/calls/gzip.js
index f9c240b10..272b8ac60 100644
--- a/apps/web/desktop/ipc/calls/gzip.js
+++ b/apps/web/desktop/ipc/calls/gzip.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/desktop/ipc/calls/index.js b/apps/web/desktop/ipc/calls/index.js
index cd57113fb..b894a3103 100644
--- a/apps/web/desktop/ipc/calls/index.js
+++ b/apps/web/desktop/ipc/calls/index.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/desktop/ipc/calls/selectDirectory.js b/apps/web/desktop/ipc/calls/selectDirectory.js
index cae1e4b0c..a60f6d096 100644
--- a/apps/web/desktop/ipc/calls/selectDirectory.js
+++ b/apps/web/desktop/ipc/calls/selectDirectory.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/desktop/ipc/index.js b/apps/web/desktop/ipc/index.js
index 309f6805a..1600ccbc7 100644
--- a/apps/web/desktop/ipc/index.js
+++ b/apps/web/desktop/ipc/index.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/desktop/ipc/utils.js b/apps/web/desktop/ipc/utils.js
index 6c2743eca..968658204 100644
--- a/apps/web/desktop/ipc/utils.js
+++ b/apps/web/desktop/ipc/utils.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/desktop/jsonstorage/index.js b/apps/web/desktop/jsonstorage/index.js
index 33629117f..7c0fa8b04 100644
--- a/apps/web/desktop/jsonstorage/index.js
+++ b/apps/web/desktop/jsonstorage/index.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/desktop/logger.js b/apps/web/desktop/logger.js
index 26494f0d2..aff5af14e 100644
--- a/apps/web/desktop/logger.js
+++ b/apps/web/desktop/logger.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/desktop/menu.js b/apps/web/desktop/menu.js
index ab5715296..39c560b6e 100644
--- a/apps/web/desktop/menu.js
+++ b/apps/web/desktop/menu.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/desktop/package.json b/apps/web/desktop/package.json
index 7fb4bc830..1c80c9de3 100644
--- a/apps/web/desktop/package.json
+++ b/apps/web/desktop/package.json
@@ -27,14 +27,14 @@
"pack": "rm -rf ./build && cp -r ../build ./ && npm run build && yarn electron-builder --linux AppImage && ./dist/notesnook_linux_x86_64.AppImage"
},
"author": {
- "name": "Streetwriters (Private) Ltd.",
+ "name": "Streetwriters (Private) Limited",
"email": "support@streetwriters.co",
"url": "https://streetwriters.co"
},
"build": {
"appId": "org.streetwriters.notesnook",
"productName": "Notesnook",
- "copyright": "Copyright © 2022 Streetwriters (Private) Ltd.",
+ "copyright": "Copyright © 2023 Streetwriters (Private) Limited",
"artifactName": "notesnook_${os}_${arch}.${ext}",
"files": [
"!*.chunk.js.map",
diff --git a/apps/web/desktop/paths.js b/apps/web/desktop/paths.js
index 658fcacf3..65c0b8e2d 100644
--- a/apps/web/desktop/paths.js
+++ b/apps/web/desktop/paths.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/desktop/preload.js b/apps/web/desktop/preload.js
index bcdc3e7f8..b7eb4644a 100644
--- a/apps/web/desktop/preload.js
+++ b/apps/web/desktop/preload.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/desktop/protocol.js b/apps/web/desktop/protocol.js
index 38d7a1798..3f137e970 100644
--- a/apps/web/desktop/protocol.js
+++ b/apps/web/desktop/protocol.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/desktop/scripts/removeLocales.js b/apps/web/desktop/scripts/removeLocales.js
index 7c8405473..d3cc6f6b6 100644
--- a/apps/web/desktop/scripts/removeLocales.js
+++ b/apps/web/desktop/scripts/removeLocales.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/desktop/utils.js b/apps/web/desktop/utils.js
index 746ed204f..0d22fa244 100644
--- a/apps/web/desktop/utils.js
+++ b/apps/web/desktop/utils.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/package.json b/apps/web/package.json
index bf8b1e6ac..15c704134 100644
--- a/apps/web/package.json
+++ b/apps/web/package.json
@@ -135,7 +135,7 @@
]
},
"author": {
- "name": "Streetwriters (Private) Ltd.",
+ "name": "Streetwriters (Private) Limited",
"email": "support@streetwriters.co",
"url": "https://streetwriters.co"
}
diff --git a/apps/web/playwright.config.ts b/apps/web/playwright.config.ts
index 73784008c..270f2f7e3 100644
--- a/apps/web/playwright.config.ts
+++ b/apps/web/playwright.config.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/scripts/analyze.js b/apps/web/scripts/analyze.js
index 4d4a3ed6f..ca6949a2c 100644
--- a/apps/web/scripts/analyze.js
+++ b/apps/web/scripts/analyze.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/app-effects.js b/apps/web/src/app-effects.js
index 63112057f..ecc29fff2 100644
--- a/apps/web/src/app-effects.js
+++ b/apps/web/src/app-effects.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/app-effects.mobile.js b/apps/web/src/app-effects.mobile.js
index 4f623aac7..1b50ab5ed 100644
--- a/apps/web/src/app-effects.mobile.js
+++ b/apps/web/src/app-effects.mobile.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/app.js b/apps/web/src/app.js
index ffb264c11..f6629ff91 100644
--- a/apps/web/src/app.js
+++ b/apps/web/src/app.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/commands/change-app-theme.js b/apps/web/src/commands/change-app-theme.js
index fe43d4f73..3a6a6e673 100644
--- a/apps/web/src/commands/change-app-theme.js
+++ b/apps/web/src/commands/change-app-theme.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/commands/check-for-update.js b/apps/web/src/commands/check-for-update.js
index 396140aa8..f8873dc57 100644
--- a/apps/web/src/commands/check-for-update.js
+++ b/apps/web/src/commands/check-for-update.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/commands/download-update.js b/apps/web/src/commands/download-update.js
index 72cbf6825..3af4c1d80 100644
--- a/apps/web/src/commands/download-update.js
+++ b/apps/web/src/commands/download-update.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/commands/index.js b/apps/web/src/commands/index.js
index d9e3b5f85..5ca3b87ba 100644
--- a/apps/web/src/commands/index.js
+++ b/apps/web/src/commands/index.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/commands/install-update.js b/apps/web/src/commands/install-update.js
index 254b09022..137c550e9 100644
--- a/apps/web/src/commands/install-update.js
+++ b/apps/web/src/commands/install-update.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/commands/open.js b/apps/web/src/commands/open.js
index ae9ec8d7f..65ef6374c 100644
--- a/apps/web/src/commands/open.js
+++ b/apps/web/src/commands/open.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/commands/save-file.js b/apps/web/src/commands/save-file.js
index 5357bb71f..2d2d46d3f 100644
--- a/apps/web/src/commands/save-file.js
+++ b/apps/web/src/commands/save-file.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/commands/set-privacy-mode.js b/apps/web/src/commands/set-privacy-mode.js
index a6704b5ad..ef08dce0a 100644
--- a/apps/web/src/commands/set-privacy-mode.js
+++ b/apps/web/src/commands/set-privacy-mode.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/commands/set-zoom-factor.js b/apps/web/src/commands/set-zoom-factor.js
index ff6fef44f..c3f95854f 100644
--- a/apps/web/src/commands/set-zoom-factor.js
+++ b/apps/web/src/commands/set-zoom-factor.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/common/app-events.js b/apps/web/src/common/app-events.js
index 44498c471..7f8b208c6 100644
--- a/apps/web/src/common/app-events.js
+++ b/apps/web/src/common/app-events.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/common/attachments.js b/apps/web/src/common/attachments.js
index dd5833b50..94b69d63e 100644
--- a/apps/web/src/common/attachments.js
+++ b/apps/web/src/common/attachments.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/common/constants.ts b/apps/web/src/common/constants.ts
index 10a7934ef..c3045c4e7 100644
--- a/apps/web/src/common/constants.ts
+++ b/apps/web/src/common/constants.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/common/db.js b/apps/web/src/common/db.js
index c321d0b72..7e239e996 100644
--- a/apps/web/src/common/db.js
+++ b/apps/web/src/common/db.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/common/dialog-controller.tsx b/apps/web/src/common/dialog-controller.tsx
index cd339ef15..087a3d729 100644
--- a/apps/web/src/common/dialog-controller.tsx
+++ b/apps/web/src/common/dialog-controller.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/common/export.ts b/apps/web/src/common/export.ts
index d437f90af..380274119 100644
--- a/apps/web/src/common/export.ts
+++ b/apps/web/src/common/export.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/common/height-calculator.js b/apps/web/src/common/height-calculator.js
index b2867993e..c0e946282 100644
--- a/apps/web/src/common/height-calculator.js
+++ b/apps/web/src/common/height-calculator.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/common/index.js b/apps/web/src/common/index.js
index 62c4cd5e9..088585578 100644
--- a/apps/web/src/common/index.js
+++ b/apps/web/src/common/index.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/common/key-map.js b/apps/web/src/common/key-map.js
index 534535f77..6f521bd02 100644
--- a/apps/web/src/common/key-map.js
+++ b/apps/web/src/common/key-map.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/common/multi-select.ts b/apps/web/src/common/multi-select.ts
index c36ed17bb..3139b4b9a 100644
--- a/apps/web/src/common/multi-select.ts
+++ b/apps/web/src/common/multi-select.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/common/reminders.js b/apps/web/src/common/reminders.js
index 92d89c3da..5047c98ed 100644
--- a/apps/web/src/common/reminders.js
+++ b/apps/web/src/common/reminders.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/common/store.js b/apps/web/src/common/store.js
index 50044e1be..5715006f2 100644
--- a/apps/web/src/common/store.js
+++ b/apps/web/src/common/store.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/common/task-manager.ts b/apps/web/src/common/task-manager.ts
index 996d73e81..2c5aca4d0 100644
--- a/apps/web/src/common/task-manager.ts
+++ b/apps/web/src/common/task-manager.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/common/toasts.js b/apps/web/src/common/toasts.js
index d172711b3..00b92d5a0 100644
--- a/apps/web/src/common/toasts.js
+++ b/apps/web/src/common/toasts.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/common/toolbar-config.ts b/apps/web/src/common/toolbar-config.ts
index 840a93807..bd6311183 100644
--- a/apps/web/src/common/toolbar-config.ts
+++ b/apps/web/src/common/toolbar-config.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/common/vault.js b/apps/web/src/common/vault.js
index aef14d8ed..1e7b26ea5 100644
--- a/apps/web/src/common/vault.js
+++ b/apps/web/src/common/vault.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/accent-item/index.js b/apps/web/src/components/accent-item/index.js
index 38103cba3..4251405a7 100644
--- a/apps/web/src/components/accent-item/index.js
+++ b/apps/web/src/components/accent-item/index.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/accordion/index.tsx b/apps/web/src/components/accordion/index.tsx
index 18792aa80..3548e0bdc 100644
--- a/apps/web/src/components/accordion/index.tsx
+++ b/apps/web/src/components/accordion/index.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/animated/index.js b/apps/web/src/components/animated/index.js
index 382aefb07..20c30bc3c 100644
--- a/apps/web/src/components/animated/index.js
+++ b/apps/web/src/components/animated/index.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/announcements/body.js b/apps/web/src/components/announcements/body.js
index 1cff5d731..f313b15bd 100644
--- a/apps/web/src/components/announcements/body.js
+++ b/apps/web/src/components/announcements/body.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/announcements/index.js b/apps/web/src/components/announcements/index.js
index be9817f47..150aef2e3 100644
--- a/apps/web/src/components/announcements/index.js
+++ b/apps/web/src/components/announcements/index.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/attachment/index.js b/apps/web/src/components/attachment/index.js
index 046590d64..a27c08953 100644
--- a/apps/web/src/components/attachment/index.js
+++ b/apps/web/src/components/attachment/index.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/auth-container/index.js b/apps/web/src/components/auth-container/index.js
index a376ced23..b84c4ccf9 100644
--- a/apps/web/src/components/auth-container/index.js
+++ b/apps/web/src/components/auth-container/index.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/cached-router/index.js b/apps/web/src/components/cached-router/index.js
index 87df4b24f..932ddca1a 100644
--- a/apps/web/src/components/cached-router/index.js
+++ b/apps/web/src/components/cached-router/index.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/dialogs/add-notebook-dialog.js b/apps/web/src/components/dialogs/add-notebook-dialog.js
index d2d3df710..fb702cf23 100644
--- a/apps/web/src/components/dialogs/add-notebook-dialog.js
+++ b/apps/web/src/components/dialogs/add-notebook-dialog.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/dialogs/add-reminder-dialog.tsx b/apps/web/src/components/dialogs/add-reminder-dialog.tsx
index 0f3752033..84cae1d5b 100644
--- a/apps/web/src/components/dialogs/add-reminder-dialog.tsx
+++ b/apps/web/src/components/dialogs/add-reminder-dialog.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/dialogs/announcement-dialog.js b/apps/web/src/components/dialogs/announcement-dialog.js
index 5b048b521..0f2152c17 100644
--- a/apps/web/src/components/dialogs/announcement-dialog.js
+++ b/apps/web/src/components/dialogs/announcement-dialog.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/dialogs/attachments-dialog.js b/apps/web/src/components/dialogs/attachments-dialog.js
index e82f41740..33926777b 100644
--- a/apps/web/src/components/dialogs/attachments-dialog.js
+++ b/apps/web/src/components/dialogs/attachments-dialog.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/dialogs/buy-dialog/buy-dialog.tsx b/apps/web/src/components/dialogs/buy-dialog/buy-dialog.tsx
index 08793f412..c19e8410d 100644
--- a/apps/web/src/components/dialogs/buy-dialog/buy-dialog.tsx
+++ b/apps/web/src/components/dialogs/buy-dialog/buy-dialog.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/dialogs/buy-dialog/features.tsx b/apps/web/src/components/dialogs/buy-dialog/features.tsx
index 27a0d245f..ec752d2bb 100644
--- a/apps/web/src/components/dialogs/buy-dialog/features.tsx
+++ b/apps/web/src/components/dialogs/buy-dialog/features.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/dialogs/buy-dialog/helpers.ts b/apps/web/src/components/dialogs/buy-dialog/helpers.ts
index ed126870a..227e6bee6 100644
--- a/apps/web/src/components/dialogs/buy-dialog/helpers.ts
+++ b/apps/web/src/components/dialogs/buy-dialog/helpers.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/dialogs/buy-dialog/index.ts b/apps/web/src/components/dialogs/buy-dialog/index.ts
index 51a5b0969..54452d0c6 100644
--- a/apps/web/src/components/dialogs/buy-dialog/index.ts
+++ b/apps/web/src/components/dialogs/buy-dialog/index.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/dialogs/buy-dialog/paddle.tsx b/apps/web/src/components/dialogs/buy-dialog/paddle.tsx
index 68468a54d..9829e64e2 100644
--- a/apps/web/src/components/dialogs/buy-dialog/paddle.tsx
+++ b/apps/web/src/components/dialogs/buy-dialog/paddle.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/dialogs/buy-dialog/plan-list.tsx b/apps/web/src/components/dialogs/buy-dialog/plan-list.tsx
index 4e359249d..cdfaa10a4 100644
--- a/apps/web/src/components/dialogs/buy-dialog/plan-list.tsx
+++ b/apps/web/src/components/dialogs/buy-dialog/plan-list.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/dialogs/buy-dialog/plans.ts b/apps/web/src/components/dialogs/buy-dialog/plans.ts
index d49fb0f07..0e50a45df 100644
--- a/apps/web/src/components/dialogs/buy-dialog/plans.ts
+++ b/apps/web/src/components/dialogs/buy-dialog/plans.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/dialogs/buy-dialog/store.ts b/apps/web/src/components/dialogs/buy-dialog/store.ts
index b1dd69363..7f683845d 100644
--- a/apps/web/src/components/dialogs/buy-dialog/store.ts
+++ b/apps/web/src/components/dialogs/buy-dialog/store.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/dialogs/buy-dialog/types.ts b/apps/web/src/components/dialogs/buy-dialog/types.ts
index 2585b4160..316f1f1e9 100644
--- a/apps/web/src/components/dialogs/buy-dialog/types.ts
+++ b/apps/web/src/components/dialogs/buy-dialog/types.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/dialogs/confirm.js b/apps/web/src/components/dialogs/confirm.js
index 8bfe06714..44a4e92b6 100644
--- a/apps/web/src/components/dialogs/confirm.js
+++ b/apps/web/src/components/dialogs/confirm.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/dialogs/dialog-loader.tsx b/apps/web/src/components/dialogs/dialog-loader.tsx
index b21598e5a..6d7b6df89 100644
--- a/apps/web/src/components/dialogs/dialog-loader.tsx
+++ b/apps/web/src/components/dialogs/dialog-loader.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/dialogs/dialog.js b/apps/web/src/components/dialogs/dialog.js
index 56b3eb82b..9107a6f35 100644
--- a/apps/web/src/components/dialogs/dialog.js
+++ b/apps/web/src/components/dialogs/dialog.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/dialogs/email-change-dialog.tsx b/apps/web/src/components/dialogs/email-change-dialog.tsx
index e06562ecf..7a6232201 100644
--- a/apps/web/src/components/dialogs/email-change-dialog.tsx
+++ b/apps/web/src/components/dialogs/email-change-dialog.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/dialogs/email-verification-dialog.js b/apps/web/src/components/dialogs/email-verification-dialog.js
index 6e36b0245..30d3c4129 100644
--- a/apps/web/src/components/dialogs/email-verification-dialog.js
+++ b/apps/web/src/components/dialogs/email-verification-dialog.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/dialogs/feature-dialog.tsx b/apps/web/src/components/dialogs/feature-dialog.tsx
index 3570c6b91..051aa4d43 100644
--- a/apps/web/src/components/dialogs/feature-dialog.tsx
+++ b/apps/web/src/components/dialogs/feature-dialog.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/dialogs/import-dialog.tsx b/apps/web/src/components/dialogs/import-dialog.tsx
index d187ce185..f0cc404a8 100644
--- a/apps/web/src/components/dialogs/import-dialog.tsx
+++ b/apps/web/src/components/dialogs/import-dialog.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/dialogs/index.ts b/apps/web/src/components/dialogs/index.ts
index 753f884bc..750b9b418 100644
--- a/apps/web/src/components/dialogs/index.ts
+++ b/apps/web/src/components/dialogs/index.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/dialogs/issue-dialog.tsx b/apps/web/src/components/dialogs/issue-dialog.tsx
index 4adcd569f..d66459aae 100644
--- a/apps/web/src/components/dialogs/issue-dialog.tsx
+++ b/apps/web/src/components/dialogs/issue-dialog.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/dialogs/item-dialog.js b/apps/web/src/components/dialogs/item-dialog.js
index 478968181..84ca1ff17 100644
--- a/apps/web/src/components/dialogs/item-dialog.js
+++ b/apps/web/src/components/dialogs/item-dialog.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/dialogs/loading-dialog.tsx b/apps/web/src/components/dialogs/loading-dialog.tsx
index 5bed667f4..6bc1a6777 100644
--- a/apps/web/src/components/dialogs/loading-dialog.tsx
+++ b/apps/web/src/components/dialogs/loading-dialog.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/dialogs/mfa/multi-factor-dialog.tsx b/apps/web/src/components/dialogs/mfa/multi-factor-dialog.tsx
index cf1c96d16..55f7a8db2 100644
--- a/apps/web/src/components/dialogs/mfa/multi-factor-dialog.tsx
+++ b/apps/web/src/components/dialogs/mfa/multi-factor-dialog.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/dialogs/mfa/recovery-code-dialog.tsx b/apps/web/src/components/dialogs/mfa/recovery-code-dialog.tsx
index ccf80f0b1..7dabb5aaa 100644
--- a/apps/web/src/components/dialogs/mfa/recovery-code-dialog.tsx
+++ b/apps/web/src/components/dialogs/mfa/recovery-code-dialog.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/dialogs/mfa/steps.tsx b/apps/web/src/components/dialogs/mfa/steps.tsx
index c461170d6..48a75d5a5 100644
--- a/apps/web/src/components/dialogs/mfa/steps.tsx
+++ b/apps/web/src/components/dialogs/mfa/steps.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/dialogs/mfa/types.ts b/apps/web/src/components/dialogs/mfa/types.ts
index 3c55507db..63dd1b8ef 100644
--- a/apps/web/src/components/dialogs/mfa/types.ts
+++ b/apps/web/src/components/dialogs/mfa/types.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/dialogs/migration-dialog.tsx b/apps/web/src/components/dialogs/migration-dialog.tsx
index d12731329..17faa8607 100644
--- a/apps/web/src/components/dialogs/migration-dialog.tsx
+++ b/apps/web/src/components/dialogs/migration-dialog.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/dialogs/move-note-dialog.tsx b/apps/web/src/components/dialogs/move-note-dialog.tsx
index 4159f3a1e..2900f64f3 100644
--- a/apps/web/src/components/dialogs/move-note-dialog.tsx
+++ b/apps/web/src/components/dialogs/move-note-dialog.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/dialogs/onboarding-dialog.js b/apps/web/src/components/dialogs/onboarding-dialog.js
index e8e933567..fb5498971 100644
--- a/apps/web/src/components/dialogs/onboarding-dialog.js
+++ b/apps/web/src/components/dialogs/onboarding-dialog.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/dialogs/password-dialog.js b/apps/web/src/components/dialogs/password-dialog.js
index 1fb979341..42dc99f64 100644
--- a/apps/web/src/components/dialogs/password-dialog.js
+++ b/apps/web/src/components/dialogs/password-dialog.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/dialogs/progress-dialog.js b/apps/web/src/components/dialogs/progress-dialog.js
index f4fcc7e46..ba7bc0165 100644
--- a/apps/web/src/components/dialogs/progress-dialog.js
+++ b/apps/web/src/components/dialogs/progress-dialog.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/dialogs/prompt.tsx b/apps/web/src/components/dialogs/prompt.tsx
index 64a7e3566..1c56ff2d2 100644
--- a/apps/web/src/components/dialogs/prompt.tsx
+++ b/apps/web/src/components/dialogs/prompt.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/dialogs/recovery-key-dialog.js b/apps/web/src/components/dialogs/recovery-key-dialog.js
index 443a6bf15..70bee39d8 100644
--- a/apps/web/src/components/dialogs/recovery-key-dialog.js
+++ b/apps/web/src/components/dialogs/recovery-key-dialog.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/dialogs/reminder-dialog.js b/apps/web/src/components/dialogs/reminder-dialog.js
index 4689026b5..d15fd93e5 100644
--- a/apps/web/src/components/dialogs/reminder-dialog.js
+++ b/apps/web/src/components/dialogs/reminder-dialog.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/dialogs/reminder-preview-dialog.tsx b/apps/web/src/components/dialogs/reminder-preview-dialog.tsx
index 14737e28b..bf17c8e64 100644
--- a/apps/web/src/components/dialogs/reminder-preview-dialog.tsx
+++ b/apps/web/src/components/dialogs/reminder-preview-dialog.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/dialogs/toolbar-config-dialog.tsx b/apps/web/src/components/dialogs/toolbar-config-dialog.tsx
index 4f8ebe4de..23732f8e8 100644
--- a/apps/web/src/components/dialogs/toolbar-config-dialog.tsx
+++ b/apps/web/src/components/dialogs/toolbar-config-dialog.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/dialogs/tracking-details-dialog.js b/apps/web/src/components/dialogs/tracking-details-dialog.js
index a7a2540df..221646475 100644
--- a/apps/web/src/components/dialogs/tracking-details-dialog.js
+++ b/apps/web/src/components/dialogs/tracking-details-dialog.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/diff-viewer/content-toggle.js b/apps/web/src/components/diff-viewer/content-toggle.js
index 9e40f60ab..0f47f94a7 100644
--- a/apps/web/src/components/diff-viewer/content-toggle.js
+++ b/apps/web/src/components/diff-viewer/content-toggle.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/diff-viewer/index.js b/apps/web/src/components/diff-viewer/index.js
index 90662b1af..e8f4f2538 100644
--- a/apps/web/src/components/diff-viewer/index.js
+++ b/apps/web/src/components/diff-viewer/index.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/dropdown-button/index.js b/apps/web/src/components/dropdown-button/index.js
index 98c56d51b..a88d91048 100644
--- a/apps/web/src/components/dropdown-button/index.js
+++ b/apps/web/src/components/dropdown-button/index.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/editor/-placeholder.js b/apps/web/src/components/editor/-placeholder.js
index a67c3e3fe..c143662cd 100644
--- a/apps/web/src/components/editor/-placeholder.js
+++ b/apps/web/src/components/editor/-placeholder.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/editor/context.ts b/apps/web/src/components/editor/context.ts
index 08f479b26..ef5a44cd9 100644
--- a/apps/web/src/components/editor/context.ts
+++ b/apps/web/src/components/editor/context.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/editor/footer.tsx b/apps/web/src/components/editor/footer.tsx
index 4ca6149d0..2b37dfc4b 100644
--- a/apps/web/src/components/editor/footer.tsx
+++ b/apps/web/src/components/editor/footer.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/editor/header.js b/apps/web/src/components/editor/header.js
index e7eeb2b24..c8554dad6 100644
--- a/apps/web/src/components/editor/header.js
+++ b/apps/web/src/components/editor/header.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/editor/index.tsx b/apps/web/src/components/editor/index.tsx
index e00bd44c4..014b40c58 100644
--- a/apps/web/src/components/editor/index.tsx
+++ b/apps/web/src/components/editor/index.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/editor/loading.tsx b/apps/web/src/components/editor/loading.tsx
index 63aab2e3d..cea681d6a 100644
--- a/apps/web/src/components/editor/loading.tsx
+++ b/apps/web/src/components/editor/loading.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/editor/picker.ts b/apps/web/src/components/editor/picker.ts
index addd5ef34..e9a45d3d9 100644
--- a/apps/web/src/components/editor/picker.ts
+++ b/apps/web/src/components/editor/picker.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/editor/tiptap.tsx b/apps/web/src/components/editor/tiptap.tsx
index cecc74853..12531b203 100644
--- a/apps/web/src/components/editor/tiptap.tsx
+++ b/apps/web/src/components/editor/tiptap.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/editor/title-box.tsx b/apps/web/src/components/editor/title-box.tsx
index 9fe6678a9..733a10cb5 100644
--- a/apps/web/src/components/editor/title-box.tsx
+++ b/apps/web/src/components/editor/title-box.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/editor/toolbar.js b/apps/web/src/components/editor/toolbar.js
index 2f33689a1..ad743f444 100644
--- a/apps/web/src/components/editor/toolbar.js
+++ b/apps/web/src/components/editor/toolbar.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/editor/types.ts b/apps/web/src/components/editor/types.ts
index da16e6477..f284c478d 100644
--- a/apps/web/src/components/editor/types.ts
+++ b/apps/web/src/components/editor/types.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/field/index.js b/apps/web/src/components/field/index.js
index d07545539..8b26159cb 100644
--- a/apps/web/src/components/field/index.js
+++ b/apps/web/src/components/field/index.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/global-menu-wrapper/index.js b/apps/web/src/components/global-menu-wrapper/index.js
index 56ebf9bc7..2d619571d 100644
--- a/apps/web/src/components/global-menu-wrapper/index.js
+++ b/apps/web/src/components/global-menu-wrapper/index.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/group-header/index.js b/apps/web/src/components/group-header/index.js
index 2be38b214..e4d124390 100644
--- a/apps/web/src/components/group-header/index.js
+++ b/apps/web/src/components/group-header/index.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/hash-router/index.js b/apps/web/src/components/hash-router/index.js
index 2efc47b95..af9d43748 100644
--- a/apps/web/src/components/hash-router/index.js
+++ b/apps/web/src/components/hash-router/index.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/icon-tag/index.tsx b/apps/web/src/components/icon-tag/index.tsx
index b6e4a6922..fd2d3a851 100644
--- a/apps/web/src/components/icon-tag/index.tsx
+++ b/apps/web/src/components/icon-tag/index.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/icons/index.tsx b/apps/web/src/components/icons/index.tsx
index 213c92c5b..daf5188d3 100644
--- a/apps/web/src/components/icons/index.tsx
+++ b/apps/web/src/components/icons/index.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/icons/resolver.ts b/apps/web/src/components/icons/resolver.ts
index 0084c515d..54e0cd25c 100644
--- a/apps/web/src/components/icons/resolver.ts
+++ b/apps/web/src/components/icons/resolver.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/install-notice/index.js b/apps/web/src/components/install-notice/index.js
index 36d55f5a5..e7db2b6b0 100644
--- a/apps/web/src/components/install-notice/index.js
+++ b/apps/web/src/components/install-notice/index.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/list-container/index.tsx b/apps/web/src/components/list-container/index.tsx
index 9f3af0e04..e9f14ee7f 100644
--- a/apps/web/src/components/list-container/index.tsx
+++ b/apps/web/src/components/list-container/index.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/list-container/list-profiles.tsx b/apps/web/src/components/list-container/list-profiles.tsx
index 9b2539e53..0a37070e5 100644
--- a/apps/web/src/components/list-container/list-profiles.tsx
+++ b/apps/web/src/components/list-container/list-profiles.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/list-item/index.js b/apps/web/src/components/list-item/index.js
index 98adc48af..f7a0ff5d0 100644
--- a/apps/web/src/components/list-item/index.js
+++ b/apps/web/src/components/list-item/index.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/loader/index.js b/apps/web/src/components/loader/index.js
index 0ab8819cc..75fe431df 100644
--- a/apps/web/src/components/loader/index.js
+++ b/apps/web/src/components/loader/index.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/loaders/editor-loader.tsx b/apps/web/src/components/loaders/editor-loader.tsx
index d57b8a9db..f655cecaf 100644
--- a/apps/web/src/components/loaders/editor-loader.tsx
+++ b/apps/web/src/components/loaders/editor-loader.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/loaders/list-loader.tsx b/apps/web/src/components/loaders/list-loader.tsx
index f8c67d6f8..cad00619c 100644
--- a/apps/web/src/components/loaders/list-loader.tsx
+++ b/apps/web/src/components/loaders/list-loader.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/loaders/view-loader.tsx b/apps/web/src/components/loaders/view-loader.tsx
index b4db08882..38a6becc7 100644
--- a/apps/web/src/components/loaders/view-loader.tsx
+++ b/apps/web/src/components/loaders/view-loader.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/menu/index.js b/apps/web/src/components/menu/index.js
index 2163f25b0..5b4a56668 100644
--- a/apps/web/src/components/menu/index.js
+++ b/apps/web/src/components/menu/index.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/menu/menu-item.js b/apps/web/src/components/menu/menu-item.js
index 831502bf2..8a4c4fd1d 100644
--- a/apps/web/src/components/menu/menu-item.js
+++ b/apps/web/src/components/menu/menu-item.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/navigation-menu/index.tsx b/apps/web/src/components/navigation-menu/index.tsx
index 114448085..12d1912c8 100644
--- a/apps/web/src/components/navigation-menu/index.tsx
+++ b/apps/web/src/components/navigation-menu/index.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/navigation-menu/navigation-item.tsx b/apps/web/src/components/navigation-menu/navigation-item.tsx
index d21165d5b..834c4147c 100644
--- a/apps/web/src/components/navigation-menu/navigation-item.tsx
+++ b/apps/web/src/components/navigation-menu/navigation-item.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/note/index.js b/apps/web/src/components/note/index.js
index 5f4974877..a5c32474d 100644
--- a/apps/web/src/components/note/index.js
+++ b/apps/web/src/components/note/index.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/notebook/index.js b/apps/web/src/components/notebook/index.js
index 60c2c1021..c6089234b 100644
--- a/apps/web/src/components/notebook/index.js
+++ b/apps/web/src/components/notebook/index.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/placeholders/attachments-placeholder.js b/apps/web/src/components/placeholders/attachments-placeholder.js
index b531a29b8..b4514a755 100644
--- a/apps/web/src/components/placeholders/attachments-placeholder.js
+++ b/apps/web/src/components/placeholders/attachments-placeholder.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/placeholders/favorites-placeholder.js b/apps/web/src/components/placeholders/favorites-placeholder.js
index 28d36ea94..ed9af5b75 100644
--- a/apps/web/src/components/placeholders/favorites-placeholder.js
+++ b/apps/web/src/components/placeholders/favorites-placeholder.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/placeholders/index.js b/apps/web/src/components/placeholders/index.js
index f9a7c9feb..f0f18c3fa 100644
--- a/apps/web/src/components/placeholders/index.js
+++ b/apps/web/src/components/placeholders/index.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/placeholders/loader.js b/apps/web/src/components/placeholders/loader.js
index ca8a11736..b555e9bf5 100644
--- a/apps/web/src/components/placeholders/loader.js
+++ b/apps/web/src/components/placeholders/loader.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/placeholders/monographs-placeholder.js b/apps/web/src/components/placeholders/monographs-placeholder.js
index 6db643c66..12e47e7db 100644
--- a/apps/web/src/components/placeholders/monographs-placeholder.js
+++ b/apps/web/src/components/placeholders/monographs-placeholder.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/placeholders/notebooks-placeholder.js b/apps/web/src/components/placeholders/notebooks-placeholder.js
index 1a9c16d9a..13c6d5764 100644
--- a/apps/web/src/components/placeholders/notebooks-placeholder.js
+++ b/apps/web/src/components/placeholders/notebooks-placeholder.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/placeholders/notesplacholder.js b/apps/web/src/components/placeholders/notesplacholder.js
index 9c5d3838c..7def5884a 100644
--- a/apps/web/src/components/placeholders/notesplacholder.js
+++ b/apps/web/src/components/placeholders/notesplacholder.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/placeholders/reminders-placeholder.js b/apps/web/src/components/placeholders/reminders-placeholder.js
index 302e232b1..5614d6214 100644
--- a/apps/web/src/components/placeholders/reminders-placeholder.js
+++ b/apps/web/src/components/placeholders/reminders-placeholder.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/placeholders/search-placeholder.js b/apps/web/src/components/placeholders/search-placeholder.js
index 6be003742..f445a6d4c 100644
--- a/apps/web/src/components/placeholders/search-placeholder.js
+++ b/apps/web/src/components/placeholders/search-placeholder.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/placeholders/tags-placeholder.js b/apps/web/src/components/placeholders/tags-placeholder.js
index 37d249ca0..6dbcb3a2e 100644
--- a/apps/web/src/components/placeholders/tags-placeholder.js
+++ b/apps/web/src/components/placeholders/tags-placeholder.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/placeholders/topics-placeholder.js b/apps/web/src/components/placeholders/topics-placeholder.js
index e56a80c72..fbeac8d75 100644
--- a/apps/web/src/components/placeholders/topics-placeholder.js
+++ b/apps/web/src/components/placeholders/topics-placeholder.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/placeholders/trash-placeholder.js b/apps/web/src/components/placeholders/trash-placeholder.js
index 76b45e767..a0237bf43 100644
--- a/apps/web/src/components/placeholders/trash-placeholder.js
+++ b/apps/web/src/components/placeholders/trash-placeholder.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/progress-bar/index.js b/apps/web/src/components/progress-bar/index.js
index 9f2171f69..b6744a1ff 100644
--- a/apps/web/src/components/progress-bar/index.js
+++ b/apps/web/src/components/progress-bar/index.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/properties/index.js b/apps/web/src/components/properties/index.js
index fbe8b3912..ba5a67550 100644
--- a/apps/web/src/components/properties/index.js
+++ b/apps/web/src/components/properties/index.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/properties/toggle.js b/apps/web/src/components/properties/toggle.js
index 2fdabb8d3..4a2bff58b 100644
--- a/apps/web/src/components/properties/toggle.js
+++ b/apps/web/src/components/properties/toggle.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/publish-view/index.js b/apps/web/src/components/publish-view/index.js
index 759f5a5bf..8a3fa5dda 100644
--- a/apps/web/src/components/publish-view/index.js
+++ b/apps/web/src/components/publish-view/index.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/reminder-bar/index.js b/apps/web/src/components/reminder-bar/index.js
index 97a9a39fd..269e0ed6d 100644
--- a/apps/web/src/components/reminder-bar/index.js
+++ b/apps/web/src/components/reminder-bar/index.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/reminder/index.tsx b/apps/web/src/components/reminder/index.tsx
index a101f2b4c..14633288f 100644
--- a/apps/web/src/components/reminder/index.tsx
+++ b/apps/web/src/components/reminder/index.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/route-container/index.js b/apps/web/src/components/route-container/index.js
index 51ad85625..fa920da95 100644
--- a/apps/web/src/components/route-container/index.js
+++ b/apps/web/src/components/route-container/index.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/scroll-container/index.tsx b/apps/web/src/components/scroll-container/index.tsx
index 3c1ddf116..d9a113863 100644
--- a/apps/web/src/components/scroll-container/index.tsx
+++ b/apps/web/src/components/scroll-container/index.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/search/index.js b/apps/web/src/components/search/index.js
index 1c090e177..85062bca0 100644
--- a/apps/web/src/components/search/index.js
+++ b/apps/web/src/components/search/index.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/status-bar/index.js b/apps/web/src/components/status-bar/index.js
index 59a1413c4..1678450ab 100644
--- a/apps/web/src/components/status-bar/index.js
+++ b/apps/web/src/components/status-bar/index.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/switch/index.js b/apps/web/src/components/switch/index.js
index 790205cee..2b987623f 100644
--- a/apps/web/src/components/switch/index.js
+++ b/apps/web/src/components/switch/index.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/tag/index.js b/apps/web/src/components/tag/index.js
index 8aef5eb45..ebf1a8505 100644
--- a/apps/web/src/components/tag/index.js
+++ b/apps/web/src/components/tag/index.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/theme-provider/index.js b/apps/web/src/components/theme-provider/index.js
index 2870e5c50..8da86ea09 100644
--- a/apps/web/src/components/theme-provider/index.js
+++ b/apps/web/src/components/theme-provider/index.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/time-ago/index.js b/apps/web/src/components/time-ago/index.js
index 3701ca4ce..eed66e05f 100644
--- a/apps/web/src/components/time-ago/index.js
+++ b/apps/web/src/components/time-ago/index.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/tip/index.js b/apps/web/src/components/tip/index.js
index 3ca99662c..d354301be 100644
--- a/apps/web/src/components/tip/index.js
+++ b/apps/web/src/components/tip/index.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/toggle/index.js b/apps/web/src/components/toggle/index.js
index d99373c4c..2f241b88b 100644
--- a/apps/web/src/components/toggle/index.js
+++ b/apps/web/src/components/toggle/index.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/topic/index.js b/apps/web/src/components/topic/index.js
index 1d0dc70c4..546781714 100644
--- a/apps/web/src/components/topic/index.js
+++ b/apps/web/src/components/topic/index.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/trash-item/index.js b/apps/web/src/components/trash-item/index.js
index ffdaaad36..36030b020 100644
--- a/apps/web/src/components/trash-item/index.js
+++ b/apps/web/src/components/trash-item/index.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/components/unlock/index.js b/apps/web/src/components/unlock/index.js
index 58d2e225b..411b60732 100644
--- a/apps/web/src/components/unlock/index.js
+++ b/apps/web/src/components/unlock/index.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/global.d.ts b/apps/web/src/global.d.ts
index d9833dac9..1dd74ffc6 100644
--- a/apps/web/src/global.d.ts
+++ b/apps/web/src/global.d.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/hooks/use-announcements.js b/apps/web/src/hooks/use-announcements.js
index a7eb06cc7..84f804393 100644
--- a/apps/web/src/hooks/use-announcements.js
+++ b/apps/web/src/hooks/use-announcements.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/hooks/use-auto-updater.js b/apps/web/src/hooks/use-auto-updater.js
index 365c9bcad..b59c1fe03 100644
--- a/apps/web/src/hooks/use-auto-updater.js
+++ b/apps/web/src/hooks/use-auto-updater.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/hooks/use-database.js b/apps/web/src/hooks/use-database.js
index 90150fbbe..a0616d6a4 100644
--- a/apps/web/src/hooks/use-database.js
+++ b/apps/web/src/hooks/use-database.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/hooks/use-hash-location.ts b/apps/web/src/hooks/use-hash-location.ts
index a5dbe8cb7..3aa385919 100644
--- a/apps/web/src/hooks/use-hash-location.ts
+++ b/apps/web/src/hooks/use-hash-location.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/hooks/use-hash-routes.js b/apps/web/src/hooks/use-hash-routes.js
index 366994b6e..22bd456d2 100644
--- a/apps/web/src/hooks/use-hash-routes.js
+++ b/apps/web/src/hooks/use-hash-routes.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/hooks/use-is-user-premium.js b/apps/web/src/hooks/use-is-user-premium.js
index 03b2af58e..4f5135ec6 100644
--- a/apps/web/src/hooks/use-is-user-premium.js
+++ b/apps/web/src/hooks/use-is-user-premium.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/hooks/use-keyboard-list-navigation.ts b/apps/web/src/hooks/use-keyboard-list-navigation.ts
index 4166ce4b9..c72b61d11 100644
--- a/apps/web/src/hooks/use-keyboard-list-navigation.ts
+++ b/apps/web/src/hooks/use-keyboard-list-navigation.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/hooks/use-location.ts b/apps/web/src/hooks/use-location.ts
index fa140c469..dad086d8e 100644
--- a/apps/web/src/hooks/use-location.ts
+++ b/apps/web/src/hooks/use-location.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/hooks/use-media-query.js b/apps/web/src/hooks/use-media-query.js
index 983877342..27ed19660 100644
--- a/apps/web/src/hooks/use-media-query.js
+++ b/apps/web/src/hooks/use-media-query.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/hooks/use-menu.js b/apps/web/src/hooks/use-menu.js
index 7b3d3bbba..e63ed31c5 100644
--- a/apps/web/src/hooks/use-menu.js
+++ b/apps/web/src/hooks/use-menu.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/hooks/use-mobile.js b/apps/web/src/hooks/use-mobile.js
index c3e1a1af9..4b2ced6eb 100644
--- a/apps/web/src/hooks/use-mobile.js
+++ b/apps/web/src/hooks/use-mobile.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/hooks/use-navigate.js b/apps/web/src/hooks/use-navigate.js
index 3ed3bbc9b..6179b5382 100644
--- a/apps/web/src/hooks/use-navigate.js
+++ b/apps/web/src/hooks/use-navigate.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/hooks/use-persistent-state.ts b/apps/web/src/hooks/use-persistent-state.ts
index 7f332e430..b418dcff7 100644
--- a/apps/web/src/hooks/use-persistent-state.ts
+++ b/apps/web/src/hooks/use-persistent-state.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/hooks/use-privacy-mode.js b/apps/web/src/hooks/use-privacy-mode.js
index f9bfe87fa..69b90443f 100644
--- a/apps/web/src/hooks/use-privacy-mode.js
+++ b/apps/web/src/hooks/use-privacy-mode.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/hooks/use-routes.js b/apps/web/src/hooks/use-routes.js
index 7f9486e52..b9d4e0169 100644
--- a/apps/web/src/hooks/use-routes.js
+++ b/apps/web/src/hooks/use-routes.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/hooks/use-session-state.ts b/apps/web/src/hooks/use-session-state.ts
index b87cfcaeb..f81d11249 100644
--- a/apps/web/src/hooks/use-session-state.ts
+++ b/apps/web/src/hooks/use-session-state.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/hooks/use-slider.js b/apps/web/src/hooks/use-slider.js
index e328be320..12d9c2c1a 100644
--- a/apps/web/src/hooks/use-slider.js
+++ b/apps/web/src/hooks/use-slider.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/hooks/use-status.ts b/apps/web/src/hooks/use-status.ts
index c934b34d1..352b81e55 100644
--- a/apps/web/src/hooks/use-status.ts
+++ b/apps/web/src/hooks/use-status.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/hooks/use-system-theme.js b/apps/web/src/hooks/use-system-theme.js
index 07619552d..90ed79956 100644
--- a/apps/web/src/hooks/use-system-theme.js
+++ b/apps/web/src/hooks/use-system-theme.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/hooks/use-tablet.js b/apps/web/src/hooks/use-tablet.js
index 2457f1c10..d25e3954b 100644
--- a/apps/web/src/hooks/use-tablet.js
+++ b/apps/web/src/hooks/use-tablet.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/hooks/use-timer.ts b/apps/web/src/hooks/use-timer.ts
index e5748946b..c015c8e66 100644
--- a/apps/web/src/hooks/use-timer.ts
+++ b/apps/web/src/hooks/use-timer.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/hooks/use-zoom-factor.js b/apps/web/src/hooks/use-zoom-factor.js
index b493b263f..2ae679124 100644
--- a/apps/web/src/hooks/use-zoom-factor.js
+++ b/apps/web/src/hooks/use-zoom-factor.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/index.tsx b/apps/web/src/index.tsx
index 2e55ca71c..17848cfc1 100644
--- a/apps/web/src/index.tsx
+++ b/apps/web/src/index.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/interfaces/fs.js b/apps/web/src/interfaces/fs.js
index 4dc99072a..e2875b04c 100644
--- a/apps/web/src/interfaces/fs.js
+++ b/apps/web/src/interfaces/fs.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/interfaces/nncrypto.stub.ts b/apps/web/src/interfaces/nncrypto.stub.ts
index e80d28660..b4da78290 100644
--- a/apps/web/src/interfaces/nncrypto.stub.ts
+++ b/apps/web/src/interfaces/nncrypto.stub.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/interfaces/storage.ts b/apps/web/src/interfaces/storage.ts
index 7b0336931..555c652ad 100644
--- a/apps/web/src/interfaces/storage.ts
+++ b/apps/web/src/interfaces/storage.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/navigation/hash-routes.js b/apps/web/src/navigation/hash-routes.js
index 06490616c..cf98fe385 100644
--- a/apps/web/src/navigation/hash-routes.js
+++ b/apps/web/src/navigation/hash-routes.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/navigation/index.js b/apps/web/src/navigation/index.js
index 5f05ef37b..7569dee35 100644
--- a/apps/web/src/navigation/index.js
+++ b/apps/web/src/navigation/index.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/navigation/routes.js b/apps/web/src/navigation/routes.js
index 852803877..f6c4f2422 100644
--- a/apps/web/src/navigation/routes.js
+++ b/apps/web/src/navigation/routes.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/re-exports/react-qrcode-logo.js b/apps/web/src/re-exports/react-qrcode-logo.js
index c87118d95..4e3bed649 100644
--- a/apps/web/src/re-exports/react-qrcode-logo.js
+++ b/apps/web/src/re-exports/react-qrcode-logo.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/react-app-env.d.ts b/apps/web/src/react-app-env.d.ts
index 5685b88ef..4fb8c62b7 100644
--- a/apps/web/src/react-app-env.d.ts
+++ b/apps/web/src/react-app-env.d.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/service-worker-registration.js b/apps/web/src/service-worker-registration.js
index b3fa5a75a..23a0210ec 100644
--- a/apps/web/src/service-worker-registration.js
+++ b/apps/web/src/service-worker-registration.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/service-worker.js b/apps/web/src/service-worker.js
index 2770f0b8f..837b6f2bc 100644
--- a/apps/web/src/service-worker.js
+++ b/apps/web/src/service-worker.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/stores/app-store.js b/apps/web/src/stores/app-store.js
index 4a6c5be95..de83ac8d6 100644
--- a/apps/web/src/stores/app-store.js
+++ b/apps/web/src/stores/app-store.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/stores/attachment-store.js b/apps/web/src/stores/attachment-store.js
index eecb2c585..b436f1659 100644
--- a/apps/web/src/stores/attachment-store.js
+++ b/apps/web/src/stores/attachment-store.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/stores/editor-store.js b/apps/web/src/stores/editor-store.js
index 094a81e97..cca42b07f 100644
--- a/apps/web/src/stores/editor-store.js
+++ b/apps/web/src/stores/editor-store.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/stores/index.js b/apps/web/src/stores/index.js
index e2b3df68f..48e1a93e9 100644
--- a/apps/web/src/stores/index.js
+++ b/apps/web/src/stores/index.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/stores/monograph-store.js b/apps/web/src/stores/monograph-store.js
index aa3081176..53c2618f6 100644
--- a/apps/web/src/stores/monograph-store.js
+++ b/apps/web/src/stores/monograph-store.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/stores/note-store.js b/apps/web/src/stores/note-store.js
index 937818b0e..303e2da14 100644
--- a/apps/web/src/stores/note-store.js
+++ b/apps/web/src/stores/note-store.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/stores/notebook-store.js b/apps/web/src/stores/notebook-store.js
index f776c29ca..2ecb96980 100644
--- a/apps/web/src/stores/notebook-store.js
+++ b/apps/web/src/stores/notebook-store.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/stores/reminder-store.js b/apps/web/src/stores/reminder-store.js
index 98932fc6d..d176a2178 100644
--- a/apps/web/src/stores/reminder-store.js
+++ b/apps/web/src/stores/reminder-store.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/stores/search-store.js b/apps/web/src/stores/search-store.js
index 1790f1432..3aeaec9e3 100644
--- a/apps/web/src/stores/search-store.js
+++ b/apps/web/src/stores/search-store.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/stores/selection-store.js b/apps/web/src/stores/selection-store.js
index 79be69eae..4fdc55e5e 100644
--- a/apps/web/src/stores/selection-store.js
+++ b/apps/web/src/stores/selection-store.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/stores/setting-store.js b/apps/web/src/stores/setting-store.js
index 14e726d56..389e3fc05 100644
--- a/apps/web/src/stores/setting-store.js
+++ b/apps/web/src/stores/setting-store.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/stores/tag-store.js b/apps/web/src/stores/tag-store.js
index 74a59d27e..62a1f7594 100644
--- a/apps/web/src/stores/tag-store.js
+++ b/apps/web/src/stores/tag-store.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/stores/theme-store.js b/apps/web/src/stores/theme-store.js
index 6e9b2b9aa..72e9d2052 100644
--- a/apps/web/src/stores/theme-store.js
+++ b/apps/web/src/stores/theme-store.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/stores/trash-store.js b/apps/web/src/stores/trash-store.js
index 95d3eaa07..9b4d07a45 100644
--- a/apps/web/src/stores/trash-store.js
+++ b/apps/web/src/stores/trash-store.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/stores/user-store.js b/apps/web/src/stores/user-store.js
index 1b077cdc9..18c4fc470 100644
--- a/apps/web/src/stores/user-store.js
+++ b/apps/web/src/stores/user-store.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/utils/analytics.ts b/apps/web/src/utils/analytics.ts
index baec620bb..0ebc102c7 100644
--- a/apps/web/src/utils/analytics.ts
+++ b/apps/web/src/utils/analytics.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/utils/changelog.ts b/apps/web/src/utils/changelog.ts
index 394ff55cf..8ab313aba 100644
--- a/apps/web/src/utils/changelog.ts
+++ b/apps/web/src/utils/changelog.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/utils/color.js b/apps/web/src/utils/color.js
index 0fd722297..3230bdaef 100644
--- a/apps/web/src/utils/color.js
+++ b/apps/web/src/utils/color.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/utils/compressor.ts b/apps/web/src/utils/compressor.ts
index 8745cf450..65d253055 100644
--- a/apps/web/src/utils/compressor.ts
+++ b/apps/web/src/utils/compressor.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/utils/compressor.worker.ts b/apps/web/src/utils/compressor.worker.ts
index 3ee5298fd..f0ff215c1 100644
--- a/apps/web/src/utils/compressor.worker.ts
+++ b/apps/web/src/utils/compressor.worker.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/utils/config.ts b/apps/web/src/utils/config.ts
index 876f431de..74c7999a7 100644
--- a/apps/web/src/utils/config.ts
+++ b/apps/web/src/utils/config.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/utils/css.js b/apps/web/src/utils/css.js
index 7398f0f6c..241c77d9d 100644
--- a/apps/web/src/utils/css.js
+++ b/apps/web/src/utils/css.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/utils/debounce.ts b/apps/web/src/utils/debounce.ts
index 4bbe7a431..6ebf08f11 100644
--- a/apps/web/src/utils/debounce.ts
+++ b/apps/web/src/utils/debounce.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/utils/dimensions.js b/apps/web/src/utils/dimensions.js
index 148157fa8..0e43758b5 100644
--- a/apps/web/src/utils/dimensions.js
+++ b/apps/web/src/utils/dimensions.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/utils/filename.js b/apps/web/src/utils/filename.js
index 8cd8cbb30..a52d424d6 100644
--- a/apps/web/src/utils/filename.js
+++ b/apps/web/src/utils/filename.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/utils/html.ts b/apps/web/src/utils/html.ts
index fc6c0910d..81a5ae73d 100644
--- a/apps/web/src/utils/html.ts
+++ b/apps/web/src/utils/html.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/utils/importer.ts b/apps/web/src/utils/importer.ts
index 79327833a..734d3c3fd 100644
--- a/apps/web/src/utils/importer.ts
+++ b/apps/web/src/utils/importer.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/utils/keyboard.js b/apps/web/src/utils/keyboard.js
index a8320b45c..81682fcc6 100644
--- a/apps/web/src/utils/keyboard.js
+++ b/apps/web/src/utils/keyboard.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/utils/logger.ts b/apps/web/src/utils/logger.ts
index 49f4cc130..121c3b4de 100644
--- a/apps/web/src/utils/logger.ts
+++ b/apps/web/src/utils/logger.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/utils/object.js b/apps/web/src/utils/object.js
index a95e743a6..add01f28f 100644
--- a/apps/web/src/utils/object.js
+++ b/apps/web/src/utils/object.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/utils/page-visibility.js b/apps/web/src/utils/page-visibility.js
index ee8e51f11..50b044640 100644
--- a/apps/web/src/utils/page-visibility.js
+++ b/apps/web/src/utils/page-visibility.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/utils/parse.js b/apps/web/src/utils/parse.js
index 20911bfd1..8f2650737 100644
--- a/apps/web/src/utils/parse.js
+++ b/apps/web/src/utils/parse.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/utils/platform.js b/apps/web/src/utils/platform.js
index c58c2c11a..ffaf786de 100644
--- a/apps/web/src/utils/platform.js
+++ b/apps/web/src/utils/platform.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/utils/random.js b/apps/web/src/utils/random.js
index 7f6c90fa9..1e9cdeee9 100644
--- a/apps/web/src/utils/random.js
+++ b/apps/web/src/utils/random.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/utils/string.ts b/apps/web/src/utils/string.ts
index 3f484a656..a0cb5ab12 100644
--- a/apps/web/src/utils/string.ts
+++ b/apps/web/src/utils/string.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/utils/task-scheduler.ts b/apps/web/src/utils/task-scheduler.ts
index d0fb907a6..3b800c66c 100644
--- a/apps/web/src/utils/task-scheduler.ts
+++ b/apps/web/src/utils/task-scheduler.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/utils/task-scheduler.worker.ts b/apps/web/src/utils/task-scheduler.worker.ts
index 0acedee8a..eab80d434 100644
--- a/apps/web/src/utils/task-scheduler.worker.ts
+++ b/apps/web/src/utils/task-scheduler.worker.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/utils/toast.tsx b/apps/web/src/utils/toast.tsx
index 234c09da2..8d015d60e 100644
--- a/apps/web/src/utils/toast.tsx
+++ b/apps/web/src/utils/toast.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/utils/version.ts b/apps/web/src/utils/version.ts
index 70cd9c88a..4158b6c64 100644
--- a/apps/web/src/utils/version.ts
+++ b/apps/web/src/utils/version.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/utils/web-extension-relay.ts b/apps/web/src/utils/web-extension-relay.ts
index 5c67d7ad0..f572aacf0 100644
--- a/apps/web/src/utils/web-extension-relay.ts
+++ b/apps/web/src/utils/web-extension-relay.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/utils/zip-reader.ts b/apps/web/src/utils/zip-reader.ts
index b0209e3fc..4d5c9c40d 100644
--- a/apps/web/src/utils/zip-reader.ts
+++ b/apps/web/src/utils/zip-reader.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/utils/zip.ts b/apps/web/src/utils/zip.ts
index 3a1f9d008..d7a99b646 100644
--- a/apps/web/src/utils/zip.ts
+++ b/apps/web/src/utils/zip.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/views/auth.tsx b/apps/web/src/views/auth.tsx
index 551465bc8..fe4251f39 100644
--- a/apps/web/src/views/auth.tsx
+++ b/apps/web/src/views/auth.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/views/email-confirmed.js b/apps/web/src/views/email-confirmed.js
index 8060dcdb3..289059ead 100644
--- a/apps/web/src/views/email-confirmed.js
+++ b/apps/web/src/views/email-confirmed.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/views/home.js b/apps/web/src/views/home.js
index fcb2e0921..a79d87286 100644
--- a/apps/web/src/views/home.js
+++ b/apps/web/src/views/home.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/views/notebooks.js b/apps/web/src/views/notebooks.js
index fc8b3c833..3e0e0dc6b 100644
--- a/apps/web/src/views/notebooks.js
+++ b/apps/web/src/views/notebooks.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/views/notes.js b/apps/web/src/views/notes.js
index 6857a9aad..6bea07259 100644
--- a/apps/web/src/views/notes.js
+++ b/apps/web/src/views/notes.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/views/recovery.tsx b/apps/web/src/views/recovery.tsx
index 42ce751e2..f1788df4b 100644
--- a/apps/web/src/views/recovery.tsx
+++ b/apps/web/src/views/recovery.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/views/reminders.tsx b/apps/web/src/views/reminders.tsx
index 6d3f87f08..8d79b6deb 100644
--- a/apps/web/src/views/reminders.tsx
+++ b/apps/web/src/views/reminders.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/views/search.js b/apps/web/src/views/search.js
index f175338f8..b54fee3c9 100644
--- a/apps/web/src/views/search.js
+++ b/apps/web/src/views/search.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/views/settings.js b/apps/web/src/views/settings.js
index 5effcf97f..8ec586a01 100644
--- a/apps/web/src/views/settings.js
+++ b/apps/web/src/views/settings.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/views/tags.js b/apps/web/src/views/tags.js
index e75b1ef76..55a6fe9ad 100644
--- a/apps/web/src/views/tags.js
+++ b/apps/web/src/views/tags.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/views/topics.js b/apps/web/src/views/topics.js
index 871f46716..b34a3eea4 100644
--- a/apps/web/src/views/topics.js
+++ b/apps/web/src/views/topics.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apps/web/src/views/trash.js b/apps/web/src/views/trash.js
index 28c0f3bff..eac5c8fd1 100644
--- a/apps/web/src/views/trash.js
+++ b/apps/web/src/views/trash.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/extensions/web-clipper/build-utils/build.js b/extensions/web-clipper/build-utils/build.js
index 2c948481e..d0f62657b 100644
--- a/extensions/web-clipper/build-utils/build.js
+++ b/extensions/web-clipper/build-utils/build.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/extensions/web-clipper/build-utils/dev.js b/extensions/web-clipper/build-utils/dev.js
index 85dffc29c..fe45629de 100644
--- a/extensions/web-clipper/build-utils/dev.js
+++ b/extensions/web-clipper/build-utils/dev.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -33,7 +33,7 @@ for (var entryName in config.entry) {
if (excludeEntriesToHotReload.indexOf(entryName) === -1) {
config.entry[entryName] = [
"webpack/hot/dev-server",
- `webpack-dev-server/client?hot=true&hostname=localhost&port=${env.PORT}`,
+ `webpack-dev-server/client?hot=true&hostname=localhost&port=${env.PORT}`
].concat(config.entry[entryName]);
}
}
@@ -54,16 +54,16 @@ var server = new WebpackDevServer(
host: "localhost",
port: env.PORT,
static: {
- directory: path.join(__dirname, "../build"),
+ directory: path.join(__dirname, "../build")
},
devMiddleware: {
publicPath: `http://localhost:${env.PORT}/`,
- writeToDisk: true,
+ writeToDisk: true
},
headers: {
- "Access-Control-Allow-Origin": "*",
+ "Access-Control-Allow-Origin": "*"
},
- allowedHosts: "all",
+ allowedHosts: "all"
},
compiler
);
diff --git a/extensions/web-clipper/build-utils/env.js b/extensions/web-clipper/build-utils/env.js
index 9e3dd1443..0b12ac9d6 100644
--- a/extensions/web-clipper/build-utils/env.js
+++ b/extensions/web-clipper/build-utils/env.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -18,5 +18,5 @@ along with this program. If not, see .
*/
module.exports = {
NODE_ENV: process.env.NODE_ENV || "development",
- PORT: process.env.PORT || 3000,
+ PORT: process.env.PORT || 3000
};
diff --git a/extensions/web-clipper/build-utils/manifest.js b/extensions/web-clipper/build-utils/manifest.js
index e7d20806c..e3885ea8b 100644
--- a/extensions/web-clipper/build-utils/manifest.js
+++ b/extensions/web-clipper/build-utils/manifest.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/extensions/web-clipper/global.d.ts b/extensions/web-clipper/global.d.ts
index f3acb7392..8d067172a 100644
--- a/extensions/web-clipper/global.d.ts
+++ b/extensions/web-clipper/global.d.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/extensions/web-clipper/package.json b/extensions/web-clipper/package.json
index da00da60e..67fa22a04 100644
--- a/extensions/web-clipper/package.json
+++ b/extensions/web-clipper/package.json
@@ -100,7 +100,7 @@
},
"license": "GPL-3.0-or-later",
"author": {
- "name": "Streetwriters (Private) Ltd.",
+ "name": "Streetwriters (Private) Limited",
"email": "support@streetwriters.co",
"url": "https://streetwriters.co"
},
diff --git a/extensions/web-clipper/src/api.ts b/extensions/web-clipper/src/api.ts
index f78776755..245f2af64 100644
--- a/extensions/web-clipper/src/api.ts
+++ b/extensions/web-clipper/src/api.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/extensions/web-clipper/src/app.tsx b/extensions/web-clipper/src/app.tsx
index 38a2952dc..7534b1951 100644
--- a/extensions/web-clipper/src/app.tsx
+++ b/extensions/web-clipper/src/app.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/extensions/web-clipper/src/background.ts b/extensions/web-clipper/src/background.ts
index 4f0aa25c2..65b96d0e4 100644
--- a/extensions/web-clipper/src/background.ts
+++ b/extensions/web-clipper/src/background.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/extensions/web-clipper/src/common/bridge.ts b/extensions/web-clipper/src/common/bridge.ts
index 6cb81c3ec..efae420aa 100644
--- a/extensions/web-clipper/src/common/bridge.ts
+++ b/extensions/web-clipper/src/common/bridge.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/extensions/web-clipper/src/common/constants.ts b/extensions/web-clipper/src/common/constants.ts
index e86930042..6012cf773 100644
--- a/extensions/web-clipper/src/common/constants.ts
+++ b/extensions/web-clipper/src/common/constants.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/extensions/web-clipper/src/components/filtered-list/index.tsx b/extensions/web-clipper/src/components/filtered-list/index.tsx
index 1b41b2aba..afbdd268f 100644
--- a/extensions/web-clipper/src/components/filtered-list/index.tsx
+++ b/extensions/web-clipper/src/components/filtered-list/index.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/extensions/web-clipper/src/components/icons/icon.tsx b/extensions/web-clipper/src/components/icons/icon.tsx
index 0a65a46f6..681df0ea4 100644
--- a/extensions/web-clipper/src/components/icons/icon.tsx
+++ b/extensions/web-clipper/src/components/icons/icon.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/extensions/web-clipper/src/components/icons/index.ts b/extensions/web-clipper/src/components/icons/index.ts
index 937eb4c4c..127673b0f 100644
--- a/extensions/web-clipper/src/components/icons/index.ts
+++ b/extensions/web-clipper/src/components/icons/index.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/extensions/web-clipper/src/components/note-picker/index.tsx b/extensions/web-clipper/src/components/note-picker/index.tsx
index eca1e7550..5ca4e4d8f 100644
--- a/extensions/web-clipper/src/components/note-picker/index.tsx
+++ b/extensions/web-clipper/src/components/note-picker/index.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/extensions/web-clipper/src/components/notebook-picker/index.tsx b/extensions/web-clipper/src/components/notebook-picker/index.tsx
index db4d0952b..34c8f2460 100644
--- a/extensions/web-clipper/src/components/notebook-picker/index.tsx
+++ b/extensions/web-clipper/src/components/notebook-picker/index.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/extensions/web-clipper/src/components/picker/index.tsx b/extensions/web-clipper/src/components/picker/index.tsx
index fe4c81a9c..a635f2fcb 100644
--- a/extensions/web-clipper/src/components/picker/index.tsx
+++ b/extensions/web-clipper/src/components/picker/index.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/extensions/web-clipper/src/components/scroll-container/index.tsx b/extensions/web-clipper/src/components/scroll-container/index.tsx
index 8f44f631a..c677f41f5 100644
--- a/extensions/web-clipper/src/components/scroll-container/index.tsx
+++ b/extensions/web-clipper/src/components/scroll-container/index.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/extensions/web-clipper/src/components/tag-picker/index.tsx b/extensions/web-clipper/src/components/tag-picker/index.tsx
index 229252569..e8216c38c 100644
--- a/extensions/web-clipper/src/components/tag-picker/index.tsx
+++ b/extensions/web-clipper/src/components/tag-picker/index.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/extensions/web-clipper/src/components/theme-provider/index.tsx b/extensions/web-clipper/src/components/theme-provider/index.tsx
index eeb51a701..2231d8760 100644
--- a/extensions/web-clipper/src/components/theme-provider/index.tsx
+++ b/extensions/web-clipper/src/components/theme-provider/index.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/extensions/web-clipper/src/content-scripts/all.ts b/extensions/web-clipper/src/content-scripts/all.ts
index 81b68ec94..2d8b3219b 100644
--- a/extensions/web-clipper/src/content-scripts/all.ts
+++ b/extensions/web-clipper/src/content-scripts/all.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/extensions/web-clipper/src/content-scripts/nn.ts b/extensions/web-clipper/src/content-scripts/nn.ts
index a366acb7e..efe0232ac 100644
--- a/extensions/web-clipper/src/content-scripts/nn.ts
+++ b/extensions/web-clipper/src/content-scripts/nn.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/extensions/web-clipper/src/hooks/use-persistent-state.ts b/extensions/web-clipper/src/hooks/use-persistent-state.ts
index a5e524f4f..4c31c3ba7 100644
--- a/extensions/web-clipper/src/hooks/use-persistent-state.ts
+++ b/extensions/web-clipper/src/hooks/use-persistent-state.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/extensions/web-clipper/src/index.tsx b/extensions/web-clipper/src/index.tsx
index 0d11c9a77..306796ab9 100644
--- a/extensions/web-clipper/src/index.tsx
+++ b/extensions/web-clipper/src/index.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/extensions/web-clipper/src/stores/app-store.tsx b/extensions/web-clipper/src/stores/app-store.tsx
index bdeb8bbdd..9024682fe 100644
--- a/extensions/web-clipper/src/stores/app-store.tsx
+++ b/extensions/web-clipper/src/stores/app-store.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/extensions/web-clipper/src/utils/config.ts b/extensions/web-clipper/src/utils/config.ts
index e957acef4..f284d01d1 100644
--- a/extensions/web-clipper/src/utils/config.ts
+++ b/extensions/web-clipper/src/utils/config.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/extensions/web-clipper/src/utils/storage.ts b/extensions/web-clipper/src/utils/storage.ts
index 6b4920cb5..b0ddc4b17 100644
--- a/extensions/web-clipper/src/utils/storage.ts
+++ b/extensions/web-clipper/src/utils/storage.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/extensions/web-clipper/src/views/login.tsx b/extensions/web-clipper/src/views/login.tsx
index cf96d77f0..fdf1be380 100644
--- a/extensions/web-clipper/src/views/login.tsx
+++ b/extensions/web-clipper/src/views/login.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/extensions/web-clipper/src/views/main.tsx b/extensions/web-clipper/src/views/main.tsx
index d5f3c19ac..bc980116f 100644
--- a/extensions/web-clipper/src/views/main.tsx
+++ b/extensions/web-clipper/src/views/main.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/extensions/web-clipper/src/views/settings.tsx b/extensions/web-clipper/src/views/settings.tsx
index f260a2131..067bafc77 100644
--- a/extensions/web-clipper/src/views/settings.tsx
+++ b/extensions/web-clipper/src/views/settings.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/extensions/web-clipper/webpack.config.js b/extensions/web-clipper/webpack.config.js
index 22d8c89b5..711f51a0d 100644
--- a/extensions/web-clipper/webpack.config.js
+++ b/extensions/web-clipper/webpack.config.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/clipper/__tests__/example.spec.ts b/packages/clipper/__tests__/example.spec.ts
index fd2f1c094..1a9e889a8 100644
--- a/packages/clipper/__tests__/example.spec.ts
+++ b/packages/clipper/__tests__/example.spec.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/clipper/playwright.config.ts b/packages/clipper/playwright.config.ts
index 2c347d4c9..8ea0c05c2 100644
--- a/packages/clipper/playwright.config.ts
+++ b/packages/clipper/playwright.config.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/clipper/src/clone.ts b/packages/clipper/src/clone.ts
index 7921b1f3b..9ed9489cd 100644
--- a/packages/clipper/src/clone.ts
+++ b/packages/clipper/src/clone.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/clipper/src/css-tokenizer.ts b/packages/clipper/src/css-tokenizer.ts
index 1d5dd9d38..a2b8822af 100644
--- a/packages/clipper/src/css-tokenizer.ts
+++ b/packages/clipper/src/css-tokenizer.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/clipper/src/domtoimage.ts b/packages/clipper/src/domtoimage.ts
index 95b9b2884..323b2fb3a 100644
--- a/packages/clipper/src/domtoimage.ts
+++ b/packages/clipper/src/domtoimage.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/clipper/src/fetch.ts b/packages/clipper/src/fetch.ts
index 066b2af7f..834e02fc0 100644
--- a/packages/clipper/src/fetch.ts
+++ b/packages/clipper/src/fetch.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/clipper/src/fontfaces.ts b/packages/clipper/src/fontfaces.ts
index 4c73280e0..7266e6ea3 100644
--- a/packages/clipper/src/fontfaces.ts
+++ b/packages/clipper/src/fontfaces.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/clipper/src/images.ts b/packages/clipper/src/images.ts
index 07f4954b4..10a8f590a 100644
--- a/packages/clipper/src/images.ts
+++ b/packages/clipper/src/images.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/clipper/src/index.ts b/packages/clipper/src/index.ts
index 15be368d1..c10fc553f 100644
--- a/packages/clipper/src/index.ts
+++ b/packages/clipper/src/index.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/clipper/src/inliner.ts b/packages/clipper/src/inliner.ts
index 9c860d89a..2ff3f6f07 100644
--- a/packages/clipper/src/inliner.ts
+++ b/packages/clipper/src/inliner.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/clipper/src/styles.ts b/packages/clipper/src/styles.ts
index 78002cefa..edf8cba93 100644
--- a/packages/clipper/src/styles.ts
+++ b/packages/clipper/src/styles.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/clipper/src/types.ts b/packages/clipper/src/types.ts
index cd25c2db2..5b8317e24 100644
--- a/packages/clipper/src/types.ts
+++ b/packages/clipper/src/types.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/clipper/src/utils.ts b/packages/clipper/src/utils.ts
index 97851259b..24978f9f4 100644
--- a/packages/clipper/src/utils.ts
+++ b/packages/clipper/src/utils.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/__e2e__/monographs.test.js b/packages/core/__e2e__/monographs.test.js
index 8582e6cbd..b138f5049 100644
--- a/packages/core/__e2e__/monographs.test.js
+++ b/packages/core/__e2e__/monographs.test.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/__e2e__/offers.test.js b/packages/core/__e2e__/offers.test.js
index 54f203a9f..6d28fd9a0 100644
--- a/packages/core/__e2e__/offers.test.js
+++ b/packages/core/__e2e__/offers.test.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/__e2e__/pricing.test.js b/packages/core/__e2e__/pricing.test.js
index 9b0002a8f..4f9c00f5a 100644
--- a/packages/core/__e2e__/pricing.test.js
+++ b/packages/core/__e2e__/pricing.test.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/__e2e__/token-manager.test.js b/packages/core/__e2e__/token-manager.test.js
index 246fb7044..013aaf9be 100644
--- a/packages/core/__e2e__/token-manager.test.js
+++ b/packages/core/__e2e__/token-manager.test.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/__e2e__/user-manager.test.js b/packages/core/__e2e__/user-manager.test.js
index ea1d47a86..b089699ae 100644
--- a/packages/core/__e2e__/user-manager.test.js
+++ b/packages/core/__e2e__/user-manager.test.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/__e2e__/utils.js b/packages/core/__e2e__/utils.js
index 9b214b5e5..6fbabf8ed 100644
--- a/packages/core/__e2e__/utils.js
+++ b/packages/core/__e2e__/utils.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/__mocks__/compressor.mock.js b/packages/core/__mocks__/compressor.mock.js
index 762c68d7e..0412435dd 100644
--- a/packages/core/__mocks__/compressor.mock.js
+++ b/packages/core/__mocks__/compressor.mock.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/__mocks__/fs.mock.js b/packages/core/__mocks__/fs.mock.js
index 78c0be232..111999783 100644
--- a/packages/core/__mocks__/fs.mock.js
+++ b/packages/core/__mocks__/fs.mock.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/__mocks__/node-storage.mock.js b/packages/core/__mocks__/node-storage.mock.js
index 99f98a2f2..087a07375 100644
--- a/packages/core/__mocks__/node-storage.mock.js
+++ b/packages/core/__mocks__/node-storage.mock.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/__mocks__/storage.mock.js b/packages/core/__mocks__/storage.mock.js
index 81bb022db..e649fe1f4 100644
--- a/packages/core/__mocks__/storage.mock.js
+++ b/packages/core/__mocks__/storage.mock.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/__tests__/backup.test.js b/packages/core/__tests__/backup.test.js
index b6e85fceb..6e07ab3fb 100644
--- a/packages/core/__tests__/backup.test.js
+++ b/packages/core/__tests__/backup.test.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/__tests__/content.test.js b/packages/core/__tests__/content.test.js
index 4f107b5f8..df267bfdf 100644
--- a/packages/core/__tests__/content.test.js
+++ b/packages/core/__tests__/content.test.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/__tests__/db.test.js b/packages/core/__tests__/db.test.js
index 640b31209..dffb98c92 100644
--- a/packages/core/__tests__/db.test.js
+++ b/packages/core/__tests__/db.test.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/__tests__/lookup.test.js b/packages/core/__tests__/lookup.test.js
index e5be38797..c3b55fe1b 100644
--- a/packages/core/__tests__/lookup.test.js
+++ b/packages/core/__tests__/lookup.test.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/__tests__/note-history.test.js b/packages/core/__tests__/note-history.test.js
index 275ecfce1..38c0a6b5d 100644
--- a/packages/core/__tests__/note-history.test.js
+++ b/packages/core/__tests__/note-history.test.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/__tests__/notebooks.test.js b/packages/core/__tests__/notebooks.test.js
index 3f837e21d..dc16feba6 100644
--- a/packages/core/__tests__/notebooks.test.js
+++ b/packages/core/__tests__/notebooks.test.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/__tests__/notes.test.js b/packages/core/__tests__/notes.test.js
index f6618bb3a..228f16177 100644
--- a/packages/core/__tests__/notes.test.js
+++ b/packages/core/__tests__/notes.test.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/__tests__/reminders.test.js b/packages/core/__tests__/reminders.test.js
index 7413ca80c..6f36212ac 100644
--- a/packages/core/__tests__/reminders.test.js
+++ b/packages/core/__tests__/reminders.test.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/__tests__/settings.test.js b/packages/core/__tests__/settings.test.js
index e65ec3413..c68160366 100644
--- a/packages/core/__tests__/settings.test.js
+++ b/packages/core/__tests__/settings.test.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/__tests__/shortcuts.test.js b/packages/core/__tests__/shortcuts.test.js
index 0db736b0b..957f939f3 100644
--- a/packages/core/__tests__/shortcuts.test.js
+++ b/packages/core/__tests__/shortcuts.test.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/__tests__/storage.test.js b/packages/core/__tests__/storage.test.js
index 768d7f218..8bd860fcd 100644
--- a/packages/core/__tests__/storage.test.js
+++ b/packages/core/__tests__/storage.test.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/__tests__/tags.test.js b/packages/core/__tests__/tags.test.js
index 6b7ee6d98..6a35bc45e 100644
--- a/packages/core/__tests__/tags.test.js
+++ b/packages/core/__tests__/tags.test.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/__tests__/topics.test.js b/packages/core/__tests__/topics.test.js
index 4ef024d64..01be2cc0a 100644
--- a/packages/core/__tests__/topics.test.js
+++ b/packages/core/__tests__/topics.test.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/__tests__/trash.test.js b/packages/core/__tests__/trash.test.js
index 26108d4e5..e93d1c585 100644
--- a/packages/core/__tests__/trash.test.js
+++ b/packages/core/__tests__/trash.test.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/__tests__/utils.test.js b/packages/core/__tests__/utils.test.js
index d8fe35344..243f0bb30 100644
--- a/packages/core/__tests__/utils.test.js
+++ b/packages/core/__tests__/utils.test.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/__tests__/utils/index.js b/packages/core/__tests__/utils/index.js
index 3ca71a545..568d042c6 100644
--- a/packages/core/__tests__/utils/index.js
+++ b/packages/core/__tests__/utils/index.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/__tests__/vault.test.js b/packages/core/__tests__/vault.test.js
index 6ed5596bc..14ff19e58 100644
--- a/packages/core/__tests__/vault.test.js
+++ b/packages/core/__tests__/vault.test.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/analyze-modules.js b/packages/core/analyze-modules.js
index fe8296196..43aa880da 100644
--- a/packages/core/analyze-modules.js
+++ b/packages/core/analyze-modules.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/api/__tests__/debug.test.js b/packages/core/api/__tests__/debug.test.js
index a84655352..e1521d6a4 100644
--- a/packages/core/api/__tests__/debug.test.js
+++ b/packages/core/api/__tests__/debug.test.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/api/__tests__/mfa-manager.test.js b/packages/core/api/__tests__/mfa-manager.test.js
index 88bc3a06d..4b11260b8 100644
--- a/packages/core/api/__tests__/mfa-manager.test.js
+++ b/packages/core/api/__tests__/mfa-manager.test.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/api/__tests__/migrations.test.js b/packages/core/api/__tests__/migrations.test.js
index 88bc3a06d..4b11260b8 100644
--- a/packages/core/api/__tests__/migrations.test.js
+++ b/packages/core/api/__tests__/migrations.test.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/api/__tests__/outbox.test.js b/packages/core/api/__tests__/outbox.test.js
index 88bc3a06d..4b11260b8 100644
--- a/packages/core/api/__tests__/outbox.test.js
+++ b/packages/core/api/__tests__/outbox.test.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/api/debug.js b/packages/core/api/debug.js
index b54ff2fdd..dbde00b92 100644
--- a/packages/core/api/debug.js
+++ b/packages/core/api/debug.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/api/index.js b/packages/core/api/index.js
index cc0b5a9a8..e207480cd 100644
--- a/packages/core/api/index.js
+++ b/packages/core/api/index.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/api/lookup.js b/packages/core/api/lookup.js
index 1788f0b52..72a5fb651 100644
--- a/packages/core/api/lookup.js
+++ b/packages/core/api/lookup.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/api/mfa-manager.js b/packages/core/api/mfa-manager.js
index 252b95573..b82ac9220 100644
--- a/packages/core/api/mfa-manager.js
+++ b/packages/core/api/mfa-manager.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/api/migrations.js b/packages/core/api/migrations.js
index 5c73a9fb0..7abc3276d 100644
--- a/packages/core/api/migrations.js
+++ b/packages/core/api/migrations.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/api/monographs.js b/packages/core/api/monographs.js
index e6ed09ec8..f82d2c08d 100644
--- a/packages/core/api/monographs.js
+++ b/packages/core/api/monographs.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/api/offers.js b/packages/core/api/offers.js
index 9d10cc7dc..e93b57547 100644
--- a/packages/core/api/offers.js
+++ b/packages/core/api/offers.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/api/outbox.js b/packages/core/api/outbox.js
index d04770cf0..2cab3e578 100644
--- a/packages/core/api/outbox.js
+++ b/packages/core/api/outbox.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/api/pricing.js b/packages/core/api/pricing.js
index 2e46c5734..b812c25da 100644
--- a/packages/core/api/pricing.js
+++ b/packages/core/api/pricing.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/api/session.js b/packages/core/api/session.js
index aba37611f..8cf678eec 100644
--- a/packages/core/api/session.js
+++ b/packages/core/api/session.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/api/settings.js b/packages/core/api/settings.js
index a936166ef..2e979a068 100644
--- a/packages/core/api/settings.js
+++ b/packages/core/api/settings.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/api/sync/__tests__/collector.test.js b/packages/core/api/sync/__tests__/collector.test.js
index 1a069eaf3..7acf1df2e 100644
--- a/packages/core/api/sync/__tests__/collector.test.js
+++ b/packages/core/api/sync/__tests__/collector.test.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/api/sync/__tests__/sync.test.skip.js b/packages/core/api/sync/__tests__/sync.test.skip.js
index f30434ae9..45f456570 100644
--- a/packages/core/api/sync/__tests__/sync.test.skip.js
+++ b/packages/core/api/sync/__tests__/sync.test.skip.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/api/sync/auto-sync.js b/packages/core/api/sync/auto-sync.js
index 8aeaf38ac..29b470870 100644
--- a/packages/core/api/sync/auto-sync.js
+++ b/packages/core/api/sync/auto-sync.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/api/sync/collector.js b/packages/core/api/sync/collector.js
index a2d96516a..ac1b36eed 100644
--- a/packages/core/api/sync/collector.js
+++ b/packages/core/api/sync/collector.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/api/sync/conflicts.js b/packages/core/api/sync/conflicts.js
index 65ba10fca..15d66710d 100644
--- a/packages/core/api/sync/conflicts.js
+++ b/packages/core/api/sync/conflicts.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/api/sync/index.js b/packages/core/api/sync/index.js
index 785aa35e0..2b1843d58 100644
--- a/packages/core/api/sync/index.js
+++ b/packages/core/api/sync/index.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/api/sync/merger.js b/packages/core/api/sync/merger.js
index 484652d8a..f494ea323 100644
--- a/packages/core/api/sync/merger.js
+++ b/packages/core/api/sync/merger.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/api/sync/sync-queue.js b/packages/core/api/sync/sync-queue.js
index 8d6af99ee..f52fbd2a5 100644
--- a/packages/core/api/sync/sync-queue.js
+++ b/packages/core/api/sync/sync-queue.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/api/sync/utils.js b/packages/core/api/sync/utils.js
index 02d95d7b2..7ceedf6fb 100644
--- a/packages/core/api/sync/utils.js
+++ b/packages/core/api/sync/utils.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/api/token-manager.js b/packages/core/api/token-manager.js
index fa957813d..2bd41a34f 100644
--- a/packages/core/api/token-manager.js
+++ b/packages/core/api/token-manager.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/api/user-manager.js b/packages/core/api/user-manager.js
index 798be2089..64dc1505e 100644
--- a/packages/core/api/user-manager.js
+++ b/packages/core/api/user-manager.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/api/vault.js b/packages/core/api/vault.js
index 9000685c1..7a47e991f 100644
--- a/packages/core/api/vault.js
+++ b/packages/core/api/vault.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/babel.config.js b/packages/core/babel.config.js
index 0007f33ae..f937aac7e 100644
--- a/packages/core/babel.config.js
+++ b/packages/core/babel.config.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/collections/attachments.js b/packages/core/collections/attachments.js
index 46bf16a79..478e4e957 100644
--- a/packages/core/collections/attachments.js
+++ b/packages/core/collections/attachments.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/collections/collection.js b/packages/core/collections/collection.js
index 0d6474039..8dc53a760 100644
--- a/packages/core/collections/collection.js
+++ b/packages/core/collections/collection.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/collections/content.js b/packages/core/collections/content.js
index 7eac54924..f77f9d803 100644
--- a/packages/core/collections/content.js
+++ b/packages/core/collections/content.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/collections/note-history.js b/packages/core/collections/note-history.js
index ff092644b..37e8db32d 100644
--- a/packages/core/collections/note-history.js
+++ b/packages/core/collections/note-history.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/collections/notebooks.js b/packages/core/collections/notebooks.js
index 9081938b0..d41f14a12 100644
--- a/packages/core/collections/notebooks.js
+++ b/packages/core/collections/notebooks.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/collections/notes.js b/packages/core/collections/notes.js
index adf84c93d..244cf1421 100644
--- a/packages/core/collections/notes.js
+++ b/packages/core/collections/notes.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/collections/relations.js b/packages/core/collections/relations.js
index a302bdbb1..c21a91f09 100644
--- a/packages/core/collections/relations.js
+++ b/packages/core/collections/relations.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/collections/reminders.js b/packages/core/collections/reminders.js
index 9569f0fdd..87c4bd705 100644
--- a/packages/core/collections/reminders.js
+++ b/packages/core/collections/reminders.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/collections/session-content.js b/packages/core/collections/session-content.js
index 1bada7c3b..fc2ca6dc7 100644
--- a/packages/core/collections/session-content.js
+++ b/packages/core/collections/session-content.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/collections/shortcuts.js b/packages/core/collections/shortcuts.js
index 4bf581031..76265d32c 100644
--- a/packages/core/collections/shortcuts.js
+++ b/packages/core/collections/shortcuts.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/collections/tags.js b/packages/core/collections/tags.js
index e63982016..eb463dd36 100644
--- a/packages/core/collections/tags.js
+++ b/packages/core/collections/tags.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/collections/topics.js b/packages/core/collections/topics.js
index cdceae0a7..3a03f2cd5 100644
--- a/packages/core/collections/topics.js
+++ b/packages/core/collections/topics.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/collections/trash.js b/packages/core/collections/trash.js
index 603186fdd..2d1169566 100644
--- a/packages/core/collections/trash.js
+++ b/packages/core/collections/trash.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/common.js b/packages/core/common.js
index 6f01e82b2..f493e2815 100644
--- a/packages/core/common.js
+++ b/packages/core/common.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/content-types/__tests__/tiptap.test.js b/packages/core/content-types/__tests__/tiptap.test.js
index 90baab5e0..9bd109804 100644
--- a/packages/core/content-types/__tests__/tiptap.test.js
+++ b/packages/core/content-types/__tests__/tiptap.test.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/content-types/index.js b/packages/core/content-types/index.js
index 51fa0724b..91dfceedb 100644
--- a/packages/core/content-types/index.js
+++ b/packages/core/content-types/index.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/content-types/tiptap.js b/packages/core/content-types/tiptap.js
index a80a6149b..a262da387 100644
--- a/packages/core/content-types/tiptap.js
+++ b/packages/core/content-types/tiptap.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/database/backup.js b/packages/core/database/backup.js
index a67401907..4b7699978 100644
--- a/packages/core/database/backup.js
+++ b/packages/core/database/backup.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/database/cached-collection.js b/packages/core/database/cached-collection.js
index 93886ba08..2922ab046 100644
--- a/packages/core/database/cached-collection.js
+++ b/packages/core/database/cached-collection.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/database/fs.js b/packages/core/database/fs.js
index 84e8d7796..c8dcfb2e8 100644
--- a/packages/core/database/fs.js
+++ b/packages/core/database/fs.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/database/indexed-collection.js b/packages/core/database/indexed-collection.js
index 4400f580d..46121f049 100644
--- a/packages/core/database/indexed-collection.js
+++ b/packages/core/database/indexed-collection.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/database/indexer.js b/packages/core/database/indexer.js
index 95d3a5cac..b4af00727 100644
--- a/packages/core/database/indexer.js
+++ b/packages/core/database/indexer.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/database/migrator.js b/packages/core/database/migrator.js
index 33e396899..4cbab4038 100644
--- a/packages/core/database/migrator.js
+++ b/packages/core/database/migrator.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/database/storage.js b/packages/core/database/storage.js
index b432f75b5..e3cf13d0e 100644
--- a/packages/core/database/storage.js
+++ b/packages/core/database/storage.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/jest.config.js b/packages/core/jest.config.js
index 24133f33b..e857a3d85 100644
--- a/packages/core/jest.config.js
+++ b/packages/core/jest.config.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/jest.setup.js b/packages/core/jest.setup.js
index 991b67c36..6c1288b03 100644
--- a/packages/core/jest.setup.js
+++ b/packages/core/jest.setup.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/logger.js b/packages/core/logger.js
index 2b38f2fd1..2b191f11e 100644
--- a/packages/core/logger.js
+++ b/packages/core/logger.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -136,10 +136,11 @@ class DatabaseLogManager {
}
}
-function initalize(storage,disableConsoleLogs) {
+function initalize(storage, disableConsoleLogs) {
if (storage) {
let reporters = [new DatabaseLogReporter(storage)];
- if (process.env.NODE_ENV !== "production" && !disableConsoleLogs) reporters.push(consoleReporter);
+ if (process.env.NODE_ENV !== "production" && !disableConsoleLogs)
+ reporters.push(consoleReporter);
logger = new Logger({
reporter: combineReporters(reporters),
lastTime: Date.now()
diff --git a/packages/core/migrations.js b/packages/core/migrations.js
index 1a9d72cc5..d2adbffd9 100644
--- a/packages/core/migrations.js
+++ b/packages/core/migrations.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/models/note.js b/packages/core/models/note.js
index 8e5270ea7..e221b6775 100644
--- a/packages/core/models/note.js
+++ b/packages/core/models/note.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -23,7 +23,7 @@ import TextBuilder from "../utils/templates/text/builder";
import { getContentFromData } from "../content-types";
import { CHECK_IDS, checkIsUserPremium } from "../common";
import { addItem, deleteItem } from "../utils/array";
-import { formatDate } from "../utils/date"
+import { formatDate } from "../utils/date";
export default class Note {
/**
diff --git a/packages/core/models/notebook.js b/packages/core/models/notebook.js
index b0f655d69..3f94e4a98 100644
--- a/packages/core/models/notebook.js
+++ b/packages/core/models/notebook.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/models/topic.js b/packages/core/models/topic.js
index 32c868292..550b90982 100644
--- a/packages/core/models/topic.js
+++ b/packages/core/models/topic.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/types.js b/packages/core/types.js
index 4ffe945ee..6dce2cc28 100644
--- a/packages/core/types.js
+++ b/packages/core/types.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/utils/__tests__/html-diff.test.js b/packages/core/utils/__tests__/html-diff.test.js
index 67483ab62..3a5b75b66 100644
--- a/packages/core/utils/__tests__/html-diff.test.js
+++ b/packages/core/utils/__tests__/html-diff.test.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/utils/__tests__/set.test.js b/packages/core/utils/__tests__/set.test.js
index a0862567b..ee814abfa 100644
--- a/packages/core/utils/__tests__/set.test.js
+++ b/packages/core/utils/__tests__/set.test.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/utils/array.js b/packages/core/utils/array.js
index 3cc9127d5..4c92b0cdb 100644
--- a/packages/core/utils/array.js
+++ b/packages/core/utils/array.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/utils/constants.js b/packages/core/utils/constants.js
index 5ffe49f97..29fc9093d 100644
--- a/packages/core/utils/constants.js
+++ b/packages/core/utils/constants.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/utils/dataurl.js b/packages/core/utils/dataurl.js
index 4808406f2..be2a569fe 100644
--- a/packages/core/utils/dataurl.js
+++ b/packages/core/utils/dataurl.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/utils/date.js b/packages/core/utils/date.js
index 17a4409d6..42f1a72c5 100644
--- a/packages/core/utils/date.js
+++ b/packages/core/utils/date.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/utils/event-manager.js b/packages/core/utils/event-manager.js
index c8f70e28a..e1c1f9242 100644
--- a/packages/core/utils/event-manager.js
+++ b/packages/core/utils/event-manager.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/utils/grouping.js b/packages/core/utils/grouping.js
index b0d10d7d8..e3bd1524c 100644
--- a/packages/core/utils/grouping.js
+++ b/packages/core/utils/grouping.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/utils/hostname.js b/packages/core/utils/hostname.js
index 60aa944ca..bbc1dd2b1 100644
--- a/packages/core/utils/hostname.js
+++ b/packages/core/utils/hostname.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/utils/html-diff.js b/packages/core/utils/html-diff.js
index b401450fc..c163f7e43 100644
--- a/packages/core/utils/html-diff.js
+++ b/packages/core/utils/html-diff.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/utils/html-parser.js b/packages/core/utils/html-parser.js
index 3b5b4551a..4bed08285 100644
--- a/packages/core/utils/html-parser.js
+++ b/packages/core/utils/html-parser.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/utils/html-rewriter.js b/packages/core/utils/html-rewriter.js
index a03b2363e..fab034037 100644
--- a/packages/core/utils/html-rewriter.js
+++ b/packages/core/utils/html-rewriter.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/utils/http.js b/packages/core/utils/http.js
index 136df6ea8..28497facf 100644
--- a/packages/core/utils/http.js
+++ b/packages/core/utils/http.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/utils/id.js b/packages/core/utils/id.js
index b21352264..25010e9b5 100644
--- a/packages/core/utils/id.js
+++ b/packages/core/utils/id.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/utils/map.js b/packages/core/utils/map.js
index da65777f9..e5feff114 100644
--- a/packages/core/utils/map.js
+++ b/packages/core/utils/map.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/utils/object-id.js b/packages/core/utils/object-id.js
index c81dfaab1..2c350e6d6 100644
--- a/packages/core/utils/object-id.js
+++ b/packages/core/utils/object-id.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/utils/random.js b/packages/core/utils/random.js
index f3bc21b73..5113dc9c4 100644
--- a/packages/core/utils/random.js
+++ b/packages/core/utils/random.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/utils/set.js b/packages/core/utils/set.js
index dd9c3ec46..bc09a5e0d 100644
--- a/packages/core/utils/set.js
+++ b/packages/core/utils/set.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/utils/templates/html/builder.js b/packages/core/utils/templates/html/builder.js
index a3a5b6406..873753a31 100644
--- a/packages/core/utils/templates/html/builder.js
+++ b/packages/core/utils/templates/html/builder.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/utils/templates/html/template.js b/packages/core/utils/templates/html/template.js
index 9b0b97897..71a32458f 100644
--- a/packages/core/utils/templates/html/template.js
+++ b/packages/core/utils/templates/html/template.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/utils/templates/markdown/builder.js b/packages/core/utils/templates/markdown/builder.js
index d10888db0..c3838b1e2 100644
--- a/packages/core/utils/templates/markdown/builder.js
+++ b/packages/core/utils/templates/markdown/builder.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/utils/templates/markdown/template.js b/packages/core/utils/templates/markdown/template.js
index ee40f75ab..49ca7cde6 100644
--- a/packages/core/utils/templates/markdown/template.js
+++ b/packages/core/utils/templates/markdown/template.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/utils/templates/text/builder.js b/packages/core/utils/templates/text/builder.js
index e61ed30f6..5fdfabe95 100644
--- a/packages/core/utils/templates/text/builder.js
+++ b/packages/core/utils/templates/text/builder.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/core/utils/templates/text/template.js b/packages/core/utils/templates/text/template.js
index 7b4be4923..01ba13700 100644
--- a/packages/core/utils/templates/text/template.js
+++ b/packages/core/utils/templates/text/template.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/crypto-worker/index.ts b/packages/crypto-worker/index.ts
index 42f61c7a9..e59694819 100644
--- a/packages/crypto-worker/index.ts
+++ b/packages/crypto-worker/index.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/crypto-worker/src/utils.ts b/packages/crypto-worker/src/utils.ts
index 14b9c69f3..9843a51fb 100644
--- a/packages/crypto-worker/src/utils.ts
+++ b/packages/crypto-worker/src/utils.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/crypto-worker/src/worker.ts b/packages/crypto-worker/src/worker.ts
index 4c93d26c6..3ed8f523c 100644
--- a/packages/crypto-worker/src/worker.ts
+++ b/packages/crypto-worker/src/worker.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/crypto-worker/src/workerstream.ts b/packages/crypto-worker/src/workerstream.ts
index bc3c95cad..bd53eb5ef 100644
--- a/packages/crypto-worker/src/workerstream.ts
+++ b/packages/crypto-worker/src/workerstream.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/crypto/index.ts b/packages/crypto/index.ts
index 82793d28a..8b23eb1e9 100644
--- a/packages/crypto/index.ts
+++ b/packages/crypto/index.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/crypto/src/decryption.ts b/packages/crypto/src/decryption.ts
index dd1d0c3f7..f9edf24e7 100644
--- a/packages/crypto/src/decryption.ts
+++ b/packages/crypto/src/decryption.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/crypto/src/encryption.ts b/packages/crypto/src/encryption.ts
index 6eef40859..d11aaa242 100644
--- a/packages/crypto/src/encryption.ts
+++ b/packages/crypto/src/encryption.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/crypto/src/interfaces.ts b/packages/crypto/src/interfaces.ts
index e7e302b77..92e4b4255 100644
--- a/packages/crypto/src/interfaces.ts
+++ b/packages/crypto/src/interfaces.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/crypto/src/keyutils.ts b/packages/crypto/src/keyutils.ts
index d965f7baf..549136da3 100644
--- a/packages/crypto/src/keyutils.ts
+++ b/packages/crypto/src/keyutils.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/crypto/src/password.ts b/packages/crypto/src/password.ts
index d195a8558..34ee126c9 100644
--- a/packages/crypto/src/password.ts
+++ b/packages/crypto/src/password.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/crypto/src/types.ts b/packages/crypto/src/types.ts
index 46894e5d6..5dcfd7303 100644
--- a/packages/crypto/src/types.ts
+++ b/packages/crypto/src/types.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor-mobile/src/App.test.js b/packages/editor-mobile/src/App.test.js
index d087587f0..0ee02d65f 100644
--- a/packages/editor-mobile/src/App.test.js
+++ b/packages/editor-mobile/src/App.test.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor-mobile/src/App.tsx b/packages/editor-mobile/src/App.tsx
index e660c339d..72bfac1c4 100644
--- a/packages/editor-mobile/src/App.tsx
+++ b/packages/editor-mobile/src/App.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor-mobile/src/components/button.tsx b/packages/editor-mobile/src/components/button.tsx
index e1b74f865..443180058 100644
--- a/packages/editor-mobile/src/components/button.tsx
+++ b/packages/editor-mobile/src/components/button.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor-mobile/src/components/editor.tsx b/packages/editor-mobile/src/components/editor.tsx
index c0356e8cd..eacde676b 100644
--- a/packages/editor-mobile/src/components/editor.tsx
+++ b/packages/editor-mobile/src/components/editor.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor-mobile/src/components/header.tsx b/packages/editor-mobile/src/components/header.tsx
index 1fd910422..8341ddea6 100644
--- a/packages/editor-mobile/src/components/header.tsx
+++ b/packages/editor-mobile/src/components/header.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor-mobile/src/components/statusbar.tsx b/packages/editor-mobile/src/components/statusbar.tsx
index 91c2b8f7b..4dbe6411c 100644
--- a/packages/editor-mobile/src/components/statusbar.tsx
+++ b/packages/editor-mobile/src/components/statusbar.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -83,15 +83,15 @@ function StatusBar({ container }: { container: RefObject }) {
};
}, [onScroll, container]);
- const paragraphStyle:React.CSSProperties = {
+ const paragraphStyle: React.CSSProperties = {
marginTop: 0,
marginBottom: 0,
fontSize: "12px",
color: "var(--nn_icon)",
marginRight: 8,
paddingBottom: 0,
- userSelect:"none",
- pointerEvents:"none"
+ userSelect: "none",
+ pointerEvents: "none"
};
return (
diff --git a/packages/editor-mobile/src/components/tags.tsx b/packages/editor-mobile/src/components/tags.tsx
index b0ab11543..ed138d081 100644
--- a/packages/editor-mobile/src/components/tags.tsx
+++ b/packages/editor-mobile/src/components/tags.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor-mobile/src/components/title.tsx b/packages/editor-mobile/src/components/title.tsx
index 84969d1e1..03a0d7b81 100644
--- a/packages/editor-mobile/src/components/title.tsx
+++ b/packages/editor-mobile/src/components/title.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor-mobile/src/hooks/useEditorController.ts b/packages/editor-mobile/src/hooks/useEditorController.ts
index 810f112be..826e797b3 100644
--- a/packages/editor-mobile/src/hooks/useEditorController.ts
+++ b/packages/editor-mobile/src/hooks/useEditorController.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor-mobile/src/hooks/useSafeArea.ts b/packages/editor-mobile/src/hooks/useSafeArea.ts
index 03468212f..e53bc6786 100644
--- a/packages/editor-mobile/src/hooks/useSafeArea.ts
+++ b/packages/editor-mobile/src/hooks/useSafeArea.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -43,7 +43,7 @@ global.safeAreaController = {
previous: initialState
};
-export const useSafeArea = ():SafeAreaType => {
+export const useSafeArea = (): SafeAreaType => {
const [safeArea, setSafeArea] = useState(global.safeAreaController.previous);
global.safeAreaController.set = setSafeArea;
diff --git a/packages/editor-mobile/src/hooks/useSettings.ts b/packages/editor-mobile/src/hooks/useSettings.ts
index 2776b4092..b38cf4a7b 100644
--- a/packages/editor-mobile/src/hooks/useSettings.ts
+++ b/packages/editor-mobile/src/hooks/useSettings.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -62,7 +62,7 @@ global.settingsController.previous.noHeader = globalThis.noHeader;
global.settingsController.previous.noToolbar = globalThis.noToolbar;
global.settingsController.previous.readonly = globalThis.readonly;
-export const useSettings = ():Settings => {
+export const useSettings = (): Settings => {
const [settings, setSettings] = useState({
...global.settingsController.previous
});
diff --git a/packages/editor-mobile/src/index.tsx b/packages/editor-mobile/src/index.tsx
index 63d77b624..e04e360a2 100644
--- a/packages/editor-mobile/src/index.tsx
+++ b/packages/editor-mobile/src/index.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor-mobile/src/react-app-env.d.ts b/packages/editor-mobile/src/react-app-env.d.ts
index 5685b88ef..4fb8c62b7 100644
--- a/packages/editor-mobile/src/react-app-env.d.ts
+++ b/packages/editor-mobile/src/react-app-env.d.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor-mobile/src/setupTests.js b/packages/editor-mobile/src/setupTests.js
index c9f89022d..eae447714 100644
--- a/packages/editor-mobile/src/setupTests.js
+++ b/packages/editor-mobile/src/setupTests.js
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor-mobile/src/state/theme.tsx b/packages/editor-mobile/src/state/theme.tsx
index 2edbf0701..13e90b2f4 100644
--- a/packages/editor-mobile/src/state/theme.tsx
+++ b/packages/editor-mobile/src/state/theme.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor-mobile/src/utils/css.ts b/packages/editor-mobile/src/utils/css.ts
index 0d6a42702..b6314e92f 100644
--- a/packages/editor-mobile/src/utils/css.ts
+++ b/packages/editor-mobile/src/utils/css.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -62,7 +62,7 @@ export function changeSvgTheme(newAccent: string): void {
nodes[n].setAttribute("fill", newAccent);
}
-export function transform(colors: Colors):string {
+export function transform(colors: Colors): string {
let root = ":root {";
for (const color in colors) {
root += `--nn_${color}: ${colors[color as keyof Colors]};`;
diff --git a/packages/editor-mobile/src/utils/index.ts b/packages/editor-mobile/src/utils/index.ts
index 65d31e31c..27d046f1b 100644
--- a/packages/editor-mobile/src/utils/index.ts
+++ b/packages/editor-mobile/src/utils/index.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/scripts/build.mjs b/packages/editor/scripts/build.mjs
index 8f969c019..f90cc75a8 100755
--- a/packages/editor/scripts/build.mjs
+++ b/packages/editor/scripts/build.mjs
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/scripts/langen.mjs b/packages/editor/scripts/langen.mjs
index 22dc00857..20fc1c526 100644
--- a/packages/editor/scripts/langen.mjs
+++ b/packages/editor/scripts/langen.mjs
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/components/action-sheet/index.tsx b/packages/editor/src/components/action-sheet/index.tsx
index c0f228fb9..7bd8bf2e7 100644
--- a/packages/editor/src/components/action-sheet/index.tsx
+++ b/packages/editor/src/components/action-sheet/index.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/components/button.tsx b/packages/editor/src/components/button.tsx
index 30d01e252..beafec426 100644
--- a/packages/editor/src/components/button.tsx
+++ b/packages/editor/src/components/button.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/components/inline-input/index.tsx b/packages/editor/src/components/inline-input/index.tsx
index 7914a9ca5..658824f3d 100644
--- a/packages/editor/src/components/inline-input/index.tsx
+++ b/packages/editor/src/components/inline-input/index.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/components/menu/index.tsx b/packages/editor/src/components/menu/index.tsx
index 94a1f414c..aec0b036f 100644
--- a/packages/editor/src/components/menu/index.tsx
+++ b/packages/editor/src/components/menu/index.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/components/menu/menu-button.tsx b/packages/editor/src/components/menu/menu-button.tsx
index c06e08bf1..b77b1eff4 100644
--- a/packages/editor/src/components/menu/menu-button.tsx
+++ b/packages/editor/src/components/menu/menu-button.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/components/menu/menu-separator.tsx b/packages/editor/src/components/menu/menu-separator.tsx
index ca9312396..90742c38e 100644
--- a/packages/editor/src/components/menu/menu-separator.tsx
+++ b/packages/editor/src/components/menu/menu-separator.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/components/menu/types.ts b/packages/editor/src/components/menu/types.ts
index 2502b3ad7..9e950b052 100644
--- a/packages/editor/src/components/menu/types.ts
+++ b/packages/editor/src/components/menu/types.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/components/menu/use-focus.ts b/packages/editor/src/components/menu/use-focus.ts
index 9b46794bb..b35086aa7 100644
--- a/packages/editor/src/components/menu/use-focus.ts
+++ b/packages/editor/src/components/menu/use-focus.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/components/popup-presenter/index.tsx b/packages/editor/src/components/popup-presenter/index.tsx
index 69250916b..c15607645 100644
--- a/packages/editor/src/components/popup-presenter/index.tsx
+++ b/packages/editor/src/components/popup-presenter/index.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/components/popup-presenter/popuprenderer.tsx b/packages/editor/src/components/popup-presenter/popuprenderer.tsx
index 2ee6a5a19..fd32e98de 100644
--- a/packages/editor/src/components/popup-presenter/popuprenderer.tsx
+++ b/packages/editor/src/components/popup-presenter/popuprenderer.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/components/resizer/index.tsx b/packages/editor/src/components/resizer/index.tsx
index c4d88815d..15f0d3705 100644
--- a/packages/editor/src/components/resizer/index.tsx
+++ b/packages/editor/src/components/resizer/index.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/components/responsive/index.tsx b/packages/editor/src/components/responsive/index.tsx
index 213e9f4da..f077c557e 100644
--- a/packages/editor/src/components/responsive/index.tsx
+++ b/packages/editor/src/components/responsive/index.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/components/tabs/index.tsx b/packages/editor/src/components/tabs/index.tsx
index 9d591ef3f..a213bd50d 100644
--- a/packages/editor/src/components/tabs/index.tsx
+++ b/packages/editor/src/components/tabs/index.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/components/theme-provider/index.tsx b/packages/editor/src/components/theme-provider/index.tsx
index 8e9d0632e..9bc4ae5f5 100644
--- a/packages/editor/src/components/theme-provider/index.tsx
+++ b/packages/editor/src/components/theme-provider/index.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/extensions.ts b/packages/editor/src/extensions.ts
index 44a0da302..b3aeb9b40 100644
--- a/packages/editor/src/extensions.ts
+++ b/packages/editor/src/extensions.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/extensions/attachment/attachment.ts b/packages/editor/src/extensions/attachment/attachment.ts
index ce795ff70..5427a5dd6 100644
--- a/packages/editor/src/extensions/attachment/attachment.ts
+++ b/packages/editor/src/extensions/attachment/attachment.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/extensions/attachment/component.tsx b/packages/editor/src/extensions/attachment/component.tsx
index 3fb3cbef4..bbf602590 100644
--- a/packages/editor/src/extensions/attachment/component.tsx
+++ b/packages/editor/src/extensions/attachment/component.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/extensions/attachment/index.ts b/packages/editor/src/extensions/attachment/index.ts
index 93331ccbb..424e1c65a 100644
--- a/packages/editor/src/extensions/attachment/index.ts
+++ b/packages/editor/src/extensions/attachment/index.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/extensions/bullet-list/bullet-list.ts b/packages/editor/src/extensions/bullet-list/bullet-list.ts
index ead563c18..588513830 100644
--- a/packages/editor/src/extensions/bullet-list/bullet-list.ts
+++ b/packages/editor/src/extensions/bullet-list/bullet-list.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/extensions/bullet-list/index.ts b/packages/editor/src/extensions/bullet-list/index.ts
index 4aff024e6..f9f53ba4c 100644
--- a/packages/editor/src/extensions/bullet-list/index.ts
+++ b/packages/editor/src/extensions/bullet-list/index.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/extensions/clipboard-text-serializer/index.ts b/packages/editor/src/extensions/clipboard-text-serializer/index.ts
index 8cef969f6..3efacbeb0 100644
--- a/packages/editor/src/extensions/clipboard-text-serializer/index.ts
+++ b/packages/editor/src/extensions/clipboard-text-serializer/index.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/extensions/code-block/code-block.ts b/packages/editor/src/extensions/code-block/code-block.ts
index 9a96847b0..1cba978dd 100644
--- a/packages/editor/src/extensions/code-block/code-block.ts
+++ b/packages/editor/src/extensions/code-block/code-block.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/extensions/code-block/component.tsx b/packages/editor/src/extensions/code-block/component.tsx
index e8dab5568..26d2d248e 100644
--- a/packages/editor/src/extensions/code-block/component.tsx
+++ b/packages/editor/src/extensions/code-block/component.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/extensions/code-block/highlighter.ts b/packages/editor/src/extensions/code-block/highlighter.ts
index 971aa69e5..cabc816ee 100644
--- a/packages/editor/src/extensions/code-block/highlighter.ts
+++ b/packages/editor/src/extensions/code-block/highlighter.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/extensions/code-block/index.ts b/packages/editor/src/extensions/code-block/index.ts
index 4e4e15d60..0237405cb 100644
--- a/packages/editor/src/extensions/code-block/index.ts
+++ b/packages/editor/src/extensions/code-block/index.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/extensions/code-block/loader.ts b/packages/editor/src/extensions/code-block/loader.ts
index 35f652dd2..c04622ecb 100644
--- a/packages/editor/src/extensions/code-block/loader.ts
+++ b/packages/editor/src/extensions/code-block/loader.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/extensions/code-mark/code-mark.ts b/packages/editor/src/extensions/code-mark/code-mark.ts
index fb7142aaf..055c96fba 100644
--- a/packages/editor/src/extensions/code-mark/code-mark.ts
+++ b/packages/editor/src/extensions/code-mark/code-mark.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/extensions/code-mark/index.ts b/packages/editor/src/extensions/code-mark/index.ts
index 0b816c5d9..d55a07a62 100644
--- a/packages/editor/src/extensions/code-mark/index.ts
+++ b/packages/editor/src/extensions/code-mark/index.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/extensions/date-time/date-time.ts b/packages/editor/src/extensions/date-time/date-time.ts
index 15f0e0868..d3b78f64a 100644
--- a/packages/editor/src/extensions/date-time/date-time.ts
+++ b/packages/editor/src/extensions/date-time/date-time.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/extensions/date-time/index.ts b/packages/editor/src/extensions/date-time/index.ts
index f7507772c..d4aa59a54 100644
--- a/packages/editor/src/extensions/date-time/index.ts
+++ b/packages/editor/src/extensions/date-time/index.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/extensions/embed/component.tsx b/packages/editor/src/extensions/embed/component.tsx
index 0941a6ba8..daf674add 100644
--- a/packages/editor/src/extensions/embed/component.tsx
+++ b/packages/editor/src/extensions/embed/component.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/extensions/embed/embed.ts b/packages/editor/src/extensions/embed/embed.ts
index 227161453..8c28ae0bc 100644
--- a/packages/editor/src/extensions/embed/embed.ts
+++ b/packages/editor/src/extensions/embed/embed.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/extensions/embed/index.ts b/packages/editor/src/extensions/embed/index.ts
index 01d2afb13..26781da2b 100644
--- a/packages/editor/src/extensions/embed/index.ts
+++ b/packages/editor/src/extensions/embed/index.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/extensions/font-size/font-size.ts b/packages/editor/src/extensions/font-size/font-size.ts
index f0fbeb8e2..7e3fb0cc1 100644
--- a/packages/editor/src/extensions/font-size/font-size.ts
+++ b/packages/editor/src/extensions/font-size/font-size.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/extensions/font-size/index.ts b/packages/editor/src/extensions/font-size/index.ts
index 446cc3ed6..29821ac9a 100644
--- a/packages/editor/src/extensions/font-size/index.ts
+++ b/packages/editor/src/extensions/font-size/index.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/extensions/highlight/highlight.ts b/packages/editor/src/extensions/highlight/highlight.ts
index 264318635..8ec31604b 100644
--- a/packages/editor/src/extensions/highlight/highlight.ts
+++ b/packages/editor/src/extensions/highlight/highlight.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/extensions/highlight/index.ts b/packages/editor/src/extensions/highlight/index.ts
index c753ec9de..8ba11e832 100644
--- a/packages/editor/src/extensions/highlight/index.ts
+++ b/packages/editor/src/extensions/highlight/index.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/extensions/image/component.tsx b/packages/editor/src/extensions/image/component.tsx
index 1d25336c3..a402fd743 100644
--- a/packages/editor/src/extensions/image/component.tsx
+++ b/packages/editor/src/extensions/image/component.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/extensions/image/image.ts b/packages/editor/src/extensions/image/image.ts
index e35c6cc21..22701be68 100644
--- a/packages/editor/src/extensions/image/image.ts
+++ b/packages/editor/src/extensions/image/image.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/extensions/image/index.ts b/packages/editor/src/extensions/image/index.ts
index 1ec1bbf3d..7eccbe2ef 100644
--- a/packages/editor/src/extensions/image/index.ts
+++ b/packages/editor/src/extensions/image/index.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/extensions/keep-in-view/index.ts b/packages/editor/src/extensions/keep-in-view/index.ts
index 6364a2f53..d4c2ff018 100644
--- a/packages/editor/src/extensions/keep-in-view/index.ts
+++ b/packages/editor/src/extensions/keep-in-view/index.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/extensions/keep-in-view/keep-in-view.ts b/packages/editor/src/extensions/keep-in-view/keep-in-view.ts
index fc805bbc0..3728581e3 100644
--- a/packages/editor/src/extensions/keep-in-view/keep-in-view.ts
+++ b/packages/editor/src/extensions/keep-in-view/keep-in-view.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/extensions/key-map/index.ts b/packages/editor/src/extensions/key-map/index.ts
index 3d8631cb7..f2a48bade 100644
--- a/packages/editor/src/extensions/key-map/index.ts
+++ b/packages/editor/src/extensions/key-map/index.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/extensions/key-map/key-map.ts b/packages/editor/src/extensions/key-map/key-map.ts
index 72dfd9411..221a8d66e 100644
--- a/packages/editor/src/extensions/key-map/key-map.ts
+++ b/packages/editor/src/extensions/key-map/key-map.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/extensions/list-item/commands.ts b/packages/editor/src/extensions/list-item/commands.ts
index 9c3945fa9..53dde7f4a 100644
--- a/packages/editor/src/extensions/list-item/commands.ts
+++ b/packages/editor/src/extensions/list-item/commands.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/extensions/list-item/index.ts b/packages/editor/src/extensions/list-item/index.ts
index 5a3e16c1f..a7211da75 100644
--- a/packages/editor/src/extensions/list-item/index.ts
+++ b/packages/editor/src/extensions/list-item/index.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/extensions/list-item/list-item.ts b/packages/editor/src/extensions/list-item/list-item.ts
index 213cc2ce0..b8a63edd3 100644
--- a/packages/editor/src/extensions/list-item/list-item.ts
+++ b/packages/editor/src/extensions/list-item/list-item.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/extensions/math/index.ts b/packages/editor/src/extensions/math/index.ts
index b89ffbe32..7dbb750e0 100644
--- a/packages/editor/src/extensions/math/index.ts
+++ b/packages/editor/src/extensions/math/index.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/extensions/math/math-block.ts b/packages/editor/src/extensions/math/math-block.ts
index e132d9c92..7d878a242 100644
--- a/packages/editor/src/extensions/math/math-block.ts
+++ b/packages/editor/src/extensions/math/math-block.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/extensions/math/math-inline.ts b/packages/editor/src/extensions/math/math-inline.ts
index 5a0fa1986..64e694406 100644
--- a/packages/editor/src/extensions/math/math-inline.ts
+++ b/packages/editor/src/extensions/math/math-inline.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/extensions/math/plugin/commands/collapse-math-node.ts b/packages/editor/src/extensions/math/plugin/commands/collapse-math-node.ts
index b3129eb86..d9fd70c44 100644
--- a/packages/editor/src/extensions/math/plugin/commands/collapse-math-node.ts
+++ b/packages/editor/src/extensions/math/plugin/commands/collapse-math-node.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/extensions/math/plugin/commands/insert-math-node.ts b/packages/editor/src/extensions/math/plugin/commands/insert-math-node.ts
index f3d433805..e3fb0964b 100644
--- a/packages/editor/src/extensions/math/plugin/commands/insert-math-node.ts
+++ b/packages/editor/src/extensions/math/plugin/commands/insert-math-node.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/extensions/math/plugin/commands/move-cursor-cmd.ts b/packages/editor/src/extensions/math/plugin/commands/move-cursor-cmd.ts
index 678fc816c..b392f063d 100644
--- a/packages/editor/src/extensions/math/plugin/commands/move-cursor-cmd.ts
+++ b/packages/editor/src/extensions/math/plugin/commands/move-cursor-cmd.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/extensions/math/plugin/index.ts b/packages/editor/src/extensions/math/plugin/index.ts
index 1613d4e9b..a8a4f5170 100644
--- a/packages/editor/src/extensions/math/plugin/index.ts
+++ b/packages/editor/src/extensions/math/plugin/index.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/extensions/math/plugin/math-node-view.ts b/packages/editor/src/extensions/math/plugin/math-node-view.ts
index ee58e2a07..72ab8d6c9 100644
--- a/packages/editor/src/extensions/math/plugin/math-node-view.ts
+++ b/packages/editor/src/extensions/math/plugin/math-node-view.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/extensions/math/plugin/math-plugin.ts b/packages/editor/src/extensions/math/plugin/math-plugin.ts
index 43b119a12..c647474fa 100644
--- a/packages/editor/src/extensions/math/plugin/math-plugin.ts
+++ b/packages/editor/src/extensions/math/plugin/math-plugin.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/extensions/math/plugin/plugins/math-backspace.ts b/packages/editor/src/extensions/math/plugin/plugins/math-backspace.ts
index aad636b8b..a83d4aa24 100644
--- a/packages/editor/src/extensions/math/plugin/plugins/math-backspace.ts
+++ b/packages/editor/src/extensions/math/plugin/plugins/math-backspace.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/extensions/math/plugin/plugins/math-paste-rules.ts b/packages/editor/src/extensions/math/plugin/plugins/math-paste-rules.ts
index 0d65a52d1..9ae79a045 100644
--- a/packages/editor/src/extensions/math/plugin/plugins/math-paste-rules.ts
+++ b/packages/editor/src/extensions/math/plugin/plugins/math-paste-rules.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/extensions/math/plugin/plugins/math-select.ts b/packages/editor/src/extensions/math/plugin/plugins/math-select.ts
index 3cc36f0ef..9580651a7 100644
--- a/packages/editor/src/extensions/math/plugin/plugins/math-select.ts
+++ b/packages/editor/src/extensions/math/plugin/plugins/math-select.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/extensions/math/plugin/renderers/katex.ts b/packages/editor/src/extensions/math/plugin/renderers/katex.ts
index 187f0947b..345044741 100644
--- a/packages/editor/src/extensions/math/plugin/renderers/katex.ts
+++ b/packages/editor/src/extensions/math/plugin/renderers/katex.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/extensions/math/plugin/renderers/types.ts b/packages/editor/src/extensions/math/plugin/renderers/types.ts
index a15d408de..6835349cf 100644
--- a/packages/editor/src/extensions/math/plugin/renderers/types.ts
+++ b/packages/editor/src/extensions/math/plugin/renderers/types.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/extensions/math/plugin/utils/text-serializer.ts b/packages/editor/src/extensions/math/plugin/utils/text-serializer.ts
index 60aaa6243..bd1226472 100644
--- a/packages/editor/src/extensions/math/plugin/utils/text-serializer.ts
+++ b/packages/editor/src/extensions/math/plugin/utils/text-serializer.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/extensions/math/plugin/utils/types.ts b/packages/editor/src/extensions/math/plugin/utils/types.ts
index 184ca55a3..d3da51ff7 100644
--- a/packages/editor/src/extensions/math/plugin/utils/types.ts
+++ b/packages/editor/src/extensions/math/plugin/utils/types.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/extensions/open-link/index.ts b/packages/editor/src/extensions/open-link/index.ts
index a1058ce3d..e8a279765 100644
--- a/packages/editor/src/extensions/open-link/index.ts
+++ b/packages/editor/src/extensions/open-link/index.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/extensions/open-link/open-link.ts b/packages/editor/src/extensions/open-link/open-link.ts
index 14db4a36e..fd5b40e8c 100644
--- a/packages/editor/src/extensions/open-link/open-link.ts
+++ b/packages/editor/src/extensions/open-link/open-link.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/extensions/ordered-list/index.ts b/packages/editor/src/extensions/ordered-list/index.ts
index 0793a9afc..b10981023 100644
--- a/packages/editor/src/extensions/ordered-list/index.ts
+++ b/packages/editor/src/extensions/ordered-list/index.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/extensions/ordered-list/ordered-list.ts b/packages/editor/src/extensions/ordered-list/ordered-list.ts
index dfc41c743..eaf58bef6 100644
--- a/packages/editor/src/extensions/ordered-list/ordered-list.ts
+++ b/packages/editor/src/extensions/ordered-list/ordered-list.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/extensions/outline-list-item/component.tsx b/packages/editor/src/extensions/outline-list-item/component.tsx
index 801ab290a..8b571372b 100644
--- a/packages/editor/src/extensions/outline-list-item/component.tsx
+++ b/packages/editor/src/extensions/outline-list-item/component.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/extensions/outline-list-item/index.ts b/packages/editor/src/extensions/outline-list-item/index.ts
index b9544bbd2..895ecb7a3 100644
--- a/packages/editor/src/extensions/outline-list-item/index.ts
+++ b/packages/editor/src/extensions/outline-list-item/index.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/extensions/outline-list-item/outline-list-item.ts b/packages/editor/src/extensions/outline-list-item/outline-list-item.ts
index 0f03cd48a..478d13ff0 100644
--- a/packages/editor/src/extensions/outline-list-item/outline-list-item.ts
+++ b/packages/editor/src/extensions/outline-list-item/outline-list-item.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/extensions/outline-list/component.tsx b/packages/editor/src/extensions/outline-list/component.tsx
index c254e6bc2..6bbbf2ec4 100644
--- a/packages/editor/src/extensions/outline-list/component.tsx
+++ b/packages/editor/src/extensions/outline-list/component.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/extensions/outline-list/index.ts b/packages/editor/src/extensions/outline-list/index.ts
index c122b78ff..83e0a3b31 100644
--- a/packages/editor/src/extensions/outline-list/index.ts
+++ b/packages/editor/src/extensions/outline-list/index.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/extensions/outline-list/outline-list.ts b/packages/editor/src/extensions/outline-list/outline-list.ts
index dcf82924c..459519d4c 100644
--- a/packages/editor/src/extensions/outline-list/outline-list.ts
+++ b/packages/editor/src/extensions/outline-list/outline-list.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/extensions/paragraph/index.ts b/packages/editor/src/extensions/paragraph/index.ts
index c19e2d993..23d14bcc3 100644
--- a/packages/editor/src/extensions/paragraph/index.ts
+++ b/packages/editor/src/extensions/paragraph/index.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/extensions/paragraph/paragraph.ts b/packages/editor/src/extensions/paragraph/paragraph.ts
index 1b927c254..65a8525b8 100644
--- a/packages/editor/src/extensions/paragraph/paragraph.ts
+++ b/packages/editor/src/extensions/paragraph/paragraph.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/extensions/react/event-dispatcher.ts b/packages/editor/src/extensions/react/event-dispatcher.ts
index 11fce21f0..3bef27e9b 100644
--- a/packages/editor/src/extensions/react/event-dispatcher.ts
+++ b/packages/editor/src/extensions/react/event-dispatcher.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/extensions/react/index.ts b/packages/editor/src/extensions/react/index.ts
index da41db2e2..8a8baea16 100644
--- a/packages/editor/src/extensions/react/index.ts
+++ b/packages/editor/src/extensions/react/index.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/extensions/react/plugin.ts b/packages/editor/src/extensions/react/plugin.ts
index 2eaedb258..067e9b001 100644
--- a/packages/editor/src/extensions/react/plugin.ts
+++ b/packages/editor/src/extensions/react/plugin.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/extensions/react/react-node-view.tsx b/packages/editor/src/extensions/react/react-node-view.tsx
index c88ef0949..2e38b9306 100644
--- a/packages/editor/src/extensions/react/react-node-view.tsx
+++ b/packages/editor/src/extensions/react/react-node-view.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/extensions/react/react-portal-provider.tsx b/packages/editor/src/extensions/react/react-portal-provider.tsx
index 911c517b5..c78ca6e32 100644
--- a/packages/editor/src/extensions/react/react-portal-provider.tsx
+++ b/packages/editor/src/extensions/react/react-portal-provider.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/extensions/react/selection-based-react-node-view.tsx b/packages/editor/src/extensions/react/selection-based-react-node-view.tsx
index 811ba4a88..e4000b5cf 100644
--- a/packages/editor/src/extensions/react/selection-based-react-node-view.tsx
+++ b/packages/editor/src/extensions/react/selection-based-react-node-view.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/extensions/react/types.ts b/packages/editor/src/extensions/react/types.ts
index b7ad6304c..0b10734ff 100644
--- a/packages/editor/src/extensions/react/types.ts
+++ b/packages/editor/src/extensions/react/types.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/extensions/search-replace/index.ts b/packages/editor/src/extensions/search-replace/index.ts
index 8c1610b29..05f65eed4 100644
--- a/packages/editor/src/extensions/search-replace/index.ts
+++ b/packages/editor/src/extensions/search-replace/index.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/extensions/search-replace/search-replace.ts b/packages/editor/src/extensions/search-replace/search-replace.ts
index 7f5a17255..143aea635 100644
--- a/packages/editor/src/extensions/search-replace/search-replace.ts
+++ b/packages/editor/src/extensions/search-replace/search-replace.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/extensions/selection-persist/index.ts b/packages/editor/src/extensions/selection-persist/index.ts
index cd6905d4e..945eb6862 100644
--- a/packages/editor/src/extensions/selection-persist/index.ts
+++ b/packages/editor/src/extensions/selection-persist/index.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/extensions/selection-persist/selection-persist.ts b/packages/editor/src/extensions/selection-persist/selection-persist.ts
index afb8e1028..52c06f6aa 100644
--- a/packages/editor/src/extensions/selection-persist/selection-persist.ts
+++ b/packages/editor/src/extensions/selection-persist/selection-persist.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/extensions/table-cell/index.ts b/packages/editor/src/extensions/table-cell/index.ts
index ea3f1700c..7e5e7b348 100644
--- a/packages/editor/src/extensions/table-cell/index.ts
+++ b/packages/editor/src/extensions/table-cell/index.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/extensions/table-cell/table-cell.ts b/packages/editor/src/extensions/table-cell/table-cell.ts
index 4ce0ac4db..c5b7f9dcf 100644
--- a/packages/editor/src/extensions/table-cell/table-cell.ts
+++ b/packages/editor/src/extensions/table-cell/table-cell.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/extensions/table/actions.ts b/packages/editor/src/extensions/table/actions.ts
index 3164a9545..25904542b 100644
--- a/packages/editor/src/extensions/table/actions.ts
+++ b/packages/editor/src/extensions/table/actions.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/extensions/table/component.tsx b/packages/editor/src/extensions/table/component.tsx
index ac63b155e..37000eb2f 100644
--- a/packages/editor/src/extensions/table/component.tsx
+++ b/packages/editor/src/extensions/table/component.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/extensions/table/index.ts b/packages/editor/src/extensions/table/index.ts
index d22707441..d77ecd153 100644
--- a/packages/editor/src/extensions/table/index.ts
+++ b/packages/editor/src/extensions/table/index.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/extensions/table/table.ts b/packages/editor/src/extensions/table/table.ts
index 027b9050b..3084db821 100644
--- a/packages/editor/src/extensions/table/table.ts
+++ b/packages/editor/src/extensions/table/table.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/extensions/task-item/component.tsx b/packages/editor/src/extensions/task-item/component.tsx
index 3606daef3..5cb2b01e7 100644
--- a/packages/editor/src/extensions/task-item/component.tsx
+++ b/packages/editor/src/extensions/task-item/component.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -130,7 +130,7 @@ export function TaskItemComponent(
},
":hover .icon path": {
fill: "var(--checked) !important"
- },
+ }
}}
onMouseDown={(e) => {
if (useIsKeyboardOpen.current) {
diff --git a/packages/editor/src/extensions/task-item/index.ts b/packages/editor/src/extensions/task-item/index.ts
index 335f55d44..0afaf6d81 100644
--- a/packages/editor/src/extensions/task-item/index.ts
+++ b/packages/editor/src/extensions/task-item/index.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/extensions/task-item/task-item.ts b/packages/editor/src/extensions/task-item/task-item.ts
index 0a8a8f094..4396f0115 100644
--- a/packages/editor/src/extensions/task-item/task-item.ts
+++ b/packages/editor/src/extensions/task-item/task-item.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/extensions/task-list/component.tsx b/packages/editor/src/extensions/task-list/component.tsx
index 4fc721c07..83e6b30aa 100644
--- a/packages/editor/src/extensions/task-list/component.tsx
+++ b/packages/editor/src/extensions/task-list/component.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/extensions/task-list/index.ts b/packages/editor/src/extensions/task-list/index.ts
index 8f35e36b9..ad377915f 100644
--- a/packages/editor/src/extensions/task-list/index.ts
+++ b/packages/editor/src/extensions/task-list/index.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/extensions/task-list/task-list.ts b/packages/editor/src/extensions/task-list/task-list.ts
index 7271b69a2..34f3d0c57 100644
--- a/packages/editor/src/extensions/task-list/task-list.ts
+++ b/packages/editor/src/extensions/task-list/task-list.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/extensions/text-direction/index.ts b/packages/editor/src/extensions/text-direction/index.ts
index 0ec57627e..ab36ce082 100644
--- a/packages/editor/src/extensions/text-direction/index.ts
+++ b/packages/editor/src/extensions/text-direction/index.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/extensions/text-direction/text-direction.ts b/packages/editor/src/extensions/text-direction/text-direction.ts
index 8a8b3191a..8dafdf023 100644
--- a/packages/editor/src/extensions/text-direction/text-direction.ts
+++ b/packages/editor/src/extensions/text-direction/text-direction.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/extensions/web-clip/component.tsx b/packages/editor/src/extensions/web-clip/component.tsx
index 690a37ce4..583f3b5c8 100644
--- a/packages/editor/src/extensions/web-clip/component.tsx
+++ b/packages/editor/src/extensions/web-clip/component.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/extensions/web-clip/index.ts b/packages/editor/src/extensions/web-clip/index.ts
index ef2c4a884..89128a0d9 100644
--- a/packages/editor/src/extensions/web-clip/index.ts
+++ b/packages/editor/src/extensions/web-clip/index.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/extensions/web-clip/web-clip.ts b/packages/editor/src/extensions/web-clip/web-clip.ts
index 262d25f9d..a003ff64f 100644
--- a/packages/editor/src/extensions/web-clip/web-clip.ts
+++ b/packages/editor/src/extensions/web-clip/web-clip.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/hooks/use-editor.ts b/packages/editor/src/hooks/use-editor.ts
index 3235a7fe4..c9aa8ba44 100644
--- a/packages/editor/src/hooks/use-editor.ts
+++ b/packages/editor/src/hooks/use-editor.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/hooks/use-permission-handler.ts b/packages/editor/src/hooks/use-permission-handler.ts
index 65ee0a448..41ebce1b0 100644
--- a/packages/editor/src/hooks/use-permission-handler.ts
+++ b/packages/editor/src/hooks/use-permission-handler.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/hooks/use-ref-value.ts b/packages/editor/src/hooks/use-ref-value.ts
index 1b6c1709e..5b8ed7004 100644
--- a/packages/editor/src/hooks/use-ref-value.ts
+++ b/packages/editor/src/hooks/use-ref-value.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/index.ts b/packages/editor/src/index.ts
index 69c4746ba..4f8562a4c 100644
--- a/packages/editor/src/index.ts
+++ b/packages/editor/src/index.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/toolbar/components/counter.tsx b/packages/editor/src/toolbar/components/counter.tsx
index bde273b9e..076f1f21d 100644
--- a/packages/editor/src/toolbar/components/counter.tsx
+++ b/packages/editor/src/toolbar/components/counter.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/toolbar/components/dropdown.tsx b/packages/editor/src/toolbar/components/dropdown.tsx
index 41022e1d4..c8405b599 100644
--- a/packages/editor/src/toolbar/components/dropdown.tsx
+++ b/packages/editor/src/toolbar/components/dropdown.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/toolbar/components/icon.tsx b/packages/editor/src/toolbar/components/icon.tsx
index 8beb0bc46..3f9427605 100644
--- a/packages/editor/src/toolbar/components/icon.tsx
+++ b/packages/editor/src/toolbar/components/icon.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/toolbar/components/more-tools.tsx b/packages/editor/src/toolbar/components/more-tools.tsx
index 167e1ddb9..81622ae02 100644
--- a/packages/editor/src/toolbar/components/more-tools.tsx
+++ b/packages/editor/src/toolbar/components/more-tools.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/toolbar/components/popup.tsx b/packages/editor/src/toolbar/components/popup.tsx
index 1b9a17655..b148c1ede 100644
--- a/packages/editor/src/toolbar/components/popup.tsx
+++ b/packages/editor/src/toolbar/components/popup.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/toolbar/components/split-button.tsx b/packages/editor/src/toolbar/components/split-button.tsx
index 8153b8795..fd77dc01d 100644
--- a/packages/editor/src/toolbar/components/split-button.tsx
+++ b/packages/editor/src/toolbar/components/split-button.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/toolbar/components/tool-button.tsx b/packages/editor/src/toolbar/components/tool-button.tsx
index 704f9fb02..13fed0f0d 100644
--- a/packages/editor/src/toolbar/components/tool-button.tsx
+++ b/packages/editor/src/toolbar/components/tool-button.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/toolbar/components/toolbar-group.tsx b/packages/editor/src/toolbar/components/toolbar-group.tsx
index 0b156ed52..c955ef5b2 100644
--- a/packages/editor/src/toolbar/components/toolbar-group.tsx
+++ b/packages/editor/src/toolbar/components/toolbar-group.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/toolbar/floating-menus/hover-popup/index.tsx b/packages/editor/src/toolbar/floating-menus/hover-popup/index.tsx
index 92a486df7..8efb99dea 100644
--- a/packages/editor/src/toolbar/floating-menus/hover-popup/index.tsx
+++ b/packages/editor/src/toolbar/floating-menus/hover-popup/index.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/toolbar/floating-menus/hover-popup/link.tsx b/packages/editor/src/toolbar/floating-menus/hover-popup/link.tsx
index 75cfb7fd1..6ced57d53 100644
--- a/packages/editor/src/toolbar/floating-menus/hover-popup/link.tsx
+++ b/packages/editor/src/toolbar/floating-menus/hover-popup/link.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/toolbar/floating-menus/index.tsx b/packages/editor/src/toolbar/floating-menus/index.tsx
index 6560f9e1d..10cd4d384 100644
--- a/packages/editor/src/toolbar/floating-menus/index.tsx
+++ b/packages/editor/src/toolbar/floating-menus/index.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/toolbar/floating-menus/search-replace.tsx b/packages/editor/src/toolbar/floating-menus/search-replace.tsx
index 1857f8873..063f5682f 100644
--- a/packages/editor/src/toolbar/floating-menus/search-replace.tsx
+++ b/packages/editor/src/toolbar/floating-menus/search-replace.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/toolbar/floating-menus/types.ts b/packages/editor/src/toolbar/floating-menus/types.ts
index c99a69042..1d42d2d88 100644
--- a/packages/editor/src/toolbar/floating-menus/types.ts
+++ b/packages/editor/src/toolbar/floating-menus/types.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/toolbar/icons.ts b/packages/editor/src/toolbar/icons.ts
index 64c3c5d16..71b35dfc7 100644
--- a/packages/editor/src/toolbar/icons.ts
+++ b/packages/editor/src/toolbar/icons.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/toolbar/index.ts b/packages/editor/src/toolbar/index.ts
index 84542624c..952503417 100644
--- a/packages/editor/src/toolbar/index.ts
+++ b/packages/editor/src/toolbar/index.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/toolbar/popups/cell-properties.tsx b/packages/editor/src/toolbar/popups/cell-properties.tsx
index 154ec88f0..4aa4a9bc3 100644
--- a/packages/editor/src/toolbar/popups/cell-properties.tsx
+++ b/packages/editor/src/toolbar/popups/cell-properties.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/toolbar/popups/color-picker.tsx b/packages/editor/src/toolbar/popups/color-picker.tsx
index c6209113a..fef515448 100644
--- a/packages/editor/src/toolbar/popups/color-picker.tsx
+++ b/packages/editor/src/toolbar/popups/color-picker.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/toolbar/popups/embed-popup.tsx b/packages/editor/src/toolbar/popups/embed-popup.tsx
index 4960de319..d3a5a8f76 100644
--- a/packages/editor/src/toolbar/popups/embed-popup.tsx
+++ b/packages/editor/src/toolbar/popups/embed-popup.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/toolbar/popups/image-properties.tsx b/packages/editor/src/toolbar/popups/image-properties.tsx
index 4c5bb66b1..8f887909f 100644
--- a/packages/editor/src/toolbar/popups/image-properties.tsx
+++ b/packages/editor/src/toolbar/popups/image-properties.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/toolbar/popups/image-upload.tsx b/packages/editor/src/toolbar/popups/image-upload.tsx
index 9d972684c..9fd2d0032 100644
--- a/packages/editor/src/toolbar/popups/image-upload.tsx
+++ b/packages/editor/src/toolbar/popups/image-upload.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/toolbar/popups/link-popup.tsx b/packages/editor/src/toolbar/popups/link-popup.tsx
index 993c5f4ac..5bdb3894f 100644
--- a/packages/editor/src/toolbar/popups/link-popup.tsx
+++ b/packages/editor/src/toolbar/popups/link-popup.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/toolbar/popups/search-replace.tsx b/packages/editor/src/toolbar/popups/search-replace.tsx
index 88801fc88..f6e76362b 100644
--- a/packages/editor/src/toolbar/popups/search-replace.tsx
+++ b/packages/editor/src/toolbar/popups/search-replace.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/toolbar/popups/table-popup.tsx b/packages/editor/src/toolbar/popups/table-popup.tsx
index 6b29c7094..2fa3fe116 100644
--- a/packages/editor/src/toolbar/popups/table-popup.tsx
+++ b/packages/editor/src/toolbar/popups/table-popup.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/toolbar/stores/toolbar-store.ts b/packages/editor/src/toolbar/stores/toolbar-store.ts
index e0ef41843..911a9805f 100644
--- a/packages/editor/src/toolbar/stores/toolbar-store.ts
+++ b/packages/editor/src/toolbar/stores/toolbar-store.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/toolbar/tool-definitions.ts b/packages/editor/src/toolbar/tool-definitions.ts
index 807125616..606f19380 100644
--- a/packages/editor/src/toolbar/tool-definitions.ts
+++ b/packages/editor/src/toolbar/tool-definitions.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/toolbar/toolbar.tsx b/packages/editor/src/toolbar/toolbar.tsx
index de1980175..ccd9d1ecc 100644
--- a/packages/editor/src/toolbar/toolbar.tsx
+++ b/packages/editor/src/toolbar/toolbar.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/toolbar/tools/alignment.tsx b/packages/editor/src/toolbar/tools/alignment.tsx
index cdd936a7e..2304cda4d 100644
--- a/packages/editor/src/toolbar/tools/alignment.tsx
+++ b/packages/editor/src/toolbar/tools/alignment.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/toolbar/tools/attachment.tsx b/packages/editor/src/toolbar/tools/attachment.tsx
index 89d0d17ec..1d056e8ca 100644
--- a/packages/editor/src/toolbar/tools/attachment.tsx
+++ b/packages/editor/src/toolbar/tools/attachment.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/toolbar/tools/block.tsx b/packages/editor/src/toolbar/tools/block.tsx
index 6ba8a8eaa..7f0e415d2 100644
--- a/packages/editor/src/toolbar/tools/block.tsx
+++ b/packages/editor/src/toolbar/tools/block.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/toolbar/tools/colors.tsx b/packages/editor/src/toolbar/tools/colors.tsx
index 5a3a62b93..42dc59a2d 100644
--- a/packages/editor/src/toolbar/tools/colors.tsx
+++ b/packages/editor/src/toolbar/tools/colors.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/toolbar/tools/embed.tsx b/packages/editor/src/toolbar/tools/embed.tsx
index ea1ab2e54..b980a41be 100644
--- a/packages/editor/src/toolbar/tools/embed.tsx
+++ b/packages/editor/src/toolbar/tools/embed.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/toolbar/tools/font.tsx b/packages/editor/src/toolbar/tools/font.tsx
index 98244dab3..538e6c351 100644
--- a/packages/editor/src/toolbar/tools/font.tsx
+++ b/packages/editor/src/toolbar/tools/font.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/toolbar/tools/headings.tsx b/packages/editor/src/toolbar/tools/headings.tsx
index c7251aef7..b1b71b146 100644
--- a/packages/editor/src/toolbar/tools/headings.tsx
+++ b/packages/editor/src/toolbar/tools/headings.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/toolbar/tools/image.tsx b/packages/editor/src/toolbar/tools/image.tsx
index c5582bc51..7a3e83d44 100644
--- a/packages/editor/src/toolbar/tools/image.tsx
+++ b/packages/editor/src/toolbar/tools/image.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/toolbar/tools/index.ts b/packages/editor/src/toolbar/tools/index.ts
index 52f7dc8c4..d1a7269ff 100644
--- a/packages/editor/src/toolbar/tools/index.ts
+++ b/packages/editor/src/toolbar/tools/index.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/toolbar/tools/inline.tsx b/packages/editor/src/toolbar/tools/inline.tsx
index 6a52af7e1..b2999865c 100644
--- a/packages/editor/src/toolbar/tools/inline.tsx
+++ b/packages/editor/src/toolbar/tools/inline.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/toolbar/tools/link.tsx b/packages/editor/src/toolbar/tools/link.tsx
index 25dac30d6..de6e63190 100644
--- a/packages/editor/src/toolbar/tools/link.tsx
+++ b/packages/editor/src/toolbar/tools/link.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/toolbar/tools/lists.tsx b/packages/editor/src/toolbar/tools/lists.tsx
index dfe74dd0e..7e9292875 100644
--- a/packages/editor/src/toolbar/tools/lists.tsx
+++ b/packages/editor/src/toolbar/tools/lists.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/toolbar/tools/table.tsx b/packages/editor/src/toolbar/tools/table.tsx
index b7f9d3b6c..1d24bbda9 100644
--- a/packages/editor/src/toolbar/tools/table.tsx
+++ b/packages/editor/src/toolbar/tools/table.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/toolbar/tools/text-direction.tsx b/packages/editor/src/toolbar/tools/text-direction.tsx
index 0d3315811..42b7d39b7 100644
--- a/packages/editor/src/toolbar/tools/text-direction.tsx
+++ b/packages/editor/src/toolbar/tools/text-direction.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/toolbar/tools/utils.tsx b/packages/editor/src/toolbar/tools/utils.tsx
index 137647ba1..d4124da29 100644
--- a/packages/editor/src/toolbar/tools/utils.tsx
+++ b/packages/editor/src/toolbar/tools/utils.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/toolbar/tools/web-clip.tsx b/packages/editor/src/toolbar/tools/web-clip.tsx
index f065b0ed0..7c076ad16 100644
--- a/packages/editor/src/toolbar/tools/web-clip.tsx
+++ b/packages/editor/src/toolbar/tools/web-clip.tsx
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/toolbar/types.ts b/packages/editor/src/toolbar/types.ts
index fec60f5df..bb77f1102 100644
--- a/packages/editor/src/toolbar/types.ts
+++ b/packages/editor/src/toolbar/types.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/toolbar/utils/dom.ts b/packages/editor/src/toolbar/utils/dom.ts
index f7e17dc02..3b92a1bcc 100644
--- a/packages/editor/src/toolbar/utils/dom.ts
+++ b/packages/editor/src/toolbar/utils/dom.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/types.ts b/packages/editor/src/types.ts
index f08bef1ee..cfa87dd8e 100644
--- a/packages/editor/src/types.ts
+++ b/packages/editor/src/types.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/utils/config.ts b/packages/editor/src/utils/config.ts
index e957acef4..f284d01d1 100644
--- a/packages/editor/src/utils/config.ts
+++ b/packages/editor/src/utils/config.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/utils/debounce.ts b/packages/editor/src/utils/debounce.ts
index d85bcc29d..16c6c5c57 100644
--- a/packages/editor/src/utils/debounce.ts
+++ b/packages/editor/src/utils/debounce.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/utils/downloader.ts b/packages/editor/src/utils/downloader.ts
index 210382ef7..fef0a97e8 100644
--- a/packages/editor/src/utils/downloader.ts
+++ b/packages/editor/src/utils/downloader.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/utils/platform.ts b/packages/editor/src/utils/platform.ts
index 274c15cc3..8322e2509 100644
--- a/packages/editor/src/utils/platform.ts
+++ b/packages/editor/src/utils/platform.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/utils/position.ts b/packages/editor/src/utils/position.ts
index fb9ace3bd..88ad3abc3 100644
--- a/packages/editor/src/utils/position.ts
+++ b/packages/editor/src/utils/position.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/editor/src/utils/prosemirror.ts b/packages/editor/src/utils/prosemirror.ts
index e803edbc7..c6f3d04ea 100644
--- a/packages/editor/src/utils/prosemirror.ts
+++ b/packages/editor/src/utils/prosemirror.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/logger/src/index.ts b/packages/logger/src/index.ts
index 5476559ec..9114863c6 100644
--- a/packages/logger/src/index.ts
+++ b/packages/logger/src/index.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/logger/src/reporters/console.ts b/packages/logger/src/reporters/console.ts
index cb57f5d13..348ce1df7 100644
--- a/packages/logger/src/reporters/console.ts
+++ b/packages/logger/src/reporters/console.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/logger/src/reporters/index.ts b/packages/logger/src/reporters/index.ts
index 4be8c1f7a..71a621594 100644
--- a/packages/logger/src/reporters/index.ts
+++ b/packages/logger/src/reporters/index.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/logger/src/types.ts b/packages/logger/src/types.ts
index 8a48bd869..b4befa19a 100644
--- a/packages/logger/src/types.ts
+++ b/packages/logger/src/types.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/streamable-fs/index.ts b/packages/streamable-fs/index.ts
index bf3cc4dc7..70c49fb7b 100644
--- a/packages/streamable-fs/index.ts
+++ b/packages/streamable-fs/index.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/streamable-fs/src/filehandle.ts b/packages/streamable-fs/src/filehandle.ts
index 24ebf76e0..c7c278a72 100644
--- a/packages/streamable-fs/src/filehandle.ts
+++ b/packages/streamable-fs/src/filehandle.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/streamable-fs/src/filestreamsource.ts b/packages/streamable-fs/src/filestreamsource.ts
index 213bee82b..53815d6dd 100644
--- a/packages/streamable-fs/src/filestreamsource.ts
+++ b/packages/streamable-fs/src/filestreamsource.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/streamable-fs/src/interfaces.ts b/packages/streamable-fs/src/interfaces.ts
index 95471ce17..e5c930444 100644
--- a/packages/streamable-fs/src/interfaces.ts
+++ b/packages/streamable-fs/src/interfaces.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/streamable-fs/src/types.ts b/packages/streamable-fs/src/types.ts
index 4a538af80..accbb60ed 100644
--- a/packages/streamable-fs/src/types.ts
+++ b/packages/streamable-fs/src/types.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/theme/src/css.ts b/packages/theme/src/css.ts
index 895169e3f..f4934c914 100644
--- a/packages/theme/src/css.ts
+++ b/packages/theme/src/css.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/theme/src/index.ts b/packages/theme/src/index.ts
index fa909b228..47f029f29 100644
--- a/packages/theme/src/index.ts
+++ b/packages/theme/src/index.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/theme/src/theme/accents.ts b/packages/theme/src/theme/accents.ts
index 18ade962f..e70cb9d7e 100644
--- a/packages/theme/src/theme/accents.ts
+++ b/packages/theme/src/theme/accents.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/theme/src/theme/colorscheme/dark.ts b/packages/theme/src/theme/colorscheme/dark.ts
index fda6c6065..829a7d403 100644
--- a/packages/theme/src/theme/colorscheme/dark.ts
+++ b/packages/theme/src/theme/colorscheme/dark.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/theme/src/theme/colorscheme/index.ts b/packages/theme/src/theme/colorscheme/index.ts
index cdc9db6f5..fc4362136 100644
--- a/packages/theme/src/theme/colorscheme/index.ts
+++ b/packages/theme/src/theme/colorscheme/index.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/theme/src/theme/colorscheme/light.ts b/packages/theme/src/theme/colorscheme/light.ts
index 3cca96290..a0f479ca9 100644
--- a/packages/theme/src/theme/colorscheme/light.ts
+++ b/packages/theme/src/theme/colorscheme/light.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/theme/src/theme/colorscheme/static.ts b/packages/theme/src/theme/colorscheme/static.ts
index 3db5d2795..97ab95fa1 100644
--- a/packages/theme/src/theme/colorscheme/static.ts
+++ b/packages/theme/src/theme/colorscheme/static.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/theme/src/theme/font/fontsize.ts b/packages/theme/src/theme/font/fontsize.ts
index dddd05908..12444e283 100644
--- a/packages/theme/src/theme/font/fontsize.ts
+++ b/packages/theme/src/theme/font/fontsize.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/theme/src/theme/font/index.ts b/packages/theme/src/theme/font/index.ts
index 62d30916d..01401c214 100644
--- a/packages/theme/src/theme/font/index.ts
+++ b/packages/theme/src/theme/font/index.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/theme/src/theme/index.ts b/packages/theme/src/theme/index.ts
index 4f0ba511d..d314908eb 100644
--- a/packages/theme/src/theme/index.ts
+++ b/packages/theme/src/theme/index.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/theme/src/theme/transformer/css.ts b/packages/theme/src/theme/transformer/css.ts
index d09c07ef9..7bdbc798b 100644
--- a/packages/theme/src/theme/transformer/css.ts
+++ b/packages/theme/src/theme/transformer/css.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/theme/src/theme/transformer/index.ts b/packages/theme/src/theme/transformer/index.ts
index 0a7304a51..d25f60c35 100644
--- a/packages/theme/src/theme/transformer/index.ts
+++ b/packages/theme/src/theme/transformer/index.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/theme/src/theme/types.ts b/packages/theme/src/theme/types.ts
index 80cda00cc..9725a3913 100644
--- a/packages/theme/src/theme/types.ts
+++ b/packages/theme/src/theme/types.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/theme/src/theme/variants/button.ts b/packages/theme/src/theme/variants/button.ts
index 384196f9c..d3ee84906 100644
--- a/packages/theme/src/theme/variants/button.ts
+++ b/packages/theme/src/theme/variants/button.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/theme/src/theme/variants/flex.ts b/packages/theme/src/theme/variants/flex.ts
index ff8285a34..83d177e7e 100644
--- a/packages/theme/src/theme/variants/flex.ts
+++ b/packages/theme/src/theme/variants/flex.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/theme/src/theme/variants/index.ts b/packages/theme/src/theme/variants/index.ts
index d80f73417..986774a3b 100644
--- a/packages/theme/src/theme/variants/index.ts
+++ b/packages/theme/src/theme/variants/index.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/theme/src/theme/variants/input.ts b/packages/theme/src/theme/variants/input.ts
index 1c3416a9d..e21c67e21 100644
--- a/packages/theme/src/theme/variants/input.ts
+++ b/packages/theme/src/theme/variants/input.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/theme/src/theme/variants/text.ts b/packages/theme/src/theme/variants/text.ts
index 921b5df09..d5371c3ed 100644
--- a/packages/theme/src/theme/variants/text.ts
+++ b/packages/theme/src/theme/variants/text.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/packages/theme/src/themeprovider.ts b/packages/theme/src/themeprovider.ts
index 3c68ac88b..39acf631a 100644
--- a/packages/theme/src/themeprovider.ts
+++ b/packages/theme/src/themeprovider.ts
@@ -1,7 +1,7 @@
/*
This file is part of the Notesnook project (https://notesnook.com/)
-Copyright (C) 2022 Streetwriters (Private) Limited
+Copyright (C) 2023 Streetwriters (Private) Limited
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by