diff mbox

[U-Boot] powerpc/ppc4xx: Convert new gdsys files to SPDX license tags

Message ID 1374867242-22947-1-git-send-email-trini@ti.com
State Accepted
Delegated to: Tom Rini
Headers show

Commit Message

Tom Rini July 26, 2013, 7:34 p.m. UTC
Signed-off-by: Tom Rini <trini@ti.com>
---
 board/gdsys/common/dp501.c  |   18 +-----------------
 board/gdsys/common/fpga.c   |   18 +-----------------
 board/gdsys/common/mclink.c |   18 +-----------------
 board/gdsys/common/mclink.h |   18 +-----------------
 common/cmd_fpgad.c          |   18 +-----------------
 5 files changed, 5 insertions(+), 85 deletions(-)

Comments

Tom Rini July 26, 2013, 11:16 p.m. UTC | #1
On Fri, Jul 26, 2013 at 03:34:02PM -0400, Tom Rini wrote:

> Signed-off-by: Tom Rini <trini@ti.com>
> ---
>  board/gdsys/common/dp501.c  |   18 +-----------------
>  board/gdsys/common/fpga.c   |   18 +-----------------
>  board/gdsys/common/mclink.c |   18 +-----------------
>  board/gdsys/common/mclink.h |   18 +-----------------
>  common/cmd_fpgad.c          |   18 +-----------------
>  5 files changed, 5 insertions(+), 85 deletions(-)

Applied to u-boot/master.
Stefan Roese July 29, 2013, 6:14 a.m. UTC | #2
Hi Tom,

On 07/26/2013 09:34 PM, Tom Rini wrote:
> Signed-off-by: Tom Rini <trini@ti.com>
> ---
>  board/gdsys/common/dp501.c  |   18 +-----------------
>  board/gdsys/common/fpga.c   |   18 +-----------------
>  board/gdsys/common/mclink.c |   18 +-----------------
>  board/gdsys/common/mclink.h |   18 +-----------------
>  common/cmd_fpgad.c          |   18 +-----------------
>  5 files changed, 5 insertions(+), 85 deletions(-)

Ah, sorry. I missed those. Will you apply this patch directly or should
I send a pull-request?

Thanks,
Stefan
Tom Rini July 29, 2013, 12:33 p.m. UTC | #3
On Mon, Jul 29, 2013 at 08:14:19AM +0200, Stefan Roese wrote:
> Hi Tom,
> 
> On 07/26/2013 09:34 PM, Tom Rini wrote:
> > Signed-off-by: Tom Rini <trini@ti.com>
> > ---
> >  board/gdsys/common/dp501.c  |   18 +-----------------
> >  board/gdsys/common/fpga.c   |   18 +-----------------
> >  board/gdsys/common/mclink.c |   18 +-----------------
> >  board/gdsys/common/mclink.h |   18 +-----------------
> >  common/cmd_fpgad.c          |   18 +-----------------
> >  5 files changed, 5 insertions(+), 85 deletions(-)
> 
> Ah, sorry. I missed those. Will you apply this patch directly or should
> I send a pull-request?

Applied directly so we're good.  Thanks.
diff mbox

Patch

diff --git a/board/gdsys/common/dp501.c b/board/gdsys/common/dp501.c
index 9aa4e3f..52f3ea1 100644
--- a/board/gdsys/common/dp501.c
+++ b/board/gdsys/common/dp501.c
@@ -2,23 +2,7 @@ 
  * (C) Copyright 2012
  * Dirk Eibach,  Guntermann & Drunck GmbH, dirk.eibach@gdsys.cc
  *
- * 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+
  */
 
 /* Parade Technologies Inc. DP501 DisplayPort DVI/HDMI Transmitter */
diff --git a/board/gdsys/common/fpga.c b/board/gdsys/common/fpga.c
index e3af6cb..e10c105 100644
--- a/board/gdsys/common/fpga.c
+++ b/board/gdsys/common/fpga.c
@@ -2,23 +2,7 @@ 
  * (C) Copyright 2013
  * Dirk Eibach,  Guntermann & Drunck GmbH, eibach@gdsys.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+
  */
 
 #include <common.h>
diff --git a/board/gdsys/common/mclink.c b/board/gdsys/common/mclink.c
index e0382a3..9f230c9 100644
--- a/board/gdsys/common/mclink.c
+++ b/board/gdsys/common/mclink.c
@@ -2,23 +2,7 @@ 
  * (C) Copyright 2012
  * Dirk Eibach,  Guntermann & Drunck GmbH, dirk.eibach@gdsys.cc
  *
- * 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+
  */
 
 #include <common.h>
diff --git a/board/gdsys/common/mclink.h b/board/gdsys/common/mclink.h
index 47a62b4..febd46a 100644
--- a/board/gdsys/common/mclink.h
+++ b/board/gdsys/common/mclink.h
@@ -2,23 +2,7 @@ 
  * (C) Copyright 2012
  * Dirk Eibach,  Guntermann & Drunck GmbH, dirk.eibach@gdsys.cc
  *
- * 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 _MCLINK_H_
diff --git a/common/cmd_fpgad.c b/common/cmd_fpgad.c
index 07536ff..1b25ed8 100644
--- a/common/cmd_fpgad.c
+++ b/common/cmd_fpgad.c
@@ -6,23 +6,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+
  */
 
 #include <common.h>