X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=drivers%2Fspi%2Fspi.c;h=ea39d1a1eea628fe54a8cd92dd05f23e34ea92fc;hb=571804086fe6c85c302db72b096cd6796a653e49;hp=cb36c5e6eb794f3591dd6bb4d67cc20465043271;hpb=8b906a9f0b3fd0d4421e08c4fa62f61a01289611;p=u-boot diff --git a/drivers/spi/spi.c b/drivers/spi/spi.c index cb36c5e6eb..ea39d1a1ee 100644 --- a/drivers/spi/spi.c +++ b/drivers/spi/spi.c @@ -1,20 +1,7 @@ /* * Copyright (c) 2011 The Chromium OS Authors. * - * 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+ */ #include