From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Wed, 31 Jul 2013 21:41:09 +0200 Subject: [U-Boot] [PATCH 06/11] ARM: mxs: Add SanDisk Sansa Fuze+ board In-Reply-To: <20130731193221.70E24380490@gemini.denx.de> References: <1375220281-11132-1-git-send-email-marex@denx.de> <1375220281-11132-7-git-send-email-marex@denx.de> <20130731193221.70E24380490@gemini.denx.de> Message-ID: <201307312141.09401.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Wolfgang Denk, > Dear Marek Vasut, > > In message <1375220281-11132-7-git-send-email-marex@denx.de> you wrote: > > diff --git a/board/sandisk/sansa_fuze_plus/Makefile > > b/board/sandisk/sansa_fuze_plus/Makefile new file mode 100644 > > index 0000000..5e46e4c > > --- /dev/null > > +++ b/board/sandisk/sansa_fuze_plus/Makefile > > @@ -0,0 +1,47 @@ > > +# > > +# (C) Copyright 2000-2006 > > +# Wolfgang Denk, DENX Software Engineering, wd at 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 > > Please fix the whole series to use SPDX License IDs instead. Fixed Best regards, Marek Vasut