diff options
author | Thomas Haller <thaller@redhat.com> | 2019-09-25 13:13:40 +0200 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2019-09-30 18:05:50 +0200 |
commit | f3165395b062d84fd50c31961b0e88468f70275d (patch) | |
tree | fcef873d6560e4330e66c35b7d5c80847a0e800a /clients/cli | |
parent | 450b23d70f1124849ba44b3f72b7efa67084b1c0 (diff) | |
download | NetworkManager-th/cleanup-file-header-comments.tar.gz |
all: manually drop code comments with file descriptionth/cleanup-file-header-comments
Diffstat (limited to 'clients/cli')
-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 |
18 files changed, 14 insertions, 41 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. */ |