X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=include%2Fbouncebuf.h;h=5ffa99bc131f8b69be7fabf6e8377d992e3265d0;hb=24ec4dbd5a59630f8d0ede2aad560d1336e31fdd;hp=707b588c733c06d936a0a2fa517b9c4fad47095a;hpb=a86fcff69519841aa1338efb1ace37ca77c16c35;p=karo-tx-uboot.git diff --git a/include/bouncebuf.h b/include/bouncebuf.h index 707b588c73..5ffa99bc13 100644 --- a/include/bouncebuf.h +++ b/include/bouncebuf.h @@ -3,23 +3,7 @@ * * Copyright (C) 2012 Marek Vasut * - * 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 __INCLUDE_BOUNCEBUF_H__