X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=include%2Finput.h;h=26e2ad700fe3163721639b03c6ab9f78d12fcc09;hb=HEAD;hp=e90bb0ba9c6c4505c90de44be5e4a37a68256ef0;hpb=f04821a8ca714459481bd9fd315af2b5f92d99a6;p=karo-tx-uboot.git diff --git a/include/input.h b/include/input.h index e90bb0ba9c..26e2ad700f 100644 --- a/include/input.h +++ b/include/input.h @@ -2,23 +2,8 @@ * Keyboard input helper functions (too small to be called a layer) * * Copyright (c) 2011 The Chromium OS Authors. - * See file CREDITS for list of people who contributed to this - * project. * - * This program 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. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, - * MA 02111-1307 USA + * SPDX-License-Identifier: GPL-2.0+ */ #ifndef _INPUT_H