From c1d7c514f745628eb096c5cbb10737855879ae25 Mon Sep 17 00:00:00 2001 From: David Sterba Date: Tue, 3 Apr 2018 19:23:33 +0200 Subject: 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 --- fs/btrfs/ulist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fs/btrfs/ulist.c') 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 - * Distributed under the GNU GPL license version 2. */ #include -- cgit v1.2.3-73-gaa49b