kernel/lib/btree.c
.. .. @@ -1,12 +1,10 @@ 1 +// SPDX-License-Identifier: GPL-2.0-only1 2 /* 2 3 * lib/btree.c - Simple In-memory B+Tree 3 - *4 - * As should be obvious for Linux kernel code, license is GPLv25 4 * 6 5 * Copyright (c) 2007-2008 Joern Engel <joern@purestorage.com> 7 6 * Bits and pieces stolen from Peter Zijlstra's code, which is 8 7 * Copyright 2007, Red Hat Inc. Peter Zijlstra 9 - * GPLv210 8 * 11 9 * see http://programming.kicks-ass.net/kernel-patches/vma_lookup/btree.patch 12 10 *