emergency-call-types: Fix copyright year and holder

The files were created 2022, the header stating 2021 is a copy and paste
error. Fix a typo while at that.

Gbp-Dch: Ignore
Signed-off-by: Guido Günther <agx@sigxcpu.org>
Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/790>
This commit is contained in:
Guido Günther
2025-09-07 17:43:11 +02:00
committed by Marge Bot
parent e617599ef0
commit 3e7f5e77ab
3 changed files with 6 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Purism SPC
* Copyright (C) 2022 The Phosh Developers
*
* SPDX-License-Identifier: GPL-3.0-or-later
*

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2022 Guido Günther
* Copyright (C) 2022 The Phosh Developers
*
* SPDX-License-Identifier: GPL-3.0-or-later
*/

View File

@@ -1,5 +1,7 @@
/*
* Copyright (C) Guido Günther
* Copyright (C) 2022 The Phosh Developers
*
* Author: Guido Günther <agx@sigxcpu.org>
*
* SPDX-License-Identifier: GPL-3.0-or-later
*/
@@ -13,7 +15,7 @@ test_lookup (void)
{
char *lookup = NULL;
/* No countyr code -> no match */
/* No country code -> no match */
lookup = calls_emergency_call_type_get_name ("112", NULL);
g_assert_null (lookup);