diff options
author | Anna (navi) Figueiredo Gomes <navi@vlhl.dev> | 2024-03-22 17:49:33 +0100 |
---|---|---|
committer | Anna (navi) Figueiredo Gomes <navi@vlhl.dev> | 2024-03-22 19:18:15 +0100 |
commit | 107f1c4cee2ac6534c536efc3affae5e417e01fe (patch) | |
tree | 4f297cec3728c42d5be2ef48c898aa51e37e26fa /Makefile | |
parent | 7ab6b824c771df8298cbe1b512a80116d005ec33 (diff) | |
download | hiredict-107f1c4cee2ac6534c536efc3affae5e417e01fe.tar.xz |
all: use REUSE with LGPL-3.0-or-later and BSD-3-Clause
Signed-off-by: Anna (navi) Figueiredo Gomes <navi@vlhl.dev>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,7 +1,13 @@ # Hiredis Makefile # Copyright (C) 2010-2011 Salvatore Sanfilippo <antirez at gmail dot com> # Copyright (C) 2010-2011 Pieter Noordhuis <pcnoordhuis at gmail dot com> -# This file is released under the BSD license, see the COPYING file +# +# SPDX-FileCopyrightText: 2024 Hiredict Contributors +# SPDX-FileCopyrightText: 2024 Salvatore Sanfilippo <antirez at gmail dot com> +# SPDX-FileCopyrightText: 2024 Pieter Noordhuis <pcnoordhuis at gmail dot com> +# +# 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 |