diff options
Diffstat (limited to 'arch/avr32/lib')
| -rw-r--r-- | arch/avr32/lib/Makefile | 18 | ||||
| -rw-r--r-- | arch/avr32/lib/board.c | 18 | ||||
| -rw-r--r-- | arch/avr32/lib/bootm.c | 18 | ||||
| -rw-r--r-- | arch/avr32/lib/interrupts.c | 18 | ||||
| -rw-r--r-- | arch/avr32/lib/memset.S | 18 | 
5 files changed, 5 insertions, 85 deletions
| diff --git a/arch/avr32/lib/Makefile b/arch/avr32/lib/Makefile index fce8af3f2..d5245d32f 100644 --- a/arch/avr32/lib/Makefile +++ b/arch/avr32/lib/Makefile @@ -4,23 +4,7 @@  #  # (C) Copyright 2004-2006 Atmel Corporation  # -# 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/arch/avr32/lib/board.c b/arch/avr32/lib/board.c index 2e79e98eb..28c2ec09e 100644 --- a/arch/avr32/lib/board.c +++ b/arch/avr32/lib/board.c @@ -1,23 +1,7 @@  /*   * Copyright (C) 2004-2006 Atmel Corporation   * - * 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>  #include <command.h> diff --git a/arch/avr32/lib/bootm.c b/arch/avr32/lib/bootm.c index eedab9d11..1c26f1b36 100644 --- a/arch/avr32/lib/bootm.c +++ b/arch/avr32/lib/bootm.c @@ -1,23 +1,7 @@  /*   * Copyright (C) 2004-2006 Atmel Corporation   * - * 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>  #include <command.h> diff --git a/arch/avr32/lib/interrupts.c b/arch/avr32/lib/interrupts.c index bbbc490db..bacb2d186 100644 --- a/arch/avr32/lib/interrupts.c +++ b/arch/avr32/lib/interrupts.c @@ -1,23 +1,7 @@  /*   * Copyright (C) 2006 Atmel Corporation   * - * 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/arch/avr32/lib/memset.S b/arch/avr32/lib/memset.S index 79e3c675a..ac2d38860 100644 --- a/arch/avr32/lib/memset.S +++ b/arch/avr32/lib/memset.S @@ -1,23 +1,7 @@  /*   * Copyright (C) 2004-2006 Atmel Corporation   * - * 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+   */  	/* |