From 8b3b3be550307598e84c59e3d708e6ee9a3e1beb Mon Sep 17 00:00:00 2001 From: haoyuren <13851610112@163.com> Date: Fri, 13 Mar 2026 01:15:01 -0500 Subject: Add AGPL-3.0 license and copyright headers to all source files Co-Authored-By: Claude Opus 4.6 --- package.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'package.json') 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", -- cgit v1.2.3