diff options
Diffstat (limited to 'board/hymod')
| -rw-r--r-- | board/hymod/Makefile | 18 | ||||
| -rw-r--r-- | board/hymod/bsp.c | 18 | ||||
| -rw-r--r-- | board/hymod/config.mk | 18 | ||||
| -rw-r--r-- | board/hymod/eeprom.c | 18 | ||||
| -rw-r--r-- | board/hymod/env.c | 18 | ||||
| -rw-r--r-- | board/hymod/fetch.c | 18 | ||||
| -rw-r--r-- | board/hymod/flash.c | 18 | ||||
| -rw-r--r-- | board/hymod/flash.h | 18 | ||||
| -rw-r--r-- | board/hymod/global_env | 18 | ||||
| -rw-r--r-- | board/hymod/hymod.c | 18 | ||||
| -rw-r--r-- | board/hymod/hymod.h | 18 | ||||
| -rw-r--r-- | board/hymod/input.c | 18 | ||||
| -rw-r--r-- | board/hymod/u-boot.lds | 18 | ||||
| -rw-r--r-- | board/hymod/u-boot.lds.debug | 18 | 
14 files changed, 14 insertions, 238 deletions
| diff --git a/board/hymod/Makefile b/board/hymod/Makefile index 6b56f33ee..6e9f436ac 100644 --- a/board/hymod/Makefile +++ b/board/hymod/Makefile @@ -2,23 +2,7 @@  # (C) Copyright 2000-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/hymod/bsp.c b/board/hymod/bsp.c index cd9c4e207..e54640f2d 100644 --- a/board/hymod/bsp.c +++ b/board/hymod/bsp.c @@ -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+   *   * hacked for Hymod FPGA support by Murray.Jensen@csiro.au, 29-Jan-01   */ diff --git a/board/hymod/config.mk b/board/hymod/config.mk index ea6400486..abcd2d50a 100644 --- a/board/hymod/config.mk +++ b/board/hymod/config.mk @@ -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+  #  # diff --git a/board/hymod/eeprom.c b/board/hymod/eeprom.c index 4d48d7dbb..ffb0df197 100644 --- a/board/hymod/eeprom.c +++ b/board/hymod/eeprom.c @@ -2,23 +2,7 @@   * (C) Copyright 2001   * Murray Jensen, CSIRO-MIT, <Murray.Jensen@csiro.au>   * - * 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/hymod/env.c b/board/hymod/env.c index fde428d97..66c5115b2 100644 --- a/board/hymod/env.c +++ b/board/hymod/env.c @@ -2,23 +2,7 @@   * (C) Copyright 2003   * Murray Jensen, CSIRO-MIT, <Murray.Jensen@csiro.au>   * - * 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/hymod/fetch.c b/board/hymod/fetch.c index f5f9582e9..da9373ffb 100644 --- a/board/hymod/fetch.c +++ b/board/hymod/fetch.c @@ -2,23 +2,7 @@   * (C) Copyright 2001   * Murray Jensen, CSIRO-MIT, <Murray.Jensen@csiro.au>   * - * 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/hymod/flash.c b/board/hymod/flash.c index e2cf38c8e..02e519c69 100644 --- a/board/hymod/flash.c +++ b/board/hymod/flash.c @@ -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+   *   * Hacked for the Hymod board by Murray.Jensen@csiro.au, 20-Oct-00   */ diff --git a/board/hymod/flash.h b/board/hymod/flash.h index ee047fe6e..6ea282341 100644 --- a/board/hymod/flash.h +++ b/board/hymod/flash.h @@ -2,23 +2,7 @@   * (C) Copyright 2000   * Murray Jensen, CSIRO-MIT, <Murray.Jensen@csiro.au>   * - * 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+   */  /*************** DEFINES for Intel StrataFlash FLASH chip ********************/ diff --git a/board/hymod/global_env b/board/hymod/global_env index f61d0807d..ac12fd7f1 100644 --- a/board/hymod/global_env +++ b/board/hymod/global_env @@ -3,23 +3,7 @@  # (C) Copyright 2001  # Murray Jensen, CSIRO-MIT, <Murray.Jensen@csiro.au>  # -# 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+  #  # global_env diff --git a/board/hymod/hymod.c b/board/hymod/hymod.c index 4aa37cd16..5fec914f5 100644 --- a/board/hymod/hymod.c +++ b/board/hymod/hymod.c @@ -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+   *   * Hacked for the Hymod board by Murray.Jensen@csiro.au, 20-Oct-00   */ diff --git a/board/hymod/hymod.h b/board/hymod/hymod.h index 9d8d66271..2c58bfb6e 100644 --- a/board/hymod/hymod.h +++ b/board/hymod/hymod.h @@ -2,23 +2,7 @@   * (C) Copyright 2001   * Murray Jensen, CSIRO-MIT, <Murray.Jensen@csiro.au>   * - * 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 _HYMOD_H_ diff --git a/board/hymod/input.c b/board/hymod/input.c index 0a58015bc..184902cde 100644 --- a/board/hymod/input.c +++ b/board/hymod/input.c @@ -2,23 +2,7 @@   * (C) Copyright 2003   * Murray Jensen, CSIRO-MIT, <Murray.Jensen@csiro.au>   * - * 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/hymod/u-boot.lds b/board/hymod/u-boot.lds index 5d1c2ad3c..1dfd2b20f 100644 --- a/board/hymod/u-boot.lds +++ b/board/hymod/u-boot.lds @@ -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+   */  OUTPUT_ARCH(powerpc) diff --git a/board/hymod/u-boot.lds.debug b/board/hymod/u-boot.lds.debug index 40f17e9d5..b9c84c77d 100644 --- a/board/hymod/u-boot.lds.debug +++ b/board/hymod/u-boot.lds.debug @@ -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+   */  OUTPUT_ARCH(powerpc) |