diff options
Diffstat (limited to 'fs/sandbox/Makefile')
-rw-r--r-- | fs/sandbox/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/fs/sandbox/Makefile b/fs/sandbox/Makefile index ca238f6d7da..06090519bf4 100644 --- a/fs/sandbox/Makefile +++ b/fs/sandbox/Makefile @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0+ # # Copyright (c) 2012, Google Inc. # @@ -6,8 +7,5 @@ # # (C) Copyright 2003 # Pavel Bartusek, Sysgo Real-Time Solutions AG, pba@sysgo.de -# -# SPDX-License-Identifier: GPL-2.0+ -# obj-y := sandboxfs.o |