From b9b617a2085713b870c8cfe3a5a65edbac1f8148 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Mon, 1 May 2023 23:41:04 +0200 Subject: [PATCH] chore: add copyright notices MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- src/utils/AsyncLock.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/utils/AsyncLock.ts b/src/utils/AsyncLock.ts index 8bb8f519..53907ce4 100644 --- a/src/utils/AsyncLock.ts +++ b/src/utils/AsyncLock.ts @@ -1,3 +1,5 @@ +// Partial Copyright Jerome Benoit. 2021-2023. All Rights Reserved. + export enum AsyncLockType { configuration = 'configuration', performance = 'performance', -- 2.34.1