From 8cd389e16166fa4c075fbddfe69f26653a0169b3 Mon Sep 17 00:00:00 2001 From: Dario Lombardo Date: Wed, 7 Feb 2018 12:26:45 +0100 Subject: replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. The first is deprecated, as per https://spdx.org/licenses/. Change-Id: I8e21e1d32d09b8b94b93a2dc9fbdde5ffeba6bed Reviewed-on: https://code.wireshark.org/review/25661 Petri-Dish: Anders Broman Petri-Dish: Dario Lombardo Reviewed-by: Anders Broman --- doc/plugins.example/Makefile.am | 2 +- doc/plugins.example/hello.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/plugins.example') diff --git a/doc/plugins.example/Makefile.am b/doc/plugins.example/Makefile.am index d33e186757..10abf565e8 100644 --- a/doc/plugins.example/Makefile.am +++ b/doc/plugins.example/Makefile.am @@ -4,7 +4,7 @@ # By Gerald Combs # Copyright 1998 Gerald Combs # -# SPDX-License-Identifier: GPL-2.0+ +# SPDX-License-Identifier: GPL-2.0-or-later # WARNFLAGS = -Wall -Wextra diff --git a/doc/plugins.example/hello.c b/doc/plugins.example/hello.c index 455b4741a6..52c4a50ec6 100644 --- a/doc/plugins.example/hello.c +++ b/doc/plugins.example/hello.c @@ -4,7 +4,7 @@ * By Gerald Combs * Copyright 1998 Gerald Combs * - * SPDX-License-Identifier: GPL-2.0+ + * SPDX-License-Identifier: GPL-2.0-or-later */ #ifdef HAVE_CONFIG_H -- cgit v1.2.3