diff options
author | David Sterba <dsterba@suse.com> | 2018-04-03 19:16:55 +0200 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2018-04-12 16:29:46 +0200 |
commit | 9888c3402c8567a977de37f61e9dd87792723064 (patch) | |
tree | fee4ddbd585f4996612dcf8e93088ec2901fe490 /fs/btrfs/ulist.h | |
parent | 471d557afed155b85da237ec46c549f443eeb5de (diff) |
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/ulist.h')
-rw-r--r-- | fs/btrfs/ulist.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/fs/btrfs/ulist.h b/fs/btrfs/ulist.h index 53c913632733..02fda0a2d4ce 100644 --- a/fs/btrfs/ulist.h +++ b/fs/btrfs/ulist.h @@ -1,12 +1,11 @@ +/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2011 STRATO AG * written by Arne Jansen <sensille@gmx.net> - * Distributed under the GNU GPL license version 2. - * */ -#ifndef __ULIST__ -#define __ULIST__ +#ifndef BTRFS_ULIST_H +#define BTRFS_ULIST_H #include <linux/list.h> #include <linux/rbtree.h> |