VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   57 Tags
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 parent: 9888c3402c8567a977de37f61e9dd87792723064
Commit Summary:
btrfs: replace GPL boilerplate by SPDX -- sources
Diffstat:
1 file changed, 1 insertion, 1 deletion
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>