From 107f1c4cee2ac6534c536efc3affae5e417e01fe Mon Sep 17 00:00:00 2001 From: "Anna (navi) Figueiredo Gomes" Date: Fri, 22 Mar 2024 17:49:33 +0100 Subject: all: use REUSE with LGPL-3.0-or-later and BSD-3-Clause Signed-off-by: Anna (navi) Figueiredo Gomes --- Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 56e3d59..3bdb970 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,13 @@ # Hiredis Makefile # Copyright (C) 2010-2011 Salvatore Sanfilippo # Copyright (C) 2010-2011 Pieter Noordhuis -# This file is released under the BSD license, see the COPYING file +# +# SPDX-FileCopyrightText: 2024 Hiredict Contributors +# SPDX-FileCopyrightText: 2024 Salvatore Sanfilippo +# SPDX-FileCopyrightText: 2024 Pieter Noordhuis +# +# SPDX-License-Identifier: BSD-3-Clause +# SPDX-License-Identifier: LGPL-3.0-or-later OBJ=alloc.o net.o hiredis.o sds.o async.o read.o sockcompat.o EXAMPLES=hiredis-example hiredis-example-libevent hiredis-example-libev hiredis-example-glib hiredis-example-push hiredis-example-poll -- cgit v1.2.3