diff options
Diffstat (limited to 'board/matrix_vision/mergerbox')
| -rw-r--r-- | board/matrix_vision/mergerbox/Makefile | 18 | ||||
| -rw-r--r-- | board/matrix_vision/mergerbox/fpga.c | 19 | ||||
| -rw-r--r-- | board/matrix_vision/mergerbox/fpga.h | 19 | ||||
| -rw-r--r-- | board/matrix_vision/mergerbox/mergerbox.c | 8 | ||||
| -rw-r--r-- | board/matrix_vision/mergerbox/mergerbox.h | 8 | ||||
| -rw-r--r-- | board/matrix_vision/mergerbox/pci.c | 8 | ||||
| -rw-r--r-- | board/matrix_vision/mergerbox/sm107.c | 8 | 
7 files changed, 7 insertions, 81 deletions
| diff --git a/board/matrix_vision/mergerbox/Makefile b/board/matrix_vision/mergerbox/Makefile index 3836b1b0a..4df8ce20f 100644 --- a/board/matrix_vision/mergerbox/Makefile +++ b/board/matrix_vision/mergerbox/Makefile @@ -2,23 +2,7 @@  # (C) Copyright 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/matrix_vision/mergerbox/fpga.c b/board/matrix_vision/mergerbox/fpga.c index 021e9c4b1..57552c1ae 100644 --- a/board/matrix_vision/mergerbox/fpga.c +++ b/board/matrix_vision/mergerbox/fpga.c @@ -6,24 +6,7 @@   * (C) Copyright 2011   * Andre Schwarz, Matrix Vision GmbH, andre.schwarz@matrix-vision.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/matrix_vision/mergerbox/fpga.h b/board/matrix_vision/mergerbox/fpga.h index 89f879a55..dbe9bff25 100644 --- a/board/matrix_vision/mergerbox/fpga.h +++ b/board/matrix_vision/mergerbox/fpga.h @@ -1,22 +1,5 @@  /* - * 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+   */  extern int mergerbox_init_fpga(void); diff --git a/board/matrix_vision/mergerbox/mergerbox.c b/board/matrix_vision/mergerbox/mergerbox.c index 8616205af..5c891d128 100644 --- a/board/matrix_vision/mergerbox/mergerbox.c +++ b/board/matrix_vision/mergerbox/mergerbox.c @@ -4,13 +4,7 @@   * Copyright (C) 2011 Matrix Vision GmbH   * Andre Schwarz <andre.schwarz@matrix-vision.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. + * SPDX-License-Identifier:	GPL-2.0+   */  #include <common.h> diff --git a/board/matrix_vision/mergerbox/mergerbox.h b/board/matrix_vision/mergerbox/mergerbox.h index d666d071f..53eab28f3 100644 --- a/board/matrix_vision/mergerbox/mergerbox.h +++ b/board/matrix_vision/mergerbox/mergerbox.h @@ -2,13 +2,7 @@   * Copyright (C) 2011 Matrix Vision GmbH   * Andre Schwarz <andre.schwarz@matrix-vision.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. + * SPDX-License-Identifier:	GPL-2.0+   */  #ifndef __MERGERBOX_H__ diff --git a/board/matrix_vision/mergerbox/pci.c b/board/matrix_vision/mergerbox/pci.c index 8bc834270..480f3ed38 100644 --- a/board/matrix_vision/mergerbox/pci.c +++ b/board/matrix_vision/mergerbox/pci.c @@ -4,13 +4,7 @@   * Copyright (C) 2011 Matrix Vision GmbH   * Andre Schwarz <andre.schwarz@matrix-vision.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. + * SPDX-License-Identifier:	GPL-2.0+   */  #include <common.h> diff --git a/board/matrix_vision/mergerbox/sm107.c b/board/matrix_vision/mergerbox/sm107.c index db716b29b..d24f92626 100644 --- a/board/matrix_vision/mergerbox/sm107.c +++ b/board/matrix_vision/mergerbox/sm107.c @@ -2,13 +2,7 @@   * Copyright (C) 2011 Matrix Vision GmbH   * Andre Schwarz <andre.schwarz@matrix-vision.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. + * SPDX-License-Identifier:	GPL-2.0+   */  #include <common.h> |