diff options
author | David Sterba <dsterba@suse.com> | 2018-04-03 20:16:55 +0300 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2018-04-12 17:29:46 +0300 |
commit | 9888c3402c8567a977de37f61e9dd87792723064 (patch) | |
tree | fee4ddbd585f4996612dcf8e93088ec2901fe490 /fs/btrfs/export.h | |
parent | 471d557afed155b85da237ec46c549f443eeb5de (diff) | |
download | linux-9888c3402c8567a977de37f61e9dd87792723064.tar.xz |
btrfs: replace GPL boilerplate by SPDX -- headers
Remove GPL boilerplate text (long, short, one-line) and keep the rest,
ie. personal, company or original source copyright statements. Add the
SPDX header.
Unify the include protection macros to match the file names.
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/export.h')
-rw-r--r-- | fs/btrfs/export.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/export.h b/fs/btrfs/export.h index 91b3908e7c54..57488ecd7d4e 100644 --- a/fs/btrfs/export.h +++ b/fs/btrfs/export.h @@ -1,4 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0 */ + #ifndef BTRFS_EXPORT_H #define BTRFS_EXPORT_H |