diff options
Diffstat (limited to 'board/emk')
| -rw-r--r-- | board/emk/common/am79c874.c | 18 | ||||
| -rw-r--r-- | board/emk/common/flash.c | 18 | ||||
| -rw-r--r-- | board/emk/common/vpd.c | 18 | ||||
| -rw-r--r-- | board/emk/top5200/Makefile | 18 | ||||
| -rw-r--r-- | board/emk/top5200/top5200.c | 18 | ||||
| -rw-r--r-- | board/emk/top860/Makefile | 18 | ||||
| -rw-r--r-- | board/emk/top860/top860.c | 18 | ||||
| -rw-r--r-- | board/emk/top860/u-boot.lds | 18 | ||||
| -rw-r--r-- | board/emk/top860/u-boot.lds.debug | 18 | ||||
| -rw-r--r-- | board/emk/top9000/Makefile | 18 | ||||
| -rw-r--r-- | board/emk/top9000/spi.c | 18 | ||||
| -rw-r--r-- | board/emk/top9000/top9000.c | 18 | 
12 files changed, 12 insertions, 204 deletions
| diff --git a/board/emk/common/am79c874.c b/board/emk/common/am79c874.c index 552813e02..b3840a222 100644 --- a/board/emk/common/am79c874.c +++ b/board/emk/common/am79c874.c @@ -2,23 +2,7 @@   * (C) Copyright 2003   * Reinhard Meyer, EMK Elektronik GmbH, r.meyer@emk-elektronik.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/emk/common/flash.c b/board/emk/common/flash.c index 8579cfaad..ae5777c79 100644 --- a/board/emk/common/flash.c +++ b/board/emk/common/flash.c @@ -5,23 +5,7 @@   * (C) Copyright 2003   * Reinhard Meyer, EMK Elektronik GmbH, r.meyer@emk-elektronik.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/emk/common/vpd.c b/board/emk/common/vpd.c index c2af21952..d9af92a52 100644 --- a/board/emk/common/vpd.c +++ b/board/emk/common/vpd.c @@ -2,23 +2,7 @@   * (C) Copyright 2003   * Reinhard Meyer, EMK Elektronik GmbH, r.meyer@emk-elektronik.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/emk/top5200/Makefile b/board/emk/top5200/Makefile index c546de546..4b15bb663 100644 --- a/board/emk/top5200/Makefile +++ b/board/emk/top5200/Makefile @@ -3,23 +3,7 @@  # (C) Copyright 2003-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/emk/top5200/top5200.c b/board/emk/top5200/top5200.c index 7efbcb089..8eaf7cbde 100644 --- a/board/emk/top5200/top5200.c +++ b/board/emk/top5200/top5200.c @@ -5,23 +5,7 @@   * (C) Copyright 2003   * Reinhard Meyer, EMK Elektronik GmbH, r.meyer@emk-elektronik.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/emk/top860/Makefile b/board/emk/top860/Makefile index 6b0a4fa90..a45f0ef26 100644 --- a/board/emk/top860/Makefile +++ b/board/emk/top860/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/emk/top860/top860.c b/board/emk/top860/top860.c index 4df7f0e24..c88ae75e9 100644 --- a/board/emk/top860/top860.c +++ b/board/emk/top860/top860.c @@ -12,23 +12,7 @@   * - ethernet io initialisation   *   * ----------------------------------------------------------------- - * 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/emk/top860/u-boot.lds b/board/emk/top860/u-boot.lds index e3f7d809b..79fcbf4ad 100644 --- a/board/emk/top860/u-boot.lds +++ b/board/emk/top860/u-boot.lds @@ -2,23 +2,7 @@   * (C) Copyright 2000-2010   * 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/emk/top860/u-boot.lds.debug b/board/emk/top860/u-boot.lds.debug index 704e8c91b..eec132d38 100644 --- a/board/emk/top860/u-boot.lds.debug +++ b/board/emk/top860/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) diff --git a/board/emk/top9000/Makefile b/board/emk/top9000/Makefile index ce766f2d2..3125164ca 100644 --- a/board/emk/top9000/Makefile +++ b/board/emk/top9000/Makefile @@ -5,23 +5,7 @@  # (C) Copyright 2010  # Reinhard Meyer, EMK Elektronik, reinhard.meyer@emk-elektronik.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/emk/top9000/spi.c b/board/emk/top9000/spi.c index b957986e1..afcd00bd5 100644 --- a/board/emk/top9000/spi.c +++ b/board/emk/top9000/spi.c @@ -2,23 +2,7 @@   * Copyright (C) 2010   * Reinhard Meyer, EMK Elektronik, reinhard.meyer@emk-elektronik.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/emk/top9000/top9000.c b/board/emk/top9000/top9000.c index 86a8d0b56..083e5e8df 100644 --- a/board/emk/top9000/top9000.c +++ b/board/emk/top9000/top9000.c @@ -6,23 +6,7 @@   * (C) Copyright 2010   * Reinhard Meyer, EMK Elektronik, reinhard.meyer@emk-elektronik.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> |