From 8f940ed4f292ebb1932008258cc073799b57e5ff Mon Sep 17 00:00:00 2001 From: Lars Toenning Date: Thu, 2 Jun 2022 10:02:35 +0200 Subject: [PATCH] Fix SPDX license identifier --- simgear/structure/callback.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simgear/structure/callback.hxx b/simgear/structure/callback.hxx index 745f1818..c25b2a3f 100644 --- a/simgear/structure/callback.hxx +++ b/simgear/structure/callback.hxx @@ -1,5 +1,5 @@ // Declaration for simgear callback -// SPDX-License-Identifier: GPL-2.0-or-later +// SPDX-License-Identifier: LGPL-2.0-or-later #include