1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 05:32:45 +01:00

Merge pull request #1217 from thomaseichinger/YALF

boards: cpu: cleanup licenses to fix #392
This commit is contained in:
Thomas Eichinger 2014-05-27 11:55:56 +02:00
commit cc83220f48
7 changed files with 84 additions and 1 deletions

View File

@ -1,3 +1,20 @@
/*
* Copyright (C) 2014 Paul Stoffregen <paul@pjrc.com>
*
* 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[] = {

View File

@ -1,3 +1,20 @@
/*
* Copyright (C) 2014 Paul Stoffregen <paul@pjrc.com>
*
* 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[] = {

View File

@ -1,3 +1,20 @@
/*
* Copyright (C) 2014 Paul Stoffregen <paul@pjrc.com>
*
* 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 <stdio.h>

View File

@ -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

View File

@ -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

View File

@ -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)
@-----------------------------------------------------------@

View File

@ -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
-----------------------