summaryrefslogtreecommitdiff
path: root/shared
diff options
context:
space:
mode:
Diffstat (limited to 'shared')
-rw-r--r--shared/nm-default.h2
-rw-r--r--shared/nm-glib-aux/nm-c-list.h2
-rw-r--r--shared/nm-glib-aux/nm-dbus-aux.c2
-rw-r--r--shared/nm-glib-aux/nm-dbus-aux.h2
-rw-r--r--shared/nm-glib-aux/nm-dedup-multi.c2
-rw-r--r--shared/nm-glib-aux/nm-dedup-multi.h2
-rw-r--r--shared/nm-glib-aux/nm-enum-utils.c2
-rw-r--r--shared/nm-glib-aux/nm-enum-utils.h2
-rw-r--r--shared/nm-glib-aux/nm-errno.c2
-rw-r--r--shared/nm-glib-aux/nm-errno.h2
-rw-r--r--shared/nm-glib-aux/nm-glib.h2
-rw-r--r--shared/nm-glib-aux/nm-hash-utils.c2
-rw-r--r--shared/nm-glib-aux/nm-hash-utils.h2
-rw-r--r--shared/nm-glib-aux/nm-io-utils.c2
-rw-r--r--shared/nm-glib-aux/nm-io-utils.h2
-rw-r--r--shared/nm-glib-aux/nm-jansson.h2
-rw-r--r--shared/nm-glib-aux/nm-json-aux.c2
-rw-r--r--shared/nm-glib-aux/nm-json-aux.h2
-rw-r--r--shared/nm-glib-aux/nm-keyfile-aux.c2
-rw-r--r--shared/nm-glib-aux/nm-keyfile-aux.h2
-rw-r--r--shared/nm-glib-aux/nm-macros-internal.h4
-rw-r--r--shared/nm-glib-aux/nm-obj.h2
-rw-r--r--shared/nm-glib-aux/nm-random-utils.c2
-rw-r--r--shared/nm-glib-aux/nm-random-utils.h2
-rw-r--r--shared/nm-glib-aux/nm-secret-utils.c4
-rw-r--r--shared/nm-glib-aux/nm-secret-utils.h2
-rw-r--r--shared/nm-glib-aux/nm-shared-utils.c2
-rw-r--r--shared/nm-glib-aux/nm-shared-utils.h2
-rw-r--r--shared/nm-glib-aux/nm-time-utils.c2
-rw-r--r--shared/nm-glib-aux/nm-time-utils.h2
-rw-r--r--shared/nm-glib-aux/nm-value-type.h2
-rw-r--r--shared/nm-libnm-core-aux/nm-libnm-core-aux.c2
-rw-r--r--shared/nm-libnm-core-aux/nm-libnm-core-aux.h2
-rw-r--r--shared/nm-libnm-core-intern/nm-common-macros.h2
-rw-r--r--shared/nm-libnm-core-intern/nm-ethtool-utils.c2
-rw-r--r--shared/nm-libnm-core-intern/nm-ethtool-utils.h2
-rw-r--r--shared/nm-meta-setting.c2
-rw-r--r--shared/nm-meta-setting.h2
-rw-r--r--shared/nm-std-aux/c-list-util.c2
-rw-r--r--shared/nm-std-aux/c-list-util.h2
-rw-r--r--shared/nm-std-aux/nm-dbus-compat.h2
-rw-r--r--shared/nm-test-libnm-utils.h2
-rw-r--r--shared/nm-test-utils-impl.c2
-rw-r--r--shared/nm-utils/nm-compat.c2
-rw-r--r--shared/nm-utils/nm-compat.h2
-rw-r--r--shared/nm-utils/nm-test-utils.h2
-rw-r--r--shared/nm-utils/nm-vpn-plugin-macros.h2
-rw-r--r--shared/nm-utils/nm-vpn-plugin-utils.c2
-rw-r--r--shared/nm-utils/nm-vpn-plugin-utils.h2
-rw-r--r--shared/nm-utils/tests/test-shared-general.c2
-rw-r--r--shared/nm-version-macros.h.in2
-rw-r--r--shared/systemd/nm-logging-stub.c2
-rw-r--r--shared/systemd/sd-adapt-shared/nm-sd-adapt-shared.h2
53 files changed, 55 insertions, 55 deletions
diff --git a/shared/nm-default.h b/shared/nm-default.h
index 9b04a6ad3d..d2d885d188 100644
--- a/shared/nm-default.h
+++ b/shared/nm-default.h
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: LGPL-2.1+
/*
- * (C) Copyright 2015 Red Hat, Inc.
+ * Copyright (C) 2015 Red Hat, Inc.
*/
#ifndef __NM_DEFAULT_H__
diff --git a/shared/nm-glib-aux/nm-c-list.h b/shared/nm-glib-aux/nm-c-list.h
index 361fe4047e..7a6e8ccaf2 100644
--- a/shared/nm-glib-aux/nm-c-list.h
+++ b/shared/nm-glib-aux/nm-c-list.h
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: LGPL-2.1+
/*
- * (C) Copyright 2014 Red Hat, Inc.
+ * Copyright (C) 2014 Red Hat, Inc.
*/
#ifndef __NM_C_LIST_H__
diff --git a/shared/nm-glib-aux/nm-dbus-aux.c b/shared/nm-glib-aux/nm-dbus-aux.c
index 4ace649290..e5271a92e3 100644
--- a/shared/nm-glib-aux/nm-dbus-aux.c
+++ b/shared/nm-glib-aux/nm-dbus-aux.c
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: LGPL-2.1+
/*
- * (C) Copyright 2019 Red Hat, Inc.
+ * Copyright (C) 2019 Red Hat, Inc.
*/
#include "nm-default.h"
diff --git a/shared/nm-glib-aux/nm-dbus-aux.h b/shared/nm-glib-aux/nm-dbus-aux.h
index cb9d558447..d37c631a0d 100644
--- a/shared/nm-glib-aux/nm-dbus-aux.h
+++ b/shared/nm-glib-aux/nm-dbus-aux.h
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: LGPL-2.1+
/*
- * (C) Copyright 2019 Red Hat, Inc.
+ * Copyright (C) 2019 Red Hat, Inc.
*/
#ifndef __NM_DBUS_AUX_H__
diff --git a/shared/nm-glib-aux/nm-dedup-multi.c b/shared/nm-glib-aux/nm-dedup-multi.c
index 40c0bc0918..6e23228e37 100644
--- a/shared/nm-glib-aux/nm-dedup-multi.c
+++ b/shared/nm-glib-aux/nm-dedup-multi.c
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: LGPL-2.1+
/*
- * (C) Copyright 2017 Red Hat, Inc.
+ * Copyright (C) 2017 Red Hat, Inc.
*/
#include "nm-default.h"
diff --git a/shared/nm-glib-aux/nm-dedup-multi.h b/shared/nm-glib-aux/nm-dedup-multi.h
index 25b2dcb740..6867ae7976 100644
--- a/shared/nm-glib-aux/nm-dedup-multi.h
+++ b/shared/nm-glib-aux/nm-dedup-multi.h
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: LGPL-2.1+
/*
- * (C) Copyright 2017 Red Hat, Inc.
+ * Copyright (C) 2017 Red Hat, Inc.
*/
#ifndef __NM_DEDUP_MULTI_H__
diff --git a/shared/nm-glib-aux/nm-enum-utils.c b/shared/nm-glib-aux/nm-enum-utils.c
index e2fb49b1c3..e105a4f5e5 100644
--- a/shared/nm-glib-aux/nm-enum-utils.c
+++ b/shared/nm-glib-aux/nm-enum-utils.c
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: LGPL-2.1+
/*
- * (C) Copyright 2017 Red Hat, Inc.
+ * Copyright (C) 2017 Red Hat, Inc.
*/
#include "nm-default.h"
diff --git a/shared/nm-glib-aux/nm-enum-utils.h b/shared/nm-glib-aux/nm-enum-utils.h
index 45c127db73..d863dabd8a 100644
--- a/shared/nm-glib-aux/nm-enum-utils.h
+++ b/shared/nm-glib-aux/nm-enum-utils.h
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: LGPL-2.1+
/*
- * (C) Copyright 2017 Red Hat, Inc.
+ * Copyright (C) 2017 Red Hat, Inc.
*/
#ifndef __NM_ENUM_UTILS_H__
diff --git a/shared/nm-glib-aux/nm-errno.c b/shared/nm-glib-aux/nm-errno.c
index add722068e..9133d87d91 100644
--- a/shared/nm-glib-aux/nm-errno.c
+++ b/shared/nm-glib-aux/nm-errno.c
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: LGPL-2.1+
/*
- * Copyright 2018 Red Hat, Inc.
+ * Copyright (C) 2018 Red Hat, Inc.
*/
#include "nm-default.h"
diff --git a/shared/nm-glib-aux/nm-errno.h b/shared/nm-glib-aux/nm-errno.h
index 7ef6b6680e..1d329b258e 100644
--- a/shared/nm-glib-aux/nm-errno.h
+++ b/shared/nm-glib-aux/nm-errno.h
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: LGPL-2.1+
/*
- * Copyright 2018 Red Hat, Inc.
+ * Copyright (C) 2018 Red Hat, Inc.
*/
#ifndef __NM_ERRNO_H__
diff --git a/shared/nm-glib-aux/nm-glib.h b/shared/nm-glib-aux/nm-glib.h
index 98b778f995..8eee05bfc3 100644
--- a/shared/nm-glib-aux/nm-glib.h
+++ b/shared/nm-glib-aux/nm-glib.h
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+
/*
- * Copyright 2008 - 2018 Red Hat, Inc.
+ * Copyright (C) 2008 - 2018 Red Hat, Inc.
*/
#ifndef __NM_GLIB_H__
diff --git a/shared/nm-glib-aux/nm-hash-utils.c b/shared/nm-glib-aux/nm-hash-utils.c
index a628b3d8aa..8fef015f8b 100644
--- a/shared/nm-glib-aux/nm-hash-utils.c
+++ b/shared/nm-glib-aux/nm-hash-utils.c
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: LGPL-2.1+
/*
- * (C) Copyright 2017 Red Hat, Inc.
+ * Copyright (C) 2017 Red Hat, Inc.
*/
#include "nm-default.h"
diff --git a/shared/nm-glib-aux/nm-hash-utils.h b/shared/nm-glib-aux/nm-hash-utils.h
index f6fa97921b..2e7b35183f 100644
--- a/shared/nm-glib-aux/nm-hash-utils.h
+++ b/shared/nm-glib-aux/nm-hash-utils.h
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: LGPL-2.1+
/*
- * (C) Copyright 2017 Red Hat, Inc.
+ * Copyright (C) 2017 Red Hat, Inc.
*/
#ifndef __NM_HASH_UTILS_H__
diff --git a/shared/nm-glib-aux/nm-io-utils.c b/shared/nm-glib-aux/nm-io-utils.c
index 1a1966b5cc..ec0cd4c812 100644
--- a/shared/nm-glib-aux/nm-io-utils.c
+++ b/shared/nm-glib-aux/nm-io-utils.c
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: LGPL-2.1+
/*
- * (C) Copyright 2018 Red Hat, Inc.
+ * Copyright (C) 2018 Red Hat, Inc.
*/
#include "nm-default.h"
diff --git a/shared/nm-glib-aux/nm-io-utils.h b/shared/nm-glib-aux/nm-io-utils.h
index 2e6ae15f65..18dc5f7428 100644
--- a/shared/nm-glib-aux/nm-io-utils.h
+++ b/shared/nm-glib-aux/nm-io-utils.h
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: LGPL-2.1+
/*
- * (C) Copyright 2018 Red Hat, Inc.
+ * Copyright (C) 2018 Red Hat, Inc.
*/
#ifndef __NM_IO_UTILS_H__
diff --git a/shared/nm-glib-aux/nm-jansson.h b/shared/nm-glib-aux/nm-jansson.h
index 89cc9bc12f..0a75cff5b6 100644
--- a/shared/nm-glib-aux/nm-jansson.h
+++ b/shared/nm-glib-aux/nm-jansson.h
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+
/*
- * Copyright 2018 Red Hat, Inc.
+ * Copyright (C) 2018 Red Hat, Inc.
*/
#ifndef __NM_JANSSON_H__
diff --git a/shared/nm-glib-aux/nm-json-aux.c b/shared/nm-glib-aux/nm-json-aux.c
index db80642515..a738ab7257 100644
--- a/shared/nm-glib-aux/nm-json-aux.c
+++ b/shared/nm-glib-aux/nm-json-aux.c
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: LGPL-2.1+
/*
- * Copyright 2019 Red Hat, Inc.
+ * Copyright (C) 2019 Red Hat, Inc.
*/
#include "nm-default.h"
diff --git a/shared/nm-glib-aux/nm-json-aux.h b/shared/nm-glib-aux/nm-json-aux.h
index cf98ae3e1b..ed3be3768f 100644
--- a/shared/nm-glib-aux/nm-json-aux.h
+++ b/shared/nm-glib-aux/nm-json-aux.h
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: LGPL-2.1+
/*
- * Copyright 2019 Red Hat, Inc.
+ * Copyright (C) 2019 Red Hat, Inc.
*/
#ifndef __NM_JSON_AUX_H__
diff --git a/shared/nm-glib-aux/nm-keyfile-aux.c b/shared/nm-glib-aux/nm-keyfile-aux.c
index 47cccf1fe5..8b2af7a855 100644
--- a/shared/nm-glib-aux/nm-keyfile-aux.c
+++ b/shared/nm-glib-aux/nm-keyfile-aux.c
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: LGPL-2.1+
/*
- * (C) Copyright 2019 Red Hat, Inc.
+ * Copyright (C) 2019 Red Hat, Inc.
*/
#include "nm-default.h"
diff --git a/shared/nm-glib-aux/nm-keyfile-aux.h b/shared/nm-glib-aux/nm-keyfile-aux.h
index f1713fe4d9..0f729c720d 100644
--- a/shared/nm-glib-aux/nm-keyfile-aux.h
+++ b/shared/nm-glib-aux/nm-keyfile-aux.h
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: LGPL-2.1+
/*
- * (C) Copyright 2019 Red Hat, Inc.
+ * Copyright (C) 2019 Red Hat, Inc.
*/
#ifndef __NM_KEYFILE_AUX_H__
diff --git a/shared/nm-glib-aux/nm-macros-internal.h b/shared/nm-glib-aux/nm-macros-internal.h
index 7accb2b04a..52441cf144 100644
--- a/shared/nm-glib-aux/nm-macros-internal.h
+++ b/shared/nm-glib-aux/nm-macros-internal.h
@@ -1,7 +1,7 @@
// SPDX-License-Identifier: LGPL-2.1+
/*
- * (C) Copyright 2012 Colin Walters <walters@verbum.org>.
- * (C) Copyright 2014 Red Hat, Inc.
+ * Copyright (C) 2012 Colin Walters <walters@verbum.org>.
+ * Copyright (C) 2014 Red Hat, Inc.
*/
#ifndef __NM_MACROS_INTERNAL_H__
diff --git a/shared/nm-glib-aux/nm-obj.h b/shared/nm-glib-aux/nm-obj.h
index c107065eba..cbfdba6378 100644
--- a/shared/nm-glib-aux/nm-obj.h
+++ b/shared/nm-glib-aux/nm-obj.h
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: LGPL-2.1+
/*
- * (C) Copyright 2017 Red Hat, Inc.
+ * Copyright (C) 2017 Red Hat, Inc.
*/
#ifndef __NM_OBJ_H__
diff --git a/shared/nm-glib-aux/nm-random-utils.c b/shared/nm-glib-aux/nm-random-utils.c
index ce8fa4c7bb..95063c94c4 100644
--- a/shared/nm-glib-aux/nm-random-utils.c
+++ b/shared/nm-glib-aux/nm-random-utils.c
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: LGPL-2.1+
/*
- * (C) Copyright 2017 Red Hat, Inc.
+ * Copyright (C) 2017 Red Hat, Inc.
*/
#include "nm-default.h"
diff --git a/shared/nm-glib-aux/nm-random-utils.h b/shared/nm-glib-aux/nm-random-utils.h
index 172e3f8ec1..056af38aef 100644
--- a/shared/nm-glib-aux/nm-random-utils.h
+++ b/shared/nm-glib-aux/nm-random-utils.h
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: LGPL-2.1+
/*
- * (C) Copyright 2017 Red Hat, Inc.
+ * Copyright (C) 2017 Red Hat, Inc.
*/
#ifndef __NM_RANDOM_UTILS_H__
diff --git a/shared/nm-glib-aux/nm-secret-utils.c b/shared/nm-glib-aux/nm-secret-utils.c
index f53e0512f6..5b0afe4694 100644
--- a/shared/nm-glib-aux/nm-secret-utils.c
+++ b/shared/nm-glib-aux/nm-secret-utils.c
@@ -1,7 +1,7 @@
// SPDX-License-Identifier: LGPL-2.1+
/*
- * (C) Copyright 2018 Red Hat, Inc.
- * (C) Copyright 2015 - 2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2018 Red Hat, Inc.
+ * Copyright (C) 2015 - 2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
*/
#include "nm-default.h"
diff --git a/shared/nm-glib-aux/nm-secret-utils.h b/shared/nm-glib-aux/nm-secret-utils.h
index 2c8de9aa5c..1b98b7e9ef 100644
--- a/shared/nm-glib-aux/nm-secret-utils.h
+++ b/shared/nm-glib-aux/nm-secret-utils.h
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: LGPL-2.1+
/*
- * (C) Copyright 2018 Red Hat, Inc.
+ * Copyright (C) 2018 Red Hat, Inc.
*/
#ifndef __NM_SECRET_UTILS_H__
diff --git a/shared/nm-glib-aux/nm-shared-utils.c b/shared/nm-glib-aux/nm-shared-utils.c
index 20f0a551e6..f48401264c 100644
--- a/shared/nm-glib-aux/nm-shared-utils.c
+++ b/shared/nm-glib-aux/nm-shared-utils.c
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: LGPL-2.1+
/*
- * (C) Copyright 2016 Red Hat, Inc.
+ * Copyright (C) 2016 Red Hat, Inc.
*/
#include "nm-default.h"
diff --git a/shared/nm-glib-aux/nm-shared-utils.h b/shared/nm-glib-aux/nm-shared-utils.h
index eb879430a7..c784a9e24b 100644
--- a/shared/nm-glib-aux/nm-shared-utils.h
+++ b/shared/nm-glib-aux/nm-shared-utils.h
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: LGPL-2.1+
/*
- * (C) Copyright 2016 Red Hat, Inc.
+ * Copyright (C) 2016 Red Hat, Inc.
*/
#ifndef __NM_SHARED_UTILS_H__
diff --git a/shared/nm-glib-aux/nm-time-utils.c b/shared/nm-glib-aux/nm-time-utils.c
index fecad2afd4..9e3fdf4e83 100644
--- a/shared/nm-glib-aux/nm-time-utils.c
+++ b/shared/nm-glib-aux/nm-time-utils.c
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: LGPL-2.1+
/*
- * (C) Copyright 2018 Red Hat, Inc.
+ * Copyright (C) 2018 Red Hat, Inc.
*/
#include "nm-default.h"
diff --git a/shared/nm-glib-aux/nm-time-utils.h b/shared/nm-glib-aux/nm-time-utils.h
index e7c256a554..7d2c1cf3f7 100644
--- a/shared/nm-glib-aux/nm-time-utils.h
+++ b/shared/nm-glib-aux/nm-time-utils.h
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: LGPL-2.1+
/*
- * (C) Copyright 2018 Red Hat, Inc.
+ * Copyright (C) 2018 Red Hat, Inc.
*/
#ifndef __NM_TIME_UTILS_H__
diff --git a/shared/nm-glib-aux/nm-value-type.h b/shared/nm-glib-aux/nm-value-type.h
index 0fe0a98780..6fe6f07255 100644
--- a/shared/nm-glib-aux/nm-value-type.h
+++ b/shared/nm-glib-aux/nm-value-type.h
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: LGPL-2.1+
/*
- * Copyright 2019 Red Hat, Inc.
+ * Copyright (C) 2019 Red Hat, Inc.
*/
#ifndef __NM_VALUE_TYPE_H__
diff --git a/shared/nm-libnm-core-aux/nm-libnm-core-aux.c b/shared/nm-libnm-core-aux/nm-libnm-core-aux.c
index 68c0e5de19..f827726fb2 100644
--- a/shared/nm-libnm-core-aux/nm-libnm-core-aux.c
+++ b/shared/nm-libnm-core-aux/nm-libnm-core-aux.c
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: LGPL-2.1+
/*
- * (C) Copyright 2019 Red Hat, Inc.
+ * Copyright (C) 2019 Red Hat, Inc.
*/
#include "nm-default.h"
diff --git a/shared/nm-libnm-core-aux/nm-libnm-core-aux.h b/shared/nm-libnm-core-aux/nm-libnm-core-aux.h
index 30a97cb77f..8a835205bf 100644
--- a/shared/nm-libnm-core-aux/nm-libnm-core-aux.h
+++ b/shared/nm-libnm-core-aux/nm-libnm-core-aux.h
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: LGPL-2.1+
/*
- * (C) Copyright 2019 Red Hat, Inc.
+ * Copyright (C) 2019 Red Hat, Inc.
*/
#ifndef __NM_LIBNM_CORE_AUX_H__
diff --git a/shared/nm-libnm-core-intern/nm-common-macros.h b/shared/nm-libnm-core-intern/nm-common-macros.h
index bcd58fa86e..5c50d98913 100644
--- a/shared/nm-libnm-core-intern/nm-common-macros.h
+++ b/shared/nm-libnm-core-intern/nm-common-macros.h
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: LGPL-2.1+
/*
- * (C) Copyright 2016 Red Hat, Inc.
+ * Copyright (C) 2016 Red Hat, Inc.
*/
#ifndef __NM_COMMON_MACROS_H__
diff --git a/shared/nm-libnm-core-intern/nm-ethtool-utils.c b/shared/nm-libnm-core-intern/nm-ethtool-utils.c
index 8b292c29d1..2bc182cf15 100644
--- a/shared/nm-libnm-core-intern/nm-ethtool-utils.c
+++ b/shared/nm-libnm-core-intern/nm-ethtool-utils.c
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: LGPL-2.1+
/*
- * Copyright 2018 Red Hat, Inc.
+ * Copyright (C) 2018 Red Hat, Inc.
*/
#include "nm-default.h"
diff --git a/shared/nm-libnm-core-intern/nm-ethtool-utils.h b/shared/nm-libnm-core-intern/nm-ethtool-utils.h
index f934f1181e..463d8e8f12 100644
--- a/shared/nm-libnm-core-intern/nm-ethtool-utils.h
+++ b/shared/nm-libnm-core-intern/nm-ethtool-utils.h
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: LGPL-2.1+
/*
- * Copyright 2018 Red Hat, Inc.
+ * Copyright (C) 2018 Red Hat, Inc.
*/
#ifndef __NM_ETHTOOL_UTILS_H__
diff --git a/shared/nm-meta-setting.c b/shared/nm-meta-setting.c
index f5c6fd7af7..af5aa8429d 100644
--- a/shared/nm-meta-setting.c
+++ b/shared/nm-meta-setting.c
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: LGPL-2.1+
/*
- * Copyright 2017 - 2018 Red Hat, Inc.
+ * Copyright (C) 2017 - 2018 Red Hat, Inc.
*/
#include "nm-default.h"
diff --git a/shared/nm-meta-setting.h b/shared/nm-meta-setting.h
index 463bdfd299..3976bfe19b 100644
--- a/shared/nm-meta-setting.h
+++ b/shared/nm-meta-setting.h
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: LGPL-2.1+
/*
- * Copyright 2017 - 2018 Red Hat, Inc.
+ * Copyright (C) 2017 - 2018 Red Hat, Inc.
*/
#ifndef __NM_META_SETTING_H__
diff --git a/shared/nm-std-aux/c-list-util.c b/shared/nm-std-aux/c-list-util.c
index a49e9f00a4..a6741c4cda 100644
--- a/shared/nm-std-aux/c-list-util.c
+++ b/shared/nm-std-aux/c-list-util.c
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: LGPL-2.1+
/*
- * (C) Copyright 2017 Red Hat, Inc.
+ * Copyright (C) 2017 Red Hat, Inc.
*/
#include "c-list-util.h"
diff --git a/shared/nm-std-aux/c-list-util.h b/shared/nm-std-aux/c-list-util.h
index 1c322d2364..d1aaa0b119 100644
--- a/shared/nm-std-aux/c-list-util.h
+++ b/shared/nm-std-aux/c-list-util.h
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: LGPL-2.1+
/*
- * (C) Copyright 2017 Red Hat, Inc.
+ * Copyright (C) 2017 Red Hat, Inc.
*/
#ifndef __C_LIST_UTIL_H__
diff --git a/shared/nm-std-aux/nm-dbus-compat.h b/shared/nm-std-aux/nm-dbus-compat.h
index b04d145474..bd010f4588 100644
--- a/shared/nm-std-aux/nm-dbus-compat.h
+++ b/shared/nm-std-aux/nm-dbus-compat.h
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+
/*
- * Copyright 2015 Red Hat, Inc.
+ * Copyright (C) 2015 Red Hat, Inc.
*/
#ifndef __NM_DBUS_COMPAT_H__
diff --git a/shared/nm-test-libnm-utils.h b/shared/nm-test-libnm-utils.h
index 2d94359875..76e2a2158c 100644
--- a/shared/nm-test-libnm-utils.h
+++ b/shared/nm-test-libnm-utils.h
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: LGPL-2.1+
/*
- * Copyright 2014 - 2015 Red Hat, Inc.
+ * Copyright (C) 2014 - 2015 Red Hat, Inc.
*/
#include "NetworkManager.h"
diff --git a/shared/nm-test-utils-impl.c b/shared/nm-test-utils-impl.c
index 7e21d5e114..39f0a08325 100644
--- a/shared/nm-test-utils-impl.c
+++ b/shared/nm-test-utils-impl.c
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+
/*
- * Copyright 2010 - 2015 Red Hat, Inc.
+ * Copyright (C) 2010 - 2015 Red Hat, Inc.
*/
#include "nm-default.h"
diff --git a/shared/nm-utils/nm-compat.c b/shared/nm-utils/nm-compat.c
index 4ea5084deb..895d9550f8 100644
--- a/shared/nm-utils/nm-compat.c
+++ b/shared/nm-utils/nm-compat.c
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: LGPL-2.1+
/*
- * (C) Copyright 2017 Red Hat, Inc.
+ * Copyright (C) 2017 Red Hat, Inc.
*/
#include "nm-default.h"
diff --git a/shared/nm-utils/nm-compat.h b/shared/nm-utils/nm-compat.h
index 1062d882af..55f764c7cc 100644
--- a/shared/nm-utils/nm-compat.h
+++ b/shared/nm-utils/nm-compat.h
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: LGPL-2.1+
/*
- * (C) Copyright 2017 Red Hat, Inc.
+ * Copyright (C) 2017 Red Hat, Inc.
*/
#ifndef __NM_COMPAT_H__
diff --git a/shared/nm-utils/nm-test-utils.h b/shared/nm-utils/nm-test-utils.h
index 937601c463..d4b9578ad1 100644
--- a/shared/nm-utils/nm-test-utils.h
+++ b/shared/nm-utils/nm-test-utils.h
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: LGPL-2.1+
/*
- * Copyright 2014 Red Hat, Inc.
+ * Copyright (C) 2014 Red Hat, Inc.
*/
#ifndef __NM_TEST_UTILS_H__
diff --git a/shared/nm-utils/nm-vpn-plugin-macros.h b/shared/nm-utils/nm-vpn-plugin-macros.h
index d4854431da..f154147f8b 100644
--- a/shared/nm-utils/nm-vpn-plugin-macros.h
+++ b/shared/nm-utils/nm-vpn-plugin-macros.h
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: LGPL-2.1+
/*
- * Copyright 2016 Red Hat, Inc.
+ * Copyright (C) 2016 Red Hat, Inc.
*/
#ifndef __NM_VPN_PLUGIN_MACROS_H__
diff --git a/shared/nm-utils/nm-vpn-plugin-utils.c b/shared/nm-utils/nm-vpn-plugin-utils.c
index f524c77122..8616ae5fce 100644
--- a/shared/nm-utils/nm-vpn-plugin-utils.c
+++ b/shared/nm-utils/nm-vpn-plugin-utils.c
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: LGPL-2.1+
/*
- * Copyright 2016,2018 Red Hat, Inc.
+ * Copyright (C) 2016, 2018 Red Hat, Inc.
*/
#include "nm-default.h"
diff --git a/shared/nm-utils/nm-vpn-plugin-utils.h b/shared/nm-utils/nm-vpn-plugin-utils.h
index 32e818f282..2a31b6777d 100644
--- a/shared/nm-utils/nm-vpn-plugin-utils.h
+++ b/shared/nm-utils/nm-vpn-plugin-utils.h
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: LGPL-2.1+
/*
- * Copyright 2016 Red Hat, Inc.
+ * Copyright (C) 2016 Red Hat, Inc.
*/
#ifndef __NM_VPN_PLUGIN_UTILS_H__
diff --git a/shared/nm-utils/tests/test-shared-general.c b/shared/nm-utils/tests/test-shared-general.c
index 032b79420c..0cdd68b6e6 100644
--- a/shared/nm-utils/tests/test-shared-general.c
+++ b/shared/nm-utils/tests/test-shared-general.c
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: LGPL-2.1+
/*
- * Copyright 2018 Red Hat, Inc.
+ * Copyright (C) 2018 Red Hat, Inc.
*/
#define NM_TEST_UTILS_NO_LIBNM 1
diff --git a/shared/nm-version-macros.h.in b/shared/nm-version-macros.h.in
index 68ac23e1bd..961febb027 100644
--- a/shared/nm-version-macros.h.in
+++ b/shared/nm-version-macros.h.in
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: LGPL-2.1+
/*
- * Copyright 2011, 2015 Red Hat, Inc.
+ * Copyright (C) 2011, 2015 Red Hat, Inc.
*/
#ifndef __NM_VERSION_MACROS_H__
diff --git a/shared/systemd/nm-logging-stub.c b/shared/systemd/nm-logging-stub.c
index a31756d211..64a96daaaa 100644
--- a/shared/systemd/nm-logging-stub.c
+++ b/shared/systemd/nm-logging-stub.c
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: LGPL-2.1+
/*
- * Copyright 2018 Red Hat, Inc.
+ * Copyright (C) 2018 Red Hat, Inc.
*/
#include "nm-default.h"
diff --git a/shared/systemd/sd-adapt-shared/nm-sd-adapt-shared.h b/shared/systemd/sd-adapt-shared/nm-sd-adapt-shared.h
index 7648bd39ea..490cae9283 100644
--- a/shared/systemd/sd-adapt-shared/nm-sd-adapt-shared.h
+++ b/shared/systemd/sd-adapt-shared/nm-sd-adapt-shared.h
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+
/*
- *Copyright (C) 2014 - 2018 Red Hat, Inc.
+ * Copyright (C) 2014 - 2018 Red Hat, Inc.
*/
#ifndef __NM_SD_ADAPT_SHARED_H__