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:51 +0200 |
commit | c1d7c514f745628eb096c5cbb10737855879ae25 (patch) | |
tree | 4578d3b72fe558a1f30c21e0f951159f751b8736 /fs/btrfs/extent_io.c | |
parent | 9888c3402c8567a977de37f61e9dd87792723064 (diff) | |
download | linux-stable-c1d7c514f745628eb096c5cbb10737855879ae25.tar.gz linux-stable-c1d7c514f745628eb096c5cbb10737855879ae25.tar.bz2 linux-stable-c1d7c514f745628eb096c5cbb10737855879ae25.zip |
btrfs: replace GPL boilerplate by SPDX -- sources
Remove GPL boilerplate text (long, short, one-line) and keep the rest,
ie. personal, company or original source copyright statements. Add the
SPDX header.
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/extent_io.c')
-rw-r--r-- | fs/btrfs/extent_io.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/extent_io.c b/fs/btrfs/extent_io.c index 47a8fe9d22e8..fb32394fd830 100644 --- a/fs/btrfs/extent_io.c +++ b/fs/btrfs/extent_io.c @@ -1,4 +1,5 @@ // SPDX-License-Identifier: GPL-2.0 + #include <linux/bitops.h> #include <linux/slab.h> #include <linux/bio.h> |