summaryrefslogtreecommitdiff
path: root/shared/nm-glib-aux
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2019-09-25 13:13:40 +0200
committerThomas Haller <thaller@redhat.com>2019-10-01 07:50:52 +0200
commitabff46cacf54b4ecaf129d2e7c96da69b7b4fdac (patch)
tree3d087d9891cda61b62c7cac30ce5723f3ad1a715 /shared/nm-glib-aux
parent9683521521b0ad65fa6da171627b6f7afb415fc6 (diff)
downloadNetworkManager-abff46cacf54b4ecaf129d2e7c96da69b7b4fdac.tar.gz
all: manually drop code comments with file description
Diffstat (limited to 'shared/nm-glib-aux')
-rw-r--r--shared/nm-glib-aux/nm-c-list.h3
-rw-r--r--shared/nm-glib-aux/nm-dbus-aux.c3
-rw-r--r--shared/nm-glib-aux/nm-dbus-aux.h3
-rw-r--r--shared/nm-glib-aux/nm-dedup-multi.c3
-rw-r--r--shared/nm-glib-aux/nm-dedup-multi.h3
-rw-r--r--shared/nm-glib-aux/nm-enum-utils.c3
-rw-r--r--shared/nm-glib-aux/nm-enum-utils.h3
-rw-r--r--shared/nm-glib-aux/nm-errno.c3
-rw-r--r--shared/nm-glib-aux/nm-errno.h3
-rw-r--r--shared/nm-glib-aux/nm-hash-utils.c3
-rw-r--r--shared/nm-glib-aux/nm-hash-utils.h3
-rw-r--r--shared/nm-glib-aux/nm-io-utils.c3
-rw-r--r--shared/nm-glib-aux/nm-io-utils.h3
-rw-r--r--shared/nm-glib-aux/nm-keyfile-aux.c3
-rw-r--r--shared/nm-glib-aux/nm-keyfile-aux.h3
-rw-r--r--shared/nm-glib-aux/nm-logging-fwd.h3
-rw-r--r--shared/nm-glib-aux/nm-macros-internal.h3
-rw-r--r--shared/nm-glib-aux/nm-obj.h3
-rw-r--r--shared/nm-glib-aux/nm-random-utils.c3
-rw-r--r--shared/nm-glib-aux/nm-random-utils.h3
-rw-r--r--shared/nm-glib-aux/nm-secret-utils.c3
-rw-r--r--shared/nm-glib-aux/nm-secret-utils.h3
-rw-r--r--shared/nm-glib-aux/nm-shared-utils.c3
-rw-r--r--shared/nm-glib-aux/nm-shared-utils.h3
-rw-r--r--shared/nm-glib-aux/nm-time-utils.c3
-rw-r--r--shared/nm-glib-aux/nm-time-utils.h3
26 files changed, 26 insertions, 52 deletions
diff --git a/shared/nm-glib-aux/nm-c-list.h b/shared/nm-glib-aux/nm-c-list.h
index 98d6f7d448..361fe4047e 100644
--- a/shared/nm-glib-aux/nm-c-list.h
+++ b/shared/nm-glib-aux/nm-c-list.h
@@ -1,6 +1,5 @@
// SPDX-License-Identifier: LGPL-2.1+
-/* NetworkManager -- Network link manager
- *
+/*
* (C) Copyright 2014 Red Hat, Inc.
*/
diff --git a/shared/nm-glib-aux/nm-dbus-aux.c b/shared/nm-glib-aux/nm-dbus-aux.c
index 51db326a75..4ace649290 100644
--- a/shared/nm-glib-aux/nm-dbus-aux.c
+++ b/shared/nm-glib-aux/nm-dbus-aux.c
@@ -1,6 +1,5 @@
// SPDX-License-Identifier: LGPL-2.1+
-/* NetworkManager -- Network link manager
- *
+/*
* (C) Copyright 2019 Red Hat, Inc.
*/
diff --git a/shared/nm-glib-aux/nm-dbus-aux.h b/shared/nm-glib-aux/nm-dbus-aux.h
index d5e3bf4780..cb9d558447 100644
--- a/shared/nm-glib-aux/nm-dbus-aux.h
+++ b/shared/nm-glib-aux/nm-dbus-aux.h
@@ -1,6 +1,5 @@
// SPDX-License-Identifier: LGPL-2.1+
-/* NetworkManager -- Network link manager
- *
+/*
* (C) Copyright 2019 Red Hat, Inc.
*/
diff --git a/shared/nm-glib-aux/nm-dedup-multi.c b/shared/nm-glib-aux/nm-dedup-multi.c
index f36871590e..40c0bc0918 100644
--- a/shared/nm-glib-aux/nm-dedup-multi.c
+++ b/shared/nm-glib-aux/nm-dedup-multi.c
@@ -1,6 +1,5 @@
// SPDX-License-Identifier: LGPL-2.1+
-/* NetworkManager -- Network link manager
- *
+/*
* (C) Copyright 2017 Red Hat, Inc.
*/
diff --git a/shared/nm-glib-aux/nm-dedup-multi.h b/shared/nm-glib-aux/nm-dedup-multi.h
index 9752b7b51b..25b2dcb740 100644
--- a/shared/nm-glib-aux/nm-dedup-multi.h
+++ b/shared/nm-glib-aux/nm-dedup-multi.h
@@ -1,6 +1,5 @@
// SPDX-License-Identifier: LGPL-2.1+
-/* NetworkManager -- Network link manager
- *
+/*
* (C) Copyright 2017 Red Hat, Inc.
*/
diff --git a/shared/nm-glib-aux/nm-enum-utils.c b/shared/nm-glib-aux/nm-enum-utils.c
index abb2503cf8..e2fb49b1c3 100644
--- a/shared/nm-glib-aux/nm-enum-utils.c
+++ b/shared/nm-glib-aux/nm-enum-utils.c
@@ -1,6 +1,5 @@
// SPDX-License-Identifier: LGPL-2.1+
-/* NetworkManager -- Network link manager
- *
+/*
* (C) Copyright 2017 Red Hat, Inc.
*/
diff --git a/shared/nm-glib-aux/nm-enum-utils.h b/shared/nm-glib-aux/nm-enum-utils.h
index e58dda3efd..45c127db73 100644
--- a/shared/nm-glib-aux/nm-enum-utils.h
+++ b/shared/nm-glib-aux/nm-enum-utils.h
@@ -1,6 +1,5 @@
// SPDX-License-Identifier: LGPL-2.1+
-/* NetworkManager -- Network link manager
- *
+/*
* (C) Copyright 2017 Red Hat, Inc.
*/
diff --git a/shared/nm-glib-aux/nm-errno.c b/shared/nm-glib-aux/nm-errno.c
index e2fff1e48d..add722068e 100644
--- a/shared/nm-glib-aux/nm-errno.c
+++ b/shared/nm-glib-aux/nm-errno.c
@@ -1,6 +1,5 @@
// SPDX-License-Identifier: LGPL-2.1+
-/* NetworkManager -- Network link manager
- *
+/*
* Copyright 2018 Red Hat, Inc.
*/
diff --git a/shared/nm-glib-aux/nm-errno.h b/shared/nm-glib-aux/nm-errno.h
index 4205df0524..7ef6b6680e 100644
--- a/shared/nm-glib-aux/nm-errno.h
+++ b/shared/nm-glib-aux/nm-errno.h
@@ -1,6 +1,5 @@
// SPDX-License-Identifier: LGPL-2.1+
-/* NetworkManager -- Network link manager
- *
+/*
* Copyright 2018 Red Hat, Inc.
*/
diff --git a/shared/nm-glib-aux/nm-hash-utils.c b/shared/nm-glib-aux/nm-hash-utils.c
index 4bd64c2595..a628b3d8aa 100644
--- a/shared/nm-glib-aux/nm-hash-utils.c
+++ b/shared/nm-glib-aux/nm-hash-utils.c
@@ -1,6 +1,5 @@
// SPDX-License-Identifier: LGPL-2.1+
-/* NetworkManager -- Network link manager
- *
+/*
* (C) Copyright 2017 Red Hat, Inc.
*/
diff --git a/shared/nm-glib-aux/nm-hash-utils.h b/shared/nm-glib-aux/nm-hash-utils.h
index 115cd5b145..f6fa97921b 100644
--- a/shared/nm-glib-aux/nm-hash-utils.h
+++ b/shared/nm-glib-aux/nm-hash-utils.h
@@ -1,6 +1,5 @@
// SPDX-License-Identifier: LGPL-2.1+
-/* NetworkManager -- Network link manager
- *
+/*
* (C) Copyright 2017 Red Hat, Inc.
*/
diff --git a/shared/nm-glib-aux/nm-io-utils.c b/shared/nm-glib-aux/nm-io-utils.c
index 77c72e4cf9..1a1966b5cc 100644
--- a/shared/nm-glib-aux/nm-io-utils.c
+++ b/shared/nm-glib-aux/nm-io-utils.c
@@ -1,6 +1,5 @@
// SPDX-License-Identifier: LGPL-2.1+
-/* NetworkManager -- Network link manager
- *
+/*
* (C) Copyright 2018 Red Hat, Inc.
*/
diff --git a/shared/nm-glib-aux/nm-io-utils.h b/shared/nm-glib-aux/nm-io-utils.h
index ad63dce546..2e6ae15f65 100644
--- a/shared/nm-glib-aux/nm-io-utils.h
+++ b/shared/nm-glib-aux/nm-io-utils.h
@@ -1,6 +1,5 @@
// SPDX-License-Identifier: LGPL-2.1+
-/* NetworkManager -- Network link manager
- *
+/*
* (C) Copyright 2018 Red Hat, Inc.
*/
diff --git a/shared/nm-glib-aux/nm-keyfile-aux.c b/shared/nm-glib-aux/nm-keyfile-aux.c
index 12427e0856..47cccf1fe5 100644
--- a/shared/nm-glib-aux/nm-keyfile-aux.c
+++ b/shared/nm-glib-aux/nm-keyfile-aux.c
@@ -1,6 +1,5 @@
// SPDX-License-Identifier: LGPL-2.1+
-/* NetworkManager -- Network link manager
- *
+/*
* (C) Copyright 2019 Red Hat, Inc.
*/
diff --git a/shared/nm-glib-aux/nm-keyfile-aux.h b/shared/nm-glib-aux/nm-keyfile-aux.h
index 5ce07d29c3..f1713fe4d9 100644
--- a/shared/nm-glib-aux/nm-keyfile-aux.h
+++ b/shared/nm-glib-aux/nm-keyfile-aux.h
@@ -1,6 +1,5 @@
// SPDX-License-Identifier: LGPL-2.1+
-/* NetworkManager -- Network link manager
- *
+/*
* (C) Copyright 2019 Red Hat, Inc.
*/
diff --git a/shared/nm-glib-aux/nm-logging-fwd.h b/shared/nm-glib-aux/nm-logging-fwd.h
index 9841c09d5e..eecba8bead 100644
--- a/shared/nm-glib-aux/nm-logging-fwd.h
+++ b/shared/nm-glib-aux/nm-logging-fwd.h
@@ -1,6 +1,5 @@
// SPDX-License-Identifier: LGPL-2.1+
-/* NetworkManager -- Network link manager
- *
+/*
* Copyright (C) 2006 - 2018 Red Hat, Inc.
* Copyright (C) 2006 - 2008 Novell, Inc.
*/
diff --git a/shared/nm-glib-aux/nm-macros-internal.h b/shared/nm-glib-aux/nm-macros-internal.h
index 09f96ef6ba..7accb2b04a 100644
--- a/shared/nm-glib-aux/nm-macros-internal.h
+++ b/shared/nm-glib-aux/nm-macros-internal.h
@@ -1,6 +1,5 @@
// SPDX-License-Identifier: LGPL-2.1+
-/* NetworkManager -- Network link manager
- *
+/*
* (C) Copyright 2012 Colin Walters <walters@verbum.org>.
* (C) Copyright 2014 Red Hat, Inc.
*/
diff --git a/shared/nm-glib-aux/nm-obj.h b/shared/nm-glib-aux/nm-obj.h
index 37f13892d3..c107065eba 100644
--- a/shared/nm-glib-aux/nm-obj.h
+++ b/shared/nm-glib-aux/nm-obj.h
@@ -1,6 +1,5 @@
// SPDX-License-Identifier: LGPL-2.1+
-/* NetworkManager -- Network link manager
- *
+/*
* (C) Copyright 2017 Red Hat, Inc.
*/
diff --git a/shared/nm-glib-aux/nm-random-utils.c b/shared/nm-glib-aux/nm-random-utils.c
index 3e881f415a..ce8fa4c7bb 100644
--- a/shared/nm-glib-aux/nm-random-utils.c
+++ b/shared/nm-glib-aux/nm-random-utils.c
@@ -1,6 +1,5 @@
// SPDX-License-Identifier: LGPL-2.1+
-/* NetworkManager -- Network link manager
- *
+/*
* (C) Copyright 2017 Red Hat, Inc.
*/
diff --git a/shared/nm-glib-aux/nm-random-utils.h b/shared/nm-glib-aux/nm-random-utils.h
index 05cc22b9e5..172e3f8ec1 100644
--- a/shared/nm-glib-aux/nm-random-utils.h
+++ b/shared/nm-glib-aux/nm-random-utils.h
@@ -1,6 +1,5 @@
// SPDX-License-Identifier: LGPL-2.1+
-/* NetworkManager -- Network link manager
- *
+/*
* (C) Copyright 2017 Red Hat, Inc.
*/
diff --git a/shared/nm-glib-aux/nm-secret-utils.c b/shared/nm-glib-aux/nm-secret-utils.c
index 00ce4c5098..f53e0512f6 100644
--- a/shared/nm-glib-aux/nm-secret-utils.c
+++ b/shared/nm-glib-aux/nm-secret-utils.c
@@ -1,6 +1,5 @@
// SPDX-License-Identifier: LGPL-2.1+
-/* NetworkManager -- Network link manager
- *
+/*
* (C) Copyright 2018 Red Hat, Inc.
* (C) Copyright 2015 - 2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
*/
diff --git a/shared/nm-glib-aux/nm-secret-utils.h b/shared/nm-glib-aux/nm-secret-utils.h
index 4403ceb763..2c8de9aa5c 100644
--- a/shared/nm-glib-aux/nm-secret-utils.h
+++ b/shared/nm-glib-aux/nm-secret-utils.h
@@ -1,6 +1,5 @@
// SPDX-License-Identifier: LGPL-2.1+
-/* NetworkManager -- Network link manager
- *
+/*
* (C) Copyright 2018 Red Hat, Inc.
*/
diff --git a/shared/nm-glib-aux/nm-shared-utils.c b/shared/nm-glib-aux/nm-shared-utils.c
index a344f9d502..20f0a551e6 100644
--- a/shared/nm-glib-aux/nm-shared-utils.c
+++ b/shared/nm-glib-aux/nm-shared-utils.c
@@ -1,6 +1,5 @@
// SPDX-License-Identifier: LGPL-2.1+
-/* NetworkManager -- Network link manager
- *
+/*
* (C) Copyright 2016 Red Hat, Inc.
*/
diff --git a/shared/nm-glib-aux/nm-shared-utils.h b/shared/nm-glib-aux/nm-shared-utils.h
index 95719c4455..eb879430a7 100644
--- a/shared/nm-glib-aux/nm-shared-utils.h
+++ b/shared/nm-glib-aux/nm-shared-utils.h
@@ -1,6 +1,5 @@
// SPDX-License-Identifier: LGPL-2.1+
-/* NetworkManager -- Network link manager
- *
+/*
* (C) Copyright 2016 Red Hat, Inc.
*/
diff --git a/shared/nm-glib-aux/nm-time-utils.c b/shared/nm-glib-aux/nm-time-utils.c
index c35230536c..fecad2afd4 100644
--- a/shared/nm-glib-aux/nm-time-utils.c
+++ b/shared/nm-glib-aux/nm-time-utils.c
@@ -1,6 +1,5 @@
// SPDX-License-Identifier: LGPL-2.1+
-/* NetworkManager -- Network link manager
- *
+/*
* (C) Copyright 2018 Red Hat, Inc.
*/
diff --git a/shared/nm-glib-aux/nm-time-utils.h b/shared/nm-glib-aux/nm-time-utils.h
index b260a1ed11..e7c256a554 100644
--- a/shared/nm-glib-aux/nm-time-utils.h
+++ b/shared/nm-glib-aux/nm-time-utils.h
@@ -1,6 +1,5 @@
// SPDX-License-Identifier: LGPL-2.1+
-/* NetworkManager -- Network link manager
- *
+/*
* (C) Copyright 2018 Red Hat, Inc.
*/