From 4a0f5366f36519289524c7162cd0e8ec729e86f9 Mon Sep 17 00:00:00 2001 From: Stephen Kent Date: Sun, 5 Apr 2026 21:31:38 -0700 Subject: [PATCH] Default license selection to LGPL-3.0 for library project types --- copier.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copier.yaml b/copier.yaml index 87c063f..55b513c 100644 --- a/copier.yaml +++ b/copier.yaml @@ -183,7 +183,7 @@ copyright_license: type: str qmark: ⚖️ help: Project license - default: GPL-3.0 + default: "{% if project_type == 'library' %}L{% endif %}GPL-3.0" choices: Apache License 2.0: Apache-2.0 BSD 3-Clause "New" or "Revised" License: BSD-3-Clause