From d6abc1da02959728236457e4a6b5b1b9a61b3427 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Wed, 18 May 2022 14:09:59 +0100 Subject: cmake: Add BSD-style licenses I've erred on the side of caution and treated the COPYING-CMAKE-SCRIPTS license (a BSD-3-Clause variation) as its own distinct license. Co-authored-by: Ralf Habacker Signed-off-by: Simon McVittie --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 49d8d4a8..f905fc7e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,7 +15,9 @@ EXTRA_DIST = \ LICENSES/AFL-2.0.txt \ LICENSES/AFL-2.1.txt \ LICENSES/Apache-2.0.txt \ + LICENSES/BSD-3-Clause.txt \ LICENSES/GPL-2.0-or-later.txt \ + LICENSES/LicenseRef-CMakeScripts.txt \ LICENSES/LicenseRef-GAP.txt \ LICENSES/LicenseRef-pycrypto-orig.txt \ LICENSES/MIT.txt \ -- cgit v1.2.1