summaryrefslogtreecommitdiff
path: root/src/main/otTransform.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/otTransform.ts')
-rw-r--r--src/main/otTransform.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/otTransform.ts b/src/main/otTransform.ts
index 0d05450..f1c8331 100644
--- a/src/main/otTransform.ts
+++ b/src/main/otTransform.ts
@@ -1,3 +1,6 @@
+// Copyright (c) 2026 Yuren Hao
+// Licensed under AGPL-3.0 - see LICENSE file
+
// OT transform functions for main process (mirror of renderer transform)
import type { OtOp } from './otTypes'
import { isInsert, isDelete, isComment } from './otTypes'