X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fnios2-epcs.h;h=8c8f2385ee5d1ee0f8f1f45048ec172b9a6cfaee;hb=cdb23792e864153b0c2b943bf011f10c7ba190e1;hp=20e0c87c89f91ee556ce3574dd3c63f8a20b097e;hpb=281f69ede28cd3d8be5d62a96b5a0b73e6065858;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/nios2-epcs.h b/include/nios2-epcs.h index 20e0c87..8c8f238 100644 --- a/include/nios2-epcs.h +++ b/include/nios2-epcs.h @@ -2,23 +2,7 @@ * (C) Copyright 2004, Psyent Corporation * Scott McNutt * - * 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+ */ /************************************************************************* @@ -29,7 +13,7 @@ #define __NIOS2_EPCS_H__ typedef struct epcs_devinfo_t { - const char *name; /* Device name */ + const char *name; /* Device name */ unsigned char id; /* Device silicon id */ unsigned char size; /* Total size log2(bytes)*/ unsigned char num_sects; /* Number of sectors */