From 8090924af3cac443415bf0790cfd6dc71a9b2f4e Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Thu, 3 Feb 2022 20:47:47 +0100 Subject: Clarify licensing through REUSE annotations. - Manual: GFDL-1.3-or-later - Library: LGPL-3.0-or-later - Examples: GPL-3.0-or-later Change-Id: Ia9637209724b416a157edc2027a0faa7ca9d5c25 --- examples/spring-boot/src/main/resources/logging.properties | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'examples/spring-boot/src/main/resources/logging.properties') diff --git a/examples/spring-boot/src/main/resources/logging.properties b/examples/spring-boot/src/main/resources/logging.properties index e80e0c6..31aebd7 100644 --- a/examples/spring-boot/src/main/resources/logging.properties +++ b/examples/spring-boot/src/main/resources/logging.properties @@ -1,2 +1,6 @@ +# SPDX-FileCopyrightText: © 2021 Matthias Andreas Benkard +# +# SPDX-License-Identifier: GPL-3.0-or-later + handlers = eu.mulk.quarkus.googlecloud.jsonlogging.logmanager.DefaultConsoleHandler .level = INFO -- cgit v1.2.3