diff --git a/drivers/xen/preempt.c b/drivers/xen/preempt.c index 08cb419eb4e63c90f30ea7cdb541d31c14da2391..8b9919c26095dfbb70ad648f53874312d87c4283 100644 --- a/drivers/xen/preempt.c +++ b/drivers/xen/preempt.c @@ -1,12 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Preemptible hypercalls * * Copyright (C) 2014 Citrix Systems R&D ltd. - * - * This source code is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of the - * License, or (at your option) any later version. */ #include <linux/sched.h>