From 51a41b249d963f882768d463bf63a6b32d36738e Mon Sep 17 00:00:00 2001 From: Evangelos Ribeiro Tzaras Date: Tue, 13 Apr 2021 10:25:54 +0200 Subject: [PATCH] meson: Fix project name in license header --- meson.build | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meson.build b/meson.build index ea3289b..33472ed 100644 --- a/meson.build +++ b/meson.build @@ -1,20 +1,20 @@ # # Copyright (C) 2018 Purism SPC # -# This file is part of Dialer. +# This file is part of Calls. # -# Dialer is free software: you can redistribute it and/or modify +# Calls is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Dialer is distributed in the hope that it will be useful, +# Calls is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Dialer. If not, see . +# along with Calls. If not, see . # # SPDX-License-Identifier: GPL-3.0-or-later #