diff options
Diffstat (limited to 'board/mpl/common')
| -rw-r--r-- | board/mpl/common/common_util.c | 19 | ||||
| -rw-r--r-- | board/mpl/common/common_util.h | 19 | ||||
| -rw-r--r-- | board/mpl/common/isa.c | 19 | ||||
| -rw-r--r-- | board/mpl/common/isa.h | 18 | ||||
| -rw-r--r-- | board/mpl/common/kbd.c | 21 | ||||
| -rw-r--r-- | board/mpl/common/kbd.h | 19 | ||||
| -rw-r--r-- | board/mpl/common/pci_parts.h | 19 | ||||
| -rw-r--r-- | board/mpl/common/piix4_pci.h | 18 | ||||
| -rw-r--r-- | board/mpl/common/usb_uhci.c | 20 | ||||
| -rw-r--r-- | board/mpl/common/usb_uhci.h | 19 | 
10 files changed, 10 insertions, 181 deletions
| diff --git a/board/mpl/common/common_util.c b/board/mpl/common/common_util.c index a61a98cf7..6b96bd526 100644 --- a/board/mpl/common/common_util.c +++ b/board/mpl/common/common_util.c @@ -2,24 +2,7 @@   * (C) Copyright 2001   * Denis Peter, MPL AG Switzerland, d.peter@mpl.ch   * - * 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/mpl/common/common_util.h b/board/mpl/common/common_util.h index a0ea23974..e81ee35eb 100644 --- a/board/mpl/common/common_util.h +++ b/board/mpl/common/common_util.h @@ -2,24 +2,7 @@   * (C) Copyright 2001   * Denis Peter, MPL AG Switzerland, d.peter@mpl.ch   * - * 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 _COMMON_UTIL_H_  #define _COMMON_UTIL_H_ diff --git a/board/mpl/common/isa.c b/board/mpl/common/isa.c index 66724edf5..54ec66bd4 100644 --- a/board/mpl/common/isa.c +++ b/board/mpl/common/isa.c @@ -2,24 +2,7 @@   * (C) Copyright 2001   * Denis Peter, MPL AG Switzerland   * - * 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+   *   * TODO: clean-up   */ diff --git a/board/mpl/common/isa.h b/board/mpl/common/isa.h index 28ed21915..c706d679c 100644 --- a/board/mpl/common/isa.h +++ b/board/mpl/common/isa.h @@ -2,23 +2,7 @@   * (C) Copyright 2001   * Denis Peter, MPL AG Switzerland, d.peter@mpl.ch   * - * 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 _ISA_H_ diff --git a/board/mpl/common/kbd.c b/board/mpl/common/kbd.c index b0a962023..1b5487b14 100644 --- a/board/mpl/common/kbd.c +++ b/board/mpl/common/kbd.c @@ -2,29 +2,10 @@   * (C) Copyright 2001   * Denis Peter, MPL AG Switzerland, d.peter@mpl.ch   * - * 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+   *   * Source partly derived from:   * linux/drivers/char/pc_keyb.c - * - *   */  #include <common.h>  #include <asm/processor.h> diff --git a/board/mpl/common/kbd.h b/board/mpl/common/kbd.h index 229ba615f..7b19b3725 100644 --- a/board/mpl/common/kbd.h +++ b/board/mpl/common/kbd.h @@ -2,24 +2,7 @@   * (C) Copyright 2001   * Denis Peter, MPL AG Switzerland, d.peter@mpl.ch   * - * 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 _KBD_H_ diff --git a/board/mpl/common/pci_parts.h b/board/mpl/common/pci_parts.h index 65d18a654..4193e9233 100644 --- a/board/mpl/common/pci_parts.h +++ b/board/mpl/common/pci_parts.h @@ -2,24 +2,7 @@   * (C) Copyright 2001   * Denis Peter, MPL AG Switzerland, d.peter@mpl.ch   * - * 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 _PCI_PARTS_H_  #define _PCI_PARTS_H_ diff --git a/board/mpl/common/piix4_pci.h b/board/mpl/common/piix4_pci.h index 0ff802e74..c19b64e0c 100644 --- a/board/mpl/common/piix4_pci.h +++ b/board/mpl/common/piix4_pci.h @@ -2,23 +2,7 @@   * (C) Copyright 2001   * Denis Peter, MPL AG Switzerland, d.peter@mpl.ch   * - * 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/mpl/common/usb_uhci.c b/board/mpl/common/usb_uhci.c index 254f263ca..ff7ce828c 100644 --- a/board/mpl/common/usb_uhci.c +++ b/board/mpl/common/usb_uhci.c @@ -21,25 +21,7 @@   * Adapted for U-Boot:   * (C) Copyright 2001 Denis Peter, MPL AG Switzerland   * - * 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/mpl/common/usb_uhci.h b/board/mpl/common/usb_uhci.h index af8083751..582015f91 100644 --- a/board/mpl/common/usb_uhci.h +++ b/board/mpl/common/usb_uhci.h @@ -2,26 +2,9 @@   * (C) Copyright 2001   * Denis Peter, MPL AG Switzerland   * - * 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+   *   * Note: Part of this code has been derived from linux - *   */  #ifndef _USB_UHCI_H_  #define _USB_UHCI_H_ |