diff options
| author | haoyuren <13851610112@163.com> | 2026-03-13 01:15:01 -0500 |
|---|---|---|
| committer | haoyuren <13851610112@163.com> | 2026-03-13 01:15:01 -0500 |
| commit | 8b3b3be550307598e84c59e3d708e6ee9a3e1beb (patch) | |
| tree | eb36e3ccfb64a7ca4ed509efa099dae752fe05a4 /src/main/fileSyncBridge.ts | |
| parent | 52a5c24f5e28a4b2ba8ffb006874cd7b552d60f7 (diff) | |
Add AGPL-3.0 license and copyright headers to all source files
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Diffstat (limited to 'src/main/fileSyncBridge.ts')
| -rw-r--r-- | src/main/fileSyncBridge.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/fileSyncBridge.ts b/src/main/fileSyncBridge.ts index e0529cb..0bd24b0 100644 --- a/src/main/fileSyncBridge.ts +++ b/src/main/fileSyncBridge.ts @@ -1,3 +1,6 @@ +// Copyright (c) 2026 Yuren Hao +// Licensed under AGPL-3.0 - see LICENSE file + // Bidirectional file sync bridge: temp dir ↔ Overleaf via OT import { join } from 'path' import { readFile, writeFile, mkdir } from 'fs/promises' |
