diff options
Diffstat (limited to 'board/mousse')
| -rw-r--r-- | board/mousse/Makefile | 18 | ||||
| -rw-r--r-- | board/mousse/flash.c | 18 | ||||
| -rw-r--r-- | board/mousse/m48t59y.c | 18 | ||||
| -rw-r--r-- | board/mousse/m48t59y.h | 18 | ||||
| -rw-r--r-- | board/mousse/mousse.c | 18 | ||||
| -rw-r--r-- | board/mousse/mousse.h | 18 | ||||
| -rw-r--r-- | board/mousse/pci.c | 18 | ||||
| -rw-r--r-- | board/mousse/u-boot.lds | 18 | ||||
| -rw-r--r-- | board/mousse/u-boot.lds.ram | 18 | ||||
| -rw-r--r-- | board/mousse/u-boot.lds.rom | 18 | 
10 files changed, 10 insertions, 170 deletions
| diff --git a/board/mousse/Makefile b/board/mousse/Makefile index 346f779e1..9566cc86b 100644 --- a/board/mousse/Makefile +++ b/board/mousse/Makefile @@ -3,23 +3,7 @@  # (C) Copyright 2001-2006  # 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 $(TOPDIR)/config.mk diff --git a/board/mousse/flash.c b/board/mousse/flash.c index 5f60c8dfe..acedcb1aa 100644 --- a/board/mousse/flash.c +++ b/board/mousse/flash.c @@ -12,23 +12,7 @@   * (C) Copyright 1999, by Curt McDowell, 08-06-99, Broadcom Corp.   * (C) Copyright 2001, James Dougherty, 07/18/01, Broadcom Corp.   * - * 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/mousse/m48t59y.c b/board/mousse/m48t59y.c index beb26fe2d..9a70dbeab 100644 --- a/board/mousse/m48t59y.c +++ b/board/mousse/m48t59y.c @@ -8,23 +8,7 @@   *   * (C) Copyright 2001, James Dougherty, 07/18/01, Broadcom Corp.   * - * 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+   */  /* diff --git a/board/mousse/m48t59y.h b/board/mousse/m48t59y.h index 717300d95..2c7c092d1 100644 --- a/board/mousse/m48t59y.h +++ b/board/mousse/m48t59y.h @@ -8,23 +8,7 @@   *   * (C) Copyright 2001, James Dougherty, 07/18/01, Broadcom Corp.   * - * 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 __M48_T59_Y_H diff --git a/board/mousse/mousse.c b/board/mousse/mousse.c index bd8d1c6f0..e1724e657 100644 --- a/board/mousse/mousse.c +++ b/board/mousse/mousse.c @@ -7,23 +7,7 @@   * (C) Copyright 2001   * James Dougherty, jfd@cs.stanford.edu   * - * 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/mousse/mousse.h b/board/mousse/mousse.h index 10a0062a8..7802ab9d7 100644 --- a/board/mousse/mousse.h +++ b/board/mousse/mousse.h @@ -8,23 +8,7 @@   * (C) Copyright 2001   * James Dougherty (jfd@cs.stanford.edu)   * - * 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 __MOUSSE_H diff --git a/board/mousse/pci.c b/board/mousse/pci.c index 4f393984c..a64144b13 100644 --- a/board/mousse/pci.c +++ b/board/mousse/pci.c @@ -6,23 +6,7 @@   * (C) Copyright 2001   * James Dougherty (jfd@cs.stanford.edu)   * - * 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+   */  /* diff --git a/board/mousse/u-boot.lds b/board/mousse/u-boot.lds index 17ff94e5d..f49161c67 100644 --- a/board/mousse/u-boot.lds +++ b/board/mousse/u-boot.lds @@ -2,23 +2,7 @@   * (C) Copyright 2001   * 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+   */  OUTPUT_ARCH(powerpc) diff --git a/board/mousse/u-boot.lds.ram b/board/mousse/u-boot.lds.ram index 2055429b4..c0281311c 100644 --- a/board/mousse/u-boot.lds.ram +++ b/board/mousse/u-boot.lds.ram @@ -2,23 +2,7 @@   * (C) Copyright 2000   * Rob Taylor, Flying Pig Systems Ltd. robt@flyingpig.com   * - * 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+   */  OUTPUT_ARCH(powerpc) diff --git a/board/mousse/u-boot.lds.rom b/board/mousse/u-boot.lds.rom index 3c7c544a5..f162ae365 100644 --- a/board/mousse/u-boot.lds.rom +++ b/board/mousse/u-boot.lds.rom @@ -2,23 +2,7 @@   * (C) Copyright 2001   * 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+   */  OUTPUT_ARCH(powerpc) |