Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

arch/x86/kvm/ioapic: Remove license boilerplate with bad FSF address

The Free Software Foundation does not reside in "59 Temple Place"
anymore, so we should not mention that address in the source code here.
But instead of updating the address to their current location, let's
rather drop the license boilerplate text here and use a proper SPDX
license identifier instead. The text talks about the "GNU *Lesser*
General Public License" and "any later version", so LGPL-2.1+ is the
right choice here.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Link: https://lore.kernel.org/r/20250728152843.310260-1-thuth@redhat.com
Signed-off-by: Sean Christopherson <seanjc@google.com>

authored by

Thomas Huth and committed by
Sean Christopherson
49be82d4 0910dd7c

+1 -14
+1 -14
arch/x86/kvm/ioapic.c
··· 1 + // SPDX-License-Identifier: LGPL-2.1-or-later 1 2 /* 2 3 * Copyright (C) 2001 MandrakeSoft S.A. 3 4 * Copyright 2010 Red Hat, Inc. and/or its affiliates. ··· 8 7 * 75002 Paris - France 9 8 * http://www.linux-mandrake.com/ 10 9 * http://www.mandrakesoft.com/ 11 - * 12 - * This library is free software; you can redistribute it and/or 13 - * modify it under the terms of the GNU Lesser General Public 14 - * License as published by the Free Software Foundation; either 15 - * version 2 of the License, or (at your option) any later version. 16 - * 17 - * This library is distributed in the hope that it will be useful, 18 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 20 - * Lesser General Public License for more details. 21 - * 22 - * You should have received a copy of the GNU Lesser General Public 23 - * License along with this library; if not, write to the Free Software 24 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 25 10 * 26 11 * Yunhong Jiang <yunhong.jiang@intel.com> 27 12 * Yaozu (Eddie) Dong <eddie.dong@intel.com>