From 65cac86d0ed7738c6d5b3b5028e2ac729c7b59d4 Mon Sep 17 00:00:00 2001 From: David Robillard <d@drobilla.net> Date: Thu, 8 Sep 2022 15:48:05 -0400 Subject: Use 0BSD for trivial "public domain intent" things Fedora takes issue with CC0. Although it doesn't really matter for this stuff (dual licensed anyway, questionably "software", certainly not patentable, and so on), this is simpler and more consistent with the ISC license used for the actual software anyway. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 38f43a3..78009d1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ # Copyright 2021-2022 David Robillard <d@drobilla.net> -# SPDX-License-Identifier: CC0-1.0 OR GPL-3.0-or-later +# SPDX-License-Identifier: 0BSD OR GPL-3.0-or-later build/* -- cgit v1.2.1