diff --git a/boards/msba2-common/tools/src/boot_23xx.c b/boards/msba2-common/tools/src/boot_23xx.c index 80fcb399d..8619bc679 100644 --- a/boards/msba2-common/tools/src/boot_23xx.c +++ b/boards/msba2-common/tools/src/boot_23xx.c @@ -1,3 +1,20 @@ +/* + * Copyright (C) 2014 Paul Stoffregen + * + * 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 + */ + /* automatically generated from boot_23xx.armasm */ #include "boot_23xx.h" const unsigned int boot_23xx[] = { diff --git a/boards/msba2-common/tools/src/boot_2xxx.c b/boards/msba2-common/tools/src/boot_2xxx.c index 060db4035..765101ab6 100644 --- a/boards/msba2-common/tools/src/boot_2xxx.c +++ b/boards/msba2-common/tools/src/boot_2xxx.c @@ -1,3 +1,20 @@ +/* + * Copyright (C) 2014 Paul Stoffregen + * + * 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 + */ + /* automatically generated from boot_2xxx.armasm */ #include "boot_2xxx.h" const unsigned int boot_2xxx[] = { diff --git a/boards/msba2-common/tools/src/control_2xxx.c b/boards/msba2-common/tools/src/control_2xxx.c index 581dd8e20..64746c390 100644 --- a/boards/msba2-common/tools/src/control_2xxx.c +++ b/boards/msba2-common/tools/src/control_2xxx.c @@ -1,3 +1,20 @@ +/* + * Copyright (C) 2014 Paul Stoffregen + * + * 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 + */ + #include "control_2xxx.h" #include diff --git a/cpu/arm_common/atomic.s b/cpu/arm_common/atomic.s index 487f4c852..e5255ea2d 100644 --- a/cpu/arm_common/atomic.s +++ b/cpu/arm_common/atomic.s @@ -1,3 +1,11 @@ +/* + * Copyright (C) 2014 Freie Universität Berlin + * + * This file is subject to the terms and conditions of the GNU Lesser General + * Public License. See the file LICENSE in the top level directory for more + * details. + */ + /* GCC ARM assembler */ .text diff --git a/cpu/arm_common/common.s b/cpu/arm_common/common.s index 96432a3de..143801657 100644 --- a/cpu/arm_common/common.s +++ b/cpu/arm_common/common.s @@ -1,3 +1,11 @@ +/* + * Copyright (C) 2014 Freie Universität Berlin + * + * This file is subject to the terms and conditions of the GNU Lesser General + * Public License. See the file LICENSE in the top level directory for more + * details. + */ + /* GCC ARM assembler */ .text diff --git a/cpu/lpc2387/asmfunc.s b/cpu/lpc2387/asmfunc.s index 8c3457606..7eea839dc 100644 --- a/cpu/lpc2387/asmfunc.s +++ b/cpu/lpc2387/asmfunc.s @@ -1,3 +1,11 @@ +@ +@ Copyright (C) 2014 Freie Universität Berlin +@ +@ This file is subject to the terms and conditions of the GNU Lesser General +@ Public License. See the file LICENSE in the top level directory for more +@ details. +@ + @-----------------------------------------------------------@ @ Fast Block Copy (declared in diskio.h) @-----------------------------------------------------------@ diff --git a/cpu/lpc2387/startup.s b/cpu/lpc2387/startup.s index 057270f59..9cb6933b1 100644 --- a/cpu/lpc2387/startup.s +++ b/cpu/lpc2387/startup.s @@ -1,6 +1,14 @@ +/* + * Copyright (C) 2014 Freie Universität Berlin + * + * This file is subject to the terms and conditions of the GNU Lesser General + * Public License. See the file LICENSE in the top level directory for more + * details. + */ + /* *************************************************************************************************************** - crt.s STARTUP ASSEMBLY CODE + startup.s STARTUP ASSEMBLY CODE -----------------------