mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-23 13:33:49 +01:00
Merge pull request #1314 from LudwigOrtmann/license_unification
License unification
This commit is contained in:
commit
20eca429ca
@ -1,18 +1,19 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2014 Paul Stoffregen <paul@pjrc.com>
|
* LPC 2000 Loader, http://www.pjrc.com/arm/lpc2k_pgm
|
||||||
|
* Copyright (c) 2004, PJRC.COM, LLC, <paul@pjrc.com>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify it under
|
* This program is free software; you can redistribute it and/or modify it
|
||||||
* the terms of the GNU General Public License as published by the Free Software
|
* under the terms of the GNU General Public License as published by the
|
||||||
* Foundation; either version 2 of the License, or (at your option) any later
|
* Free Software Foundation; version 2 of the License.
|
||||||
* version.
|
|
||||||
*
|
*
|
||||||
* This program is distributed in the hope that it will be useful, but WITHOUT
|
* This program is distributed in the hope that it will be useful, but
|
||||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
* 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
|
* You should have received a copy of the GNU General Public License along
|
||||||
* this program; if not, write to the Free Software Foundation, Inc., 59 Temple
|
* with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
* Place, Suite 330, Boston, MA 02111-1307 USA
|
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* automatically generated from boot_23xx.armasm */
|
/* automatically generated from boot_23xx.armasm */
|
||||||
|
|||||||
@ -1,18 +1,19 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2014 Paul Stoffregen <paul@pjrc.com>
|
* LPC 2000 Loader, http://www.pjrc.com/arm/lpc2k_pgm
|
||||||
|
* Copyright (c) 2004, PJRC.COM, LLC, <paul@pjrc.com>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify it under
|
* This program is free software; you can redistribute it and/or modify it
|
||||||
* the terms of the GNU General Public License as published by the Free Software
|
* under the terms of the GNU General Public License as published by the
|
||||||
* Foundation; either version 2 of the License, or (at your option) any later
|
* Free Software Foundation; version 2 of the License.
|
||||||
* version.
|
|
||||||
*
|
*
|
||||||
* This program is distributed in the hope that it will be useful, but WITHOUT
|
* This program is distributed in the hope that it will be useful, but
|
||||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
* 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
|
* You should have received a copy of the GNU General Public License along
|
||||||
* this program; if not, write to the Free Software Foundation, Inc., 59 Temple
|
* with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
* Place, Suite 330, Boston, MA 02111-1307 USA
|
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* automatically generated from boot_2xxx.armasm */
|
/* automatically generated from boot_2xxx.armasm */
|
||||||
|
|||||||
@ -2,19 +2,18 @@
|
|||||||
* LPC 2000 Loader, http://www.pjrc.com/arm/lpc2k_pgm
|
* LPC 2000 Loader, http://www.pjrc.com/arm/lpc2k_pgm
|
||||||
* Copyright (c) 2004, PJRC.COM, LLC, <paul@pjrc.com>
|
* Copyright (c) 2004, PJRC.COM, LLC, <paul@pjrc.com>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or
|
* This program is free software; you can redistribute it and/or modify it
|
||||||
* modify it under the terms of the GNU General Public License
|
* under the terms of the GNU General Public License as published by the
|
||||||
* as published by the Free Software Foundation; either version 2
|
* Free Software Foundation; version 2 of the License.
|
||||||
* of the License.
|
|
||||||
*
|
*
|
||||||
* This program is distributed in the hope that it will be useful,
|
* This program is distributed in the hope that it will be useful, but
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
|
||||||
* GNU General Public License for more details.
|
* Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License along
|
||||||
* along with this program; if not, write to the Free Software
|
* with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@ -2,19 +2,18 @@
|
|||||||
* LPC 2000 Loader, http://www.pjrc.com/arm/lpc2k_pgm
|
* LPC 2000 Loader, http://www.pjrc.com/arm/lpc2k_pgm
|
||||||
* Copyright (c) 2004, PJRC.COM, LLC, <paul@pjrc.com>
|
* Copyright (c) 2004, PJRC.COM, LLC, <paul@pjrc.com>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or
|
* This program is free software; you can redistribute it and/or modify it
|
||||||
* modify it under the terms of the GNU General Public License
|
* under the terms of the GNU General Public License as published by the
|
||||||
* as published by the Free Software Foundation; either version 2
|
* Free Software Foundation; version 2 of the License.
|
||||||
* of the License.
|
|
||||||
*
|
*
|
||||||
* This program is distributed in the hope that it will be useful,
|
* This program is distributed in the hope that it will be useful, but
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
|
||||||
* GNU General Public License for more details.
|
* Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License along
|
||||||
* along with this program; if not, write to the Free Software
|
* with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@ -1,18 +1,19 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2014 Paul Stoffregen <paul@pjrc.com>
|
* LPC 2000 Loader, http://www.pjrc.com/arm/lpc2k_pgm
|
||||||
|
* Copyright (c) 2004, PJRC.COM, LLC, <paul@pjrc.com>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify it under
|
* This program is free software; you can redistribute it and/or modify it
|
||||||
* the terms of the GNU General Public License as published by the Free Software
|
* under the terms of the GNU General Public License as published by the
|
||||||
* Foundation; either version 2 of the License, or (at your option) any later
|
* Free Software Foundation; version 2 of the License.
|
||||||
* version.
|
|
||||||
*
|
*
|
||||||
* This program is distributed in the hope that it will be useful, but WITHOUT
|
* This program is distributed in the hope that it will be useful, but
|
||||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
* 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
|
* You should have received a copy of the GNU General Public License along
|
||||||
* this program; if not, write to the Free Software Foundation, Inc., 59 Temple
|
* with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
* Place, Suite 330, Boston, MA 02111-1307 USA
|
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "control_2xxx.h"
|
#include "control_2xxx.h"
|
||||||
|
|||||||
@ -2,20 +2,18 @@
|
|||||||
* LPC 2000 Loader, http://www.pjrc.com/arm/lpc2k_pgm
|
* LPC 2000 Loader, http://www.pjrc.com/arm/lpc2k_pgm
|
||||||
* Copyright (c) 2004, PJRC.COM, LLC, <paul@pjrc.com>
|
* Copyright (c) 2004, PJRC.COM, LLC, <paul@pjrc.com>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or
|
* This program is free software; you can redistribute it and/or modify it
|
||||||
* modify it under the terms of the GNU General Public License
|
* under the terms of the GNU General Public License as published by the
|
||||||
* as published by the Free Software Foundation; either version 2
|
* Free Software Foundation; version 2 of the License.
|
||||||
* of the License.
|
|
||||||
*
|
*
|
||||||
* This program is distributed in the hope that it will be useful,
|
* This program is distributed in the hope that it will be useful, but
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
|
||||||
* GNU General Public License for more details.
|
* 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.
|
|
||||||
*
|
*
|
||||||
|
* 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.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* If this code fails to build, please provide at least the following
|
/* If this code fails to build, please provide at least the following
|
||||||
|
|||||||
@ -2,20 +2,18 @@
|
|||||||
* LPC 2000 Loader, http://www.pjrc.com/arm/lpc2k_pgm
|
* LPC 2000 Loader, http://www.pjrc.com/arm/lpc2k_pgm
|
||||||
* Copyright (c) 2004, PJRC.COM, LLC, <paul@pjrc.com>
|
* Copyright (c) 2004, PJRC.COM, LLC, <paul@pjrc.com>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or
|
* This program is free software; you can redistribute it and/or modify it
|
||||||
* modify it under the terms of the GNU General Public License
|
* under the terms of the GNU General Public License as published by the
|
||||||
* as published by the Free Software Foundation; either version 2
|
* Free Software Foundation; version 2 of the License.
|
||||||
* of the License.
|
|
||||||
*
|
*
|
||||||
* This program is distributed in the hope that it will be useful,
|
* This program is distributed in the hope that it will be useful, but
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
|
||||||
* GNU General Public License for more details.
|
* 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.
|
|
||||||
*
|
*
|
||||||
|
* 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.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* If this code fails to build, please provide at least the following
|
/* If this code fails to build, please provide at least the following
|
||||||
|
|||||||
@ -2,20 +2,18 @@
|
|||||||
* LPC 2000 Loader, http://www.pjrc.com/arm/lpc2k_pgm
|
* LPC 2000 Loader, http://www.pjrc.com/arm/lpc2k_pgm
|
||||||
* Copyright (c) 2004, PJRC.COM, LLC, <paul@pjrc.com>
|
* Copyright (c) 2004, PJRC.COM, LLC, <paul@pjrc.com>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or
|
* This program is free software; you can redistribute it and/or modify it
|
||||||
* modify it under the terms of the GNU General Public License
|
* under the terms of the GNU General Public License as published by the
|
||||||
* as published by the Free Software Foundation; either version 2
|
* Free Software Foundation; version 2 of the License.
|
||||||
* of the License.
|
|
||||||
*
|
*
|
||||||
* This program is distributed in the hope that it will be useful,
|
* This program is distributed in the hope that it will be useful, but
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
|
||||||
* GNU General Public License for more details.
|
* 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.
|
|
||||||
*
|
*
|
||||||
|
* 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.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* If this code fails to build, please provide at least the following
|
/* If this code fails to build, please provide at least the following
|
||||||
|
|||||||
@ -2,20 +2,18 @@
|
|||||||
* LPC 2000 Loader, http://www.pjrc.com/arm/lpc2k_pgm
|
* LPC 2000 Loader, http://www.pjrc.com/arm/lpc2k_pgm
|
||||||
* Copyright (c) 2004, PJRC.COM, LLC, <paul@pjrc.com>
|
* Copyright (c) 2004, PJRC.COM, LLC, <paul@pjrc.com>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or
|
* This program is free software; you can redistribute it and/or modify it
|
||||||
* modify it under the terms of the GNU General Public License
|
* under the terms of the GNU General Public License as published by the
|
||||||
* as published by the Free Software Foundation; either version 2
|
* Free Software Foundation; version 2 of the License.
|
||||||
* of the License.
|
|
||||||
*
|
*
|
||||||
* This program is distributed in the hope that it will be useful,
|
* This program is distributed in the hope that it will be useful, but
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
|
||||||
* GNU General Public License for more details.
|
* 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.
|
|
||||||
*
|
*
|
||||||
|
* 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.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* If this code fails to build, please provide at least the following
|
/* If this code fails to build, please provide at least the following
|
||||||
|
|||||||
@ -2,20 +2,18 @@
|
|||||||
* LPC 2000 Loader, http://www.pjrc.com/arm/lpc2k_pgm
|
* LPC 2000 Loader, http://www.pjrc.com/arm/lpc2k_pgm
|
||||||
* Copyright (c) 2004, PJRC.COM, LLC, <paul@pjrc.com>
|
* Copyright (c) 2004, PJRC.COM, LLC, <paul@pjrc.com>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or
|
* This program is free software; you can redistribute it and/or modify it
|
||||||
* modify it under the terms of the GNU General Public License
|
* under the terms of the GNU General Public License as published by the
|
||||||
* as published by the Free Software Foundation; either version 2
|
* Free Software Foundation; version 2 of the License.
|
||||||
* of the License.
|
|
||||||
*
|
*
|
||||||
* This program is distributed in the hope that it will be useful,
|
* This program is distributed in the hope that it will be useful, but
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
|
||||||
* GNU General Public License for more details.
|
* 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.
|
|
||||||
*
|
*
|
||||||
|
* 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.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* If this code fails to build, please provide at least the following
|
/* If this code fails to build, please provide at least the following
|
||||||
|
|||||||
@ -2,20 +2,18 @@
|
|||||||
* LPC 2000 Loader, http://www.pjrc.com/arm/lpc2k_pgm
|
* LPC 2000 Loader, http://www.pjrc.com/arm/lpc2k_pgm
|
||||||
* Copyright (c) 2004, PJRC.COM, LLC, <paul@pjrc.com>
|
* Copyright (c) 2004, PJRC.COM, LLC, <paul@pjrc.com>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or
|
* This program is free software; you can redistribute it and/or modify it
|
||||||
* modify it under the terms of the GNU General Public License
|
* under the terms of the GNU General Public License as published by the
|
||||||
* as published by the Free Software Foundation; either version 2
|
* Free Software Foundation; version 2 of the License.
|
||||||
* of the License.
|
|
||||||
*
|
*
|
||||||
* This program is distributed in the hope that it will be useful,
|
* This program is distributed in the hope that it will be useful, but
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
|
||||||
* GNU General Public License for more details.
|
* 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.
|
|
||||||
*
|
*
|
||||||
|
* 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.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* If this code fails to build, please provide at least the following
|
/* If this code fails to build, please provide at least the following
|
||||||
|
|||||||
@ -2,20 +2,18 @@
|
|||||||
* LPC 2000 Loader, http://www.pjrc.com/arm/lpc2k_pgm
|
* LPC 2000 Loader, http://www.pjrc.com/arm/lpc2k_pgm
|
||||||
* Copyright (c) 2004, PJRC.COM, LLC, <paul@pjrc.com>
|
* Copyright (c) 2004, PJRC.COM, LLC, <paul@pjrc.com>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or
|
* This program is free software; you can redistribute it and/or modify it
|
||||||
* modify it under the terms of the GNU General Public License
|
* under the terms of the GNU General Public License as published by the
|
||||||
* as published by the Free Software Foundation; either version 2
|
* Free Software Foundation; version 2 of the License.
|
||||||
* of the License.
|
|
||||||
*
|
*
|
||||||
* This program is distributed in the hope that it will be useful,
|
* This program is distributed in the hope that it will be useful, but
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
|
||||||
* GNU General Public License for more details.
|
* 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.
|
|
||||||
*
|
*
|
||||||
|
* 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.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* If this code fails to build, please provide at least the following
|
/* If this code fails to build, please provide at least the following
|
||||||
|
|||||||
@ -1,10 +1,10 @@
|
|||||||
@
|
/*
|
||||||
@ Copyright (C) 2014 Freie Universität Berlin
|
* Copyright (C) 2014 Freie Universität Berlin
|
||||||
@
|
*
|
||||||
@ This file is subject to the terms and conditions of the GNU Lesser General
|
* 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
|
* Public License. See the file LICENSE in the top level directory for more
|
||||||
@ details.
|
* details.
|
||||||
@
|
*/
|
||||||
|
|
||||||
@-----------------------------------------------------------@
|
@-----------------------------------------------------------@
|
||||||
@ Fast Block Copy (declared in diskio.h)
|
@ Fast Block Copy (declared in diskio.h)
|
||||||
|
|||||||
2
dist/tools/licenses/patterns/gplv2-pjrc
vendored
2
dist/tools/licenses/patterns/gplv2-pjrc
vendored
@ -1 +1 @@
|
|||||||
.+ 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\. .+ 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\.
|
.+ 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; version 2 of the License\. .+ 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\.
|
||||||
|
|||||||
22
dist/tools/linux-border_router/serial.c
vendored
22
dist/tools/linux-border_router/serial.c
vendored
@ -2,20 +2,18 @@
|
|||||||
* LPC 2000 Loader, http://www.pjrc.com/arm/lpc2k_pgm
|
* LPC 2000 Loader, http://www.pjrc.com/arm/lpc2k_pgm
|
||||||
* Copyright (c) 2004, PJRC.COM, LLC, <paul@pjrc.com>
|
* Copyright (c) 2004, PJRC.COM, LLC, <paul@pjrc.com>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or
|
* This program is free software; you can redistribute it and/or modify it
|
||||||
* modify it under the terms of the GNU General Public License
|
* under the terms of the GNU General Public License as published by the
|
||||||
* as published by the Free Software Foundation; either version 2
|
* Free Software Foundation; version 2 of the License.
|
||||||
* of the License.
|
|
||||||
*
|
*
|
||||||
* This program is distributed in the hope that it will be useful,
|
* This program is distributed in the hope that it will be useful, but
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
|
||||||
* GNU General Public License for more details.
|
* 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.
|
|
||||||
*
|
*
|
||||||
|
* 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.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* If this code fails to build, please provide at least the following
|
/* If this code fails to build, please provide at least the following
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user