summaryrefslogtreecommitdiff
path: root/packages/backend/src/queue/processors
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2024-06-15 11:36:55 +0100
committerdakkar <dakkar@thenautilus.net>2024-06-15 11:36:55 +0100
commitb525c5887f1a81a4a88257f7750b22e882dbf4c9 (patch)
treee82354ee522ba1bb5df97ddbcac76743b4fd75db /packages/backend/src/queue/processors
parentremove duplicate switches (diff)
downloadsharkey-b525c5887f1a81a4a88257f7750b22e882dbf4c9.tar.gz
sharkey-b525c5887f1a81a4a88257f7750b22e882dbf4c9.tar.bz2
sharkey-b525c5887f1a81a4a88257f7750b22e882dbf4c9.zip
add copyright text to all our files
Diffstat (limited to 'packages/backend/src/queue/processors')
-rw-r--r--packages/backend/src/queue/processors/ExportAccountDataProcessorService.ts5
-rw-r--r--packages/backend/src/queue/processors/ImportNotesProcessorService.ts5
2 files changed, 10 insertions, 0 deletions
diff --git a/packages/backend/src/queue/processors/ExportAccountDataProcessorService.ts b/packages/backend/src/queue/processors/ExportAccountDataProcessorService.ts
index a6892134bc..33a2362c4a 100644
--- a/packages/backend/src/queue/processors/ExportAccountDataProcessorService.ts
+++ b/packages/backend/src/queue/processors/ExportAccountDataProcessorService.ts
@@ -1,3 +1,8 @@
+/*
+ * SPDX-FileCopyrightText: marie and other Sharkey contributors
+ * SPDX-License-Identifier: AGPL-3.0-only
+ */
+
import * as fs from 'node:fs';
import { Inject, Injectable } from '@nestjs/common';
import { In, IsNull, MoreThan, Not } from 'typeorm';
diff --git a/packages/backend/src/queue/processors/ImportNotesProcessorService.ts b/packages/backend/src/queue/processors/ImportNotesProcessorService.ts
index 58a0ea10ad..f89dc46722 100644
--- a/packages/backend/src/queue/processors/ImportNotesProcessorService.ts
+++ b/packages/backend/src/queue/processors/ImportNotesProcessorService.ts
@@ -1,3 +1,8 @@
+/*
+ * SPDX-FileCopyrightText: marie and other Sharkey contributors
+ * SPDX-License-Identifier: AGPL-3.0-only
+ */
+
import * as fs from 'node:fs';
import * as fsp from 'node:fs/promises';
import * as crypto from 'node:crypto';