All headers and source in iproute2 should be using SPDX license info. Add a couple that were missed, and take off boilerplate. Acked-by: Daniel Borkmann <daniel@iogearbox.net> Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
8 lines
146 B
C
8 lines
146 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
#ifndef __CG_MAP_H__
|
|
#define __CG_MAP_H__
|
|
|
|
const char *cg_id_to_path(__u64 id);
|
|
|
|
#endif /* __CG_MAP_H__ */
|