From 17574b1f1746e8560f65eb813636549c75fa1d01 Mon Sep 17 00:00:00 2001 From: Dmitry Bogatov Date: Fri, 16 Sep 2022 23:25:36 -0400 Subject: [PATCH] Change default license from BSD3 to AGPL3 I doubt I will ever bother to sue anybody over license of my haskell libraries, but intentions matter, aren't they? --- {{cookiecutter.project_name}}/package.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_name}}/package.yaml b/{{cookiecutter.project_name}}/package.yaml index 63ae8eb..192dcb8 100644 --- a/{{cookiecutter.project_name}}/package.yaml +++ b/{{cookiecutter.project_name}}/package.yaml @@ -4,7 +4,7 @@ synopsis: {{cookiecutter.project_synopsis}} description: See README at author: {{cookiecutter.author_name}} category: {{cookiecutter.category}} -license: BSD-3-Clause +license: AGPL-3 git: https://git.sr.ht/~{{cookiecutter.srht_user}}/haskell-{{cookiecutter.project_name}} dependencies: -- 2.45.2