diff options
author | David Sterba <dsterba@suse.com> | 2018-04-03 19:23:33 +0200 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2018-04-12 16:29:55 +0200 |
commit | 852eb3aeeaf65f175f15c7af6a31aeffc050d659 (patch) | |
tree | 153179f810e5b9040b5fbcc715d70f7e50173c2f /fs | |
parent | c1d7c514f745628eb096c5cbb10737855879ae25 (diff) | |
download | linux-852eb3aeeaf65f175f15c7af6a31aeffc050d659.tar.gz linux-852eb3aeeaf65f175f15c7af6a31aeffc050d659.tar.bz2 linux-852eb3aeeaf65f175f15c7af6a31aeffc050d659.zip |
btrfs: add SPDX header to Kconfig
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/btrfs/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/btrfs/Kconfig b/fs/btrfs/Kconfig index 167e5dc7eadd..23537bc8c827 100644 --- a/fs/btrfs/Kconfig +++ b/fs/btrfs/Kconfig @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: GPL-2.0 + config BTRFS_FS tristate "Btrfs filesystem support" select LIBCRC32C |