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:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2021 Purism SPC
|
||||
* Copyright (C) 2022 The Phosh Developers
|
||||
*
|
||||
* SPDX-License-Identifier: GPL-3.0-or-later
|
||||
*
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2022 Guido Günther
|
||||
* Copyright (C) 2022 The Phosh Developers
|
||||
*
|
||||
* SPDX-License-Identifier: GPL-3.0-or-later
|
||||
*/
|
||||
|
||||
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user