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/ulist.c | |
parent | 9888c3402c8567a977de37f61e9dd87792723064 (diff) | |
download | linux-c1d7c514f745628eb096c5cbb10737855879ae25.tar.bz2 |
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/ulist.c')
-rw-r--r-- | fs/btrfs/ulist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/ulist.c b/fs/btrfs/ulist.c index d8edf164f81c..3374c9e9be67 100644 --- a/fs/btrfs/ulist.c +++ b/fs/btrfs/ulist.c @@ -1,7 +1,7 @@ +// 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. */ #include <linux/slab.h> |