diff options
Diffstat (limited to 'board/davinci/sonata')
| -rw-r--r-- | board/davinci/sonata/Makefile | 18 | ||||
| -rw-r--r-- | board/davinci/sonata/board_init.S | 15 | ||||
| -rw-r--r-- | board/davinci/sonata/sonata.c | 14 | 
3 files changed, 3 insertions, 44 deletions
| diff --git a/board/davinci/sonata/Makefile b/board/davinci/sonata/Makefile index 49897f986..870314a16 100644 --- a/board/davinci/sonata/Makefile +++ b/board/davinci/sonata/Makefile @@ -4,23 +4,7 @@  #  # Copyright (C) 2007 Sergey Kubushyn <ksi@koi8.net>  # -# 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/davinci/sonata/board_init.S b/board/davinci/sonata/board_init.S index 3e4c7a2c5..0a47ad5eb 100644 --- a/board/davinci/sonata/board_init.S +++ b/board/davinci/sonata/board_init.S @@ -9,20 +9,7 @@   * Sonata boards, AFAIK, don't use this so it's just return by default. Ask   * Visioneering if they reinvented the wheel once again to make sure :)   * - * 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 <config.h> diff --git a/board/davinci/sonata/sonata.c b/board/davinci/sonata/sonata.c index 55110fb27..aa0404124 100644 --- a/board/davinci/sonata/sonata.c +++ b/board/davinci/sonata/sonata.c @@ -8,19 +8,7 @@   * Copyright (C) 2004 Texas Instruments.   *   * ---------------------------------------------------------------------------- - * 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., 675 Mass Ave, Cambridge, MA 02139, USA. + * SPDX-License-Identifier:	GPL-2.0+   * ----------------------------------------------------------------------------   */ |