X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=drivers%2Finput%2Finput.c;h=7f3c5fcb9ed6e6b4a618601dd41efa8b0dbdbe60;hb=420dc733f980246f2179e0144f9cedab9ad4a91e;hp=3304aaaffe87df323c758c0dc645b1f34a3d3fd4;hpb=2923b27e54242acf27fd16b299e102117c82f52f;p=linux.git diff --git a/drivers/input/input.c b/drivers/input/input.c index 3304aaaffe87..7f3c5fcb9ed6 100644 --- a/drivers/input/input.c +++ b/drivers/input/input.c @@ -1,14 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0-only /* * The input core * * Copyright (c) 1999-2002 Vojtech Pavlik */ -/* - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published by - * the Free Software Foundation. - */ #define pr_fmt(fmt) KBUILD_BASENAME ": " fmt