From 3e8fa8f8e8f771c76716b154933c0d6017fe87d7 Mon Sep 17 00:00:00 2001 From: Devin Lin Date: Thu, 30 Dec 2021 19:51:51 -0500 Subject: [PATCH] Fix licensing header --- components/mobileshell/qml/components/VelocityCalculator.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/mobileshell/qml/components/VelocityCalculator.qml b/components/mobileshell/qml/components/VelocityCalculator.qml index fb8cf052..f9b2003a 100644 --- a/components/mobileshell/qml/components/VelocityCalculator.qml +++ b/components/mobileshell/qml/components/VelocityCalculator.qml @@ -2,7 +2,7 @@ * SPDX-FileCopyrightText: 2013 Canonical Ltd. * SPDX-FileCopyrightText: 2021 Devin Lin * - * SPDX-License-Identifier: GPL-3.0-or-later + * SPDX-License-Identifier: GPL-3.0-only */ import QtQuick 2.15