From: Huang Jianan <[email protected]> Signed-off-by: Huang Jianan <[email protected]> --- fuse/macosx.h | 1 + include/erofs/block_list.h | 2 +- include/erofs/xattr.h | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/fuse/macosx.h b/fuse/macosx.h index 372eba6..81ac47f 100644 --- a/fuse/macosx.h +++ b/fuse/macosx.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ #ifdef __APPLE__ #undef LIST_HEAD #endif diff --git a/include/erofs/block_list.h b/include/erofs/block_list.h index 5127b23..fca476a 100644 --- a/include/erofs/block_list.h +++ b/include/erofs/block_list.h @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: GPL-2.0+ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (C), 2021, Coolpad Group Limited. * Created by Yue Hu <[email protected]> diff --git a/include/erofs/xattr.h b/include/erofs/xattr.h index 5086b54..f0c4c26 100644 --- a/include/erofs/xattr.h +++ b/include/erofs/xattr.h @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: GPL-2.0+ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * Originally contributed by an anonymous person, * heavily changed by Li Guifu <[email protected]> -- 2.25.1
