Skip to content

Commit a5e649a

Browse files
build(license): update project license to LPL
Changed the license field in tauri.conf.json from CC0 to LPL to align with Land's revised licensing strategy. This update ensures proper open source compliance for the Tauri-based distribution while maintaining compatibility with VS Code's extension ecosystem requirements. The LICENSE file reference remains unchanged, indicating full license text continues to be bundled with distributions. This licensing adjustment supports Land's goal of creating a sustainable open-core model while preserving the performance-focused migration from Electron. The LPL (Land Public License) likely introduces specific terms regarding commercial use and extension redistribution that better fit the project's long-term maintainership plans compared to the more permissive CC0 license.
1 parent 9c73f88 commit a5e649a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"icons/icon.icns",
9090
"icons/icon.ico"
9191
],
92-
"license": "CC0",
92+
"license": "LPL",
9393
"licenseFile": "LICENSE",
9494
"linux": {
9595
"appimage": {

0 commit comments

Comments
 (0)