summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorhaoyuren <13851610112@163.com>2026-03-13 01:15:01 -0500
committerhaoyuren <13851610112@163.com>2026-03-13 01:15:01 -0500
commit8b3b3be550307598e84c59e3d708e6ee9a3e1beb (patch)
treeeb36e3ccfb64a7ca4ed509efa099dae752fe05a4 /package.json
parent52a5c24f5e28a4b2ba8ffb006874cd7b552d60f7 (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 'package.json')
-rw-r--r--package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json
index 6e6563c..83705b4 100644
--- a/package.json
+++ b/package.json
@@ -2,6 +2,8 @@
"name": "lattex",
"version": "0.1.0",
"description": "LaTeX editor with real-time Overleaf sync",
+ "license": "AGPL-3.0",
+ "author": "Yuren Hao",
"main": "./out/main/index.js",
"scripts": {
"dev": "electron-vite dev",