X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fspd.h;h=2bcf46de6dfbc33bfefb99dc6aed54c67dec9781;hb=84897408c688e3d3962e8cd7e92f3ad99c17005d;hp=acbc1e1e3da8aefffea99ef7cb3408d5dd62b394;hpb=a720fd99b614ba36293565771bcd19799bc53959;p=oweals%2Fu-boot.git diff --git a/include/spd.h b/include/spd.h index acbc1e1e3d..2bcf46de6d 100644 --- a/include/spd.h +++ b/include/spd.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (C) 2003 Arabella Software Ltd. * Yuli Barcohen @@ -5,20 +6,6 @@ * Serial Presence Detect (SPD) EEPROM format according to the * Intel's PC SDRAM Serial Presence Detect (SPD) Specification, * revision 1.2B, November 1999 - * - * 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., 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifndef _SPD_H_ @@ -103,6 +90,4 @@ typedef struct spd_eeprom_s { #define SPD_MEMTYPE_DDR (0x07) #define SPD_MEMTYPE_DDR2 (0x08) - #endif /* _SPD_H_ */ -