X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=common%2Fenv_embedded.c;h=1c4f915b79681da08dd38a5e5caf5d4ffa6068ee;hb=9f5f51540d0d6af03ff22f55b7afc3fda6a4120d;hp=52bc6873dd04f083ec1b094d5e6ec105a40503c5;hpb=c68436fa427a69ea308d74c410067507d6c7103b;p=karo-tx-uboot.git diff --git a/common/env_embedded.c b/common/env_embedded.c index 52bc6873dd..1c4f915b79 100644 --- a/common/env_embedded.c +++ b/common/env_embedded.c @@ -2,23 +2,7 @@ * (C) Copyright 2001 * Erik Theisen, Wave 7 Optics, etheisen@mindspring.com. * - * 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 __ASSEMBLY__