X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=disk%2Fpart_mac.h;h=7b754e16a97c0a063bedb45defde6559c2c2e199;hb=69a00875e3db178cfcb19ea8ab97c8927a11e593;hp=fb1edac561eb4ed8cff64b8192fbd9f661973929;hpb=c7de829c796978e519984df2f1c8cfcf921a39a4;p=u-boot diff --git a/disk/part_mac.h b/disk/part_mac.h index fb1edac561..7b754e16a9 100644 --- a/disk/part_mac.h +++ b/disk/part_mac.h @@ -2,23 +2,7 @@ * (C) Copyright 2000 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * - * 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+ */ /* @@ -90,7 +74,7 @@ typedef struct mac_partition { uchar processor[16]; /* Type of Processor */ __u16 part_pad[188]; /* reserved */ #ifdef CONFIG_ISO_PARTITION - uchar iso_dummy[2048];/* Reservere enough room for an ISO partition block to fit */ + uchar iso_dummy[2048];/* Reservere enough room for an ISO partition block to fit */ #endif } mac_partition_t;