From ac9dcb48c728a7eedaa46b81df9082457f39bd36 Mon Sep 17 00:00:00 2001 From: Srevin Saju Date: Wed, 5 May 2021 17:35:48 +0000 Subject: [PATCH] feat: (licensing) use GPL 3 or later --- src/commandmodel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commandmodel.h b/src/commandmodel.h index 6fdda840b..938bd5f81 100644 --- a/src/commandmodel.h +++ b/src/commandmodel.h @@ -1,5 +1,5 @@ // SPDX-FileCopyrightText: 2021 Srevin Saju -// SPDX-License-Identifier: GPL-3.0-only +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once