From: Christoph Böhmwalder Date: Fri, 13 Jan 2023 12:35:31 +0000 (+0100) Subject: drbd: adjust drbd_limits license header X-Git-Tag: v6.3-rc1~146^2~109 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37800068673220326fcdf7f40ccf05ca54854585;p=thirdparty%2Fkernel%2Fstable.git drbd: adjust drbd_limits license header See also commit 93c68cc46a07 ("drbd: use consistent license"). We only want to license drbd under GPL-2.0, so use the corresponding SPDX header consistently. Signed-off-by: Christoph Böhmwalder Reviewed-by: Joel Colledge Link: https://lore.kernel.org/r/20230113123538.144276-2-christoph.boehmwalder@linbit.com Signed-off-by: Jens Axboe --- diff --git a/include/linux/drbd_limits.h b/include/linux/drbd_limits.h index 9e33f7038beaa..d64271ccece42 100644 --- a/include/linux/drbd_limits.h +++ b/include/linux/drbd_limits.h @@ -1,4 +1,4 @@ -/* SPDX-License-Identifier: GPL-2.0 */ +/* SPDX-License-Identifier: GPL-2.0-only */ /* drbd_limits.h This file is part of DRBD by Philipp Reisner and Lars Ellenberg.