diff options
author | Thomas Haller <thaller@redhat.com> | 2020-09-29 16:42:22 +0200 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2020-09-29 16:50:53 +0200 |
commit | 88071abb4355a7f680d87277272d2ba34a235a9b (patch) | |
tree | bc9ebd79880e341410162635ad3fc831ca771f89 /libnm-core/nm-setting-vpn.c | |
parent | 36b761fcaa958f5678ae057a80c99351f0082f5f (diff) | |
download | NetworkManager-88071abb4355a7f680d87277272d2ba34a235a9b.tar.gz |
all: unify comment style for SPDX-License-Identifier tag
Our coding style recommends C style comments (/* */) instead of C++
(//). Also, systemd (which we partly fork) uses C style comments for
the SPDX-License-Identifier.
Unify the style.
$ sed -i '1 s#// SPDX-License-Identifier: \([^ ]\+\)$#/* SPDX-License-Identifier: \1 */#' -- $(git ls-files -- '*.[hc]' '*.[hc]pp')
Diffstat (limited to 'libnm-core/nm-setting-vpn.c')
-rw-r--r-- | libnm-core/nm-setting-vpn.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libnm-core/nm-setting-vpn.c b/libnm-core/nm-setting-vpn.c index 6aba1f073f..e926c65dae 100644 --- a/libnm-core/nm-setting-vpn.c +++ b/libnm-core/nm-setting-vpn.c @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: LGPL-2.1+ +/* SPDX-License-Identifier: LGPL-2.1+ */ /* * Copyright (C) 2007 - 2013 Red Hat, Inc. * Copyright (C) 2007 - 2008 Novell, Inc. |