diff options
Diffstat (limited to 'clients')
-rw-r--r-- | clients/cli/agent.c | 3 | ||||
-rw-r--r-- | clients/cli/agent.h | 3 | ||||
-rw-r--r-- | clients/cli/common.c | 3 | ||||
-rw-r--r-- | clients/cli/common.h | 3 | ||||
-rw-r--r-- | clients/cli/connections.c | 3 | ||||
-rw-r--r-- | clients/cli/connections.h | 3 | ||||
-rw-r--r-- | clients/cli/devices.c | 3 | ||||
-rw-r--r-- | clients/cli/devices.h | 3 | ||||
-rw-r--r-- | clients/cli/general.c | 3 | ||||
-rw-r--r-- | clients/cli/general.h | 3 | ||||
-rw-r--r-- | clients/cli/nmcli.c | 4 | ||||
-rw-r--r-- | clients/cli/nmcli.h | 3 | ||||
-rw-r--r-- | clients/cli/polkit-agent.c | 3 | ||||
-rw-r--r-- | clients/cli/polkit-agent.h | 3 | ||||
-rw-r--r-- | clients/cli/settings.c | 3 | ||||
-rw-r--r-- | clients/cli/settings.h | 3 | ||||
-rw-r--r-- | clients/cli/utils.c | 3 | ||||
-rw-r--r-- | clients/cli/utils.h | 3 | ||||
-rw-r--r-- | clients/common/nm-client-utils.c | 3 | ||||
-rw-r--r-- | clients/common/nm-client-utils.h | 3 | ||||
-rw-r--r-- | clients/common/nm-meta-setting-access.c | 3 | ||||
-rw-r--r-- | clients/common/nm-meta-setting-access.h | 3 | ||||
-rw-r--r-- | clients/common/nm-meta-setting-desc.c | 3 | ||||
-rw-r--r-- | clients/common/nm-meta-setting-desc.h | 3 | ||||
-rw-r--r-- | clients/nm-online.c | 1 |
25 files changed, 20 insertions, 54 deletions
diff --git a/clients/cli/agent.c b/clients/cli/agent.c index 2c17fddc63..e11d755628 100644 --- a/clients/cli/agent.c +++ b/clients/cli/agent.c @@ -1,8 +1,5 @@ // SPDX-License-Identifier: GPL-2.0+ /* - * nmcli - command-line tool for controlling NetworkManager - * Functions for running NM secret agent. - * * Copyright 2014 Red Hat, Inc. */ diff --git a/clients/cli/agent.h b/clients/cli/agent.h index 500301ddfa..dc79334124 100644 --- a/clients/cli/agent.h +++ b/clients/cli/agent.h @@ -1,8 +1,5 @@ // SPDX-License-Identifier: GPL-2.0+ /* - * nmcli - command-line tool for controlling NetworkManager - * Functions for running NM secret agent. - * * Copyright 2014 Red Hat, Inc. */ diff --git a/clients/cli/common.c b/clients/cli/common.c index 9b2d07aacd..73848a7f8a 100644 --- a/clients/cli/common.c +++ b/clients/cli/common.c @@ -1,8 +1,5 @@ // SPDX-License-Identifier: GPL-2.0+ /* - * nmcli - command-line tool for controlling NetworkManager - * Common functions and data shared between files. - * * Copyright 2012 - 2018 Red Hat, Inc. */ diff --git a/clients/cli/common.h b/clients/cli/common.h index 50574a1baf..b3e7c1ccef 100644 --- a/clients/cli/common.h +++ b/clients/cli/common.h @@ -1,8 +1,5 @@ // SPDX-License-Identifier: GPL-2.0+ /* - * nmcli - command-line tool for controlling NetworkManager - * Common functions and data shared between files. - * * Copyright 2012 - 2014 Red Hat, Inc. */ diff --git a/clients/cli/connections.c b/clients/cli/connections.c index 003400d5fe..7f1275cabe 100644 --- a/clients/cli/connections.c +++ b/clients/cli/connections.c @@ -1,6 +1,5 @@ // SPDX-License-Identifier: GPL-2.0+ -/* nmcli - command-line tool to control NetworkManager - * +/* * Copyright 2010 - 2018 Red Hat, Inc. */ diff --git a/clients/cli/connections.h b/clients/cli/connections.h index d92c27e27e..5c02af2eea 100644 --- a/clients/cli/connections.h +++ b/clients/cli/connections.h @@ -1,6 +1,5 @@ // SPDX-License-Identifier: GPL-2.0+ -/* nmcli - command-line tool to control NetworkManager - * +/* * (C) Copyright 2010 - 2018 Red Hat, Inc. */ diff --git a/clients/cli/devices.c b/clients/cli/devices.c index ea914ef5e5..f182aaf565 100644 --- a/clients/cli/devices.c +++ b/clients/cli/devices.c @@ -1,6 +1,5 @@ // SPDX-License-Identifier: GPL-2.0+ -/* nmcli - command-line tool to control NetworkManager - * +/* * Copyright 2010 - 2018 Red Hat, Inc. */ diff --git a/clients/cli/devices.h b/clients/cli/devices.h index 06b14ef94e..3a418f174a 100644 --- a/clients/cli/devices.h +++ b/clients/cli/devices.h @@ -1,6 +1,5 @@ // SPDX-License-Identifier: GPL-2.0+ -/* nmcli - command-line tool to control NetworkManager - * +/* * (C) Copyright 2010 - 2018 Red Hat, Inc. */ diff --git a/clients/cli/general.c b/clients/cli/general.c index 55371d13fd..344dc28eaa 100644 --- a/clients/cli/general.c +++ b/clients/cli/general.c @@ -1,6 +1,5 @@ // SPDX-License-Identifier: GPL-2.0+ -/* nmcli - command-line tool to control NetworkManager - * +/* * Copyright 2010 - 2018 Red Hat, Inc. */ diff --git a/clients/cli/general.h b/clients/cli/general.h index adaf458071..65d2366fc9 100644 --- a/clients/cli/general.h +++ b/clients/cli/general.h @@ -1,6 +1,5 @@ // SPDX-License-Identifier: GPL-2.0+ -/* nmcli - command-line tool to control NetworkManager - * +/* * Copyright 2010 - 2014 Red Hat, Inc. */ diff --git a/clients/cli/nmcli.c b/clients/cli/nmcli.c index 7eb9ef82dd..af78f10156 100644 --- a/clients/cli/nmcli.c +++ b/clients/cli/nmcli.c @@ -1,8 +1,6 @@ // SPDX-License-Identifier: GPL-2.0+ -/* nmcli - command-line tool to control NetworkManager - * +/* * Jiri Klimes <jklimes@redhat.com> - * * Copyright 2010 - 2018 Red Hat, Inc. */ diff --git a/clients/cli/nmcli.h b/clients/cli/nmcli.h index c55daaafdf..379ba336f4 100644 --- a/clients/cli/nmcli.h +++ b/clients/cli/nmcli.h @@ -1,6 +1,5 @@ // SPDX-License-Identifier: GPL-2.0+ -/* nmcli - command-line tool to control NetworkManager - * +/* * Copyright 2010 - 2018 Red Hat, Inc. */ diff --git a/clients/cli/polkit-agent.c b/clients/cli/polkit-agent.c index d667cb3e4b..b43eb17907 100644 --- a/clients/cli/polkit-agent.c +++ b/clients/cli/polkit-agent.c @@ -1,6 +1,5 @@ // SPDX-License-Identifier: GPL-2.0+ -/* nmcli - command-line tool to control NetworkManager - * +/* * Copyright 2014 Red Hat, Inc. */ diff --git a/clients/cli/polkit-agent.h b/clients/cli/polkit-agent.h index 3064b15da3..4a89846f52 100644 --- a/clients/cli/polkit-agent.h +++ b/clients/cli/polkit-agent.h @@ -1,6 +1,5 @@ // SPDX-License-Identifier: GPL-2.0+ -/* nmcli - command-line tool to control NetworkManager - * +/* * Copyright 2014 Red Hat, Inc. */ diff --git a/clients/cli/settings.c b/clients/cli/settings.c index 5f7a2640c6..7289efb78d 100644 --- a/clients/cli/settings.c +++ b/clients/cli/settings.c @@ -1,6 +1,5 @@ // SPDX-License-Identifier: GPL-2.0+ -/* nmcli - command-line tool to control NetworkManager - * +/* * Copyright 2010 - 2015 Red Hat, Inc. */ diff --git a/clients/cli/settings.h b/clients/cli/settings.h index c01d8270ef..2df08018ac 100644 --- a/clients/cli/settings.h +++ b/clients/cli/settings.h @@ -1,6 +1,5 @@ // SPDX-License-Identifier: GPL-2.0+ -/* nmcli - command-line tool to control NetworkManager - * +/* * Copyright 2010 - 2014 Red Hat, Inc. */ diff --git a/clients/cli/utils.c b/clients/cli/utils.c index 615b2c0597..3e6a94ed3a 100644 --- a/clients/cli/utils.c +++ b/clients/cli/utils.c @@ -1,6 +1,5 @@ // SPDX-License-Identifier: GPL-2.0+ -/* nmcli - command-line tool to control NetworkManager - * +/* * Copyright 2010 Lennart Poettering * Copyright 2010 - 2018 Red Hat, Inc. */ diff --git a/clients/cli/utils.h b/clients/cli/utils.h index 9f8c26bb48..9b799a97e7 100644 --- a/clients/cli/utils.h +++ b/clients/cli/utils.h @@ -1,6 +1,5 @@ // SPDX-License-Identifier: GPL-2.0+ -/* nmcli - command-line tool to control NetworkManager - * +/* * Copyright 2010 - 2018 Red Hat, Inc. */ diff --git a/clients/common/nm-client-utils.c b/clients/common/nm-client-utils.c index 85e26f310c..8e53d325fb 100644 --- a/clients/common/nm-client-utils.c +++ b/clients/common/nm-client-utils.c @@ -1,6 +1,5 @@ // SPDX-License-Identifier: GPL-2.0+ -/* nmcli - command-line tool to control NetworkManager - * +/* * Copyright 2010 - 2017 Red Hat, Inc. */ diff --git a/clients/common/nm-client-utils.h b/clients/common/nm-client-utils.h index f983fc0732..607dd218ad 100644 --- a/clients/common/nm-client-utils.h +++ b/clients/common/nm-client-utils.h @@ -1,6 +1,5 @@ // SPDX-License-Identifier: GPL-2.0+ -/* nmcli - command-line tool to control NetworkManager - * +/* * Copyright 2010 - 2017 Red Hat, Inc. */ diff --git a/clients/common/nm-meta-setting-access.c b/clients/common/nm-meta-setting-access.c index 1da99aa0fa..9b2a89964b 100644 --- a/clients/common/nm-meta-setting-access.c +++ b/clients/common/nm-meta-setting-access.c @@ -1,6 +1,5 @@ // SPDX-License-Identifier: GPL-2.0+ -/* NetworkManager - * +/* * Copyright 2010 - 2017 Red Hat, Inc. */ diff --git a/clients/common/nm-meta-setting-access.h b/clients/common/nm-meta-setting-access.h index 6158db927e..40b76b4f27 100644 --- a/clients/common/nm-meta-setting-access.h +++ b/clients/common/nm-meta-setting-access.h @@ -1,6 +1,5 @@ // SPDX-License-Identifier: GPL-2.0+ -/* NetworkManager - * +/* * Copyright 2010 - 2017 Red Hat, Inc. */ diff --git a/clients/common/nm-meta-setting-desc.c b/clients/common/nm-meta-setting-desc.c index 40faa485ed..5b37676685 100644 --- a/clients/common/nm-meta-setting-desc.c +++ b/clients/common/nm-meta-setting-desc.c @@ -1,6 +1,5 @@ // SPDX-License-Identifier: GPL-2.0+ -/* nmcli - command-line tool to control NetworkManager - * +/* * Copyright 2010 - 2018 Red Hat, Inc. */ diff --git a/clients/common/nm-meta-setting-desc.h b/clients/common/nm-meta-setting-desc.h index 2f184e4945..b5ed54b613 100644 --- a/clients/common/nm-meta-setting-desc.h +++ b/clients/common/nm-meta-setting-desc.h @@ -1,6 +1,5 @@ // SPDX-License-Identifier: GPL-2.0+ -/* nmcli - command-line tool to control NetworkManager - * +/* * Copyright 2010 - 2018 Red Hat, Inc. */ diff --git a/clients/nm-online.c b/clients/nm-online.c index cb1be8799c..de9c3794f0 100644 --- a/clients/nm-online.c +++ b/clients/nm-online.c @@ -2,7 +2,6 @@ /* * Copyright (C) 2006 - 2008 Novell, Inc. * Copyright (C) 2008 - 2014 Red Hat, Inc. - * */ /* |