From 43106fddc62b2981d99e93955248c4648d4949e6 Mon Sep 17 00:00:00 2001 From: Thibaut VIARD Date: Tue, 25 Oct 2011 19:16:01 +0200 Subject: [PATCH] [sam] adding Arduino license to makefiles --- hardware/sam/system/libsam/build_gcc/Makefile | 18 ++++++++++++++++++ hardware/sam/system/libsam/build_gcc/debug.mk | 18 ++++++++++++++++++ hardware/sam/system/libsam/build_gcc/gcc.mk | 17 +++++++++++++++++ .../sam/system/libsam/build_gcc/release.mk | 18 ++++++++++++++++++ hardware/sam/system/libsam/build_gcc/sam3.mk | 18 ++++++++++++++++++ .../variants/arduino_due/build_gcc/Makefile | 18 ++++++++++++++++++ .../variants/arduino_due/build_gcc/debug.mk | 18 ++++++++++++++++++ .../sam/variants/arduino_due/build_gcc/gcc.mk | 17 +++++++++++++++++ .../build_gcc/libvariant_arduino_due.mk | 18 ++++++++++++++++++ .../variants/arduino_due/build_gcc/release.mk | 17 +++++++++++++++++ .../sam/variants/sam3s_ek/build_gcc/Makefile | 18 ++++++++++++++++++ .../sam/variants/sam3s_ek/build_gcc/debug.mk | 18 ++++++++++++++++++ .../sam/variants/sam3s_ek/build_gcc/gcc.mk | 17 +++++++++++++++++ .../sam3s_ek/build_gcc/libvariant_sam3s_ek.mk | 18 ++++++++++++++++++ .../sam/variants/sam3s_ek/build_gcc/release.mk | 17 +++++++++++++++++ .../sam/variants/sam3u_ek/build_gcc/Makefile | 18 ++++++++++++++++++ .../sam/variants/sam3u_ek/build_gcc/debug.mk | 18 ++++++++++++++++++ .../sam/variants/sam3u_ek/build_gcc/gcc.mk | 17 +++++++++++++++++ .../sam3u_ek/build_gcc/libvariant_sam3u_ek.mk | 18 ++++++++++++++++++ .../sam/variants/sam3u_ek/build_gcc/release.mk | 17 +++++++++++++++++ 20 files changed, 353 insertions(+) diff --git a/hardware/sam/system/libsam/build_gcc/Makefile b/hardware/sam/system/libsam/build_gcc/Makefile index 6a66ef640..6beb5821d 100644 --- a/hardware/sam/system/libsam/build_gcc/Makefile +++ b/hardware/sam/system/libsam/build_gcc/Makefile @@ -1,3 +1,21 @@ +# +# Copyright (c) 2011 Arduino. All right reserved. +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library 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 Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +# + # Makefile for compiling libchip SUBMAKE_OPTIONS=--no-builtin-rules --no-builtin-variables diff --git a/hardware/sam/system/libsam/build_gcc/debug.mk b/hardware/sam/system/libsam/build_gcc/debug.mk index 3ab3f8066..d0716744a 100644 --- a/hardware/sam/system/libsam/build_gcc/debug.mk +++ b/hardware/sam/system/libsam/build_gcc/debug.mk @@ -1,3 +1,21 @@ +# +# Copyright (c) 2011 Arduino. All right reserved. +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library 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 Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +# + # Optimization level # -O1 Optimize # -O2 Optimize even more diff --git a/hardware/sam/system/libsam/build_gcc/gcc.mk b/hardware/sam/system/libsam/build_gcc/gcc.mk index 19c00d367..97d3eff99 100644 --- a/hardware/sam/system/libsam/build_gcc/gcc.mk +++ b/hardware/sam/system/libsam/build_gcc/gcc.mk @@ -1,3 +1,20 @@ +# +# Copyright (c) 2011 Arduino. All right reserved. +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library 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 Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +# # Tool suffix when cross-compiling #CROSS_COMPILE = ../../CodeSourcery_arm/bin/arm-none-eabi- diff --git a/hardware/sam/system/libsam/build_gcc/release.mk b/hardware/sam/system/libsam/build_gcc/release.mk index aaad7dfd4..0d15157f4 100644 --- a/hardware/sam/system/libsam/build_gcc/release.mk +++ b/hardware/sam/system/libsam/build_gcc/release.mk @@ -1,3 +1,21 @@ +# +# Copyright (c) 2011 Arduino. All right reserved. +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library 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 Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +# + # Optimization level # -O1 Optimize # -O2 Optimize even more diff --git a/hardware/sam/system/libsam/build_gcc/sam3.mk b/hardware/sam/system/libsam/build_gcc/sam3.mk index d97b14e98..844728b53 100644 --- a/hardware/sam/system/libsam/build_gcc/sam3.mk +++ b/hardware/sam/system/libsam/build_gcc/sam3.mk @@ -1,3 +1,21 @@ +# +# Copyright (c) 2011 Arduino. All right reserved. +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library 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 Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +# + # Makefile for compiling libchip .SUFFIXES: .o .a .c .s SUB_MAKEFILES=debug.mk gcc.mk release.mk win.mk sam3s.mk diff --git a/hardware/sam/variants/arduino_due/build_gcc/Makefile b/hardware/sam/variants/arduino_due/build_gcc/Makefile index cc1bcd6c3..6851bdaa8 100644 --- a/hardware/sam/variants/arduino_due/build_gcc/Makefile +++ b/hardware/sam/variants/arduino_due/build_gcc/Makefile @@ -1,3 +1,21 @@ +# +# Copyright (c) 2011 Arduino. All right reserved. +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library 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 Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +# + # Makefile for compiling libboard BOARD = diff --git a/hardware/sam/variants/arduino_due/build_gcc/debug.mk b/hardware/sam/variants/arduino_due/build_gcc/debug.mk index 3ab3f8066..d0716744a 100644 --- a/hardware/sam/variants/arduino_due/build_gcc/debug.mk +++ b/hardware/sam/variants/arduino_due/build_gcc/debug.mk @@ -1,3 +1,21 @@ +# +# Copyright (c) 2011 Arduino. All right reserved. +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library 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 Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +# + # Optimization level # -O1 Optimize # -O2 Optimize even more diff --git a/hardware/sam/variants/arduino_due/build_gcc/gcc.mk b/hardware/sam/variants/arduino_due/build_gcc/gcc.mk index a8d97cf5d..ebbf6d3c0 100644 --- a/hardware/sam/variants/arduino_due/build_gcc/gcc.mk +++ b/hardware/sam/variants/arduino_due/build_gcc/gcc.mk @@ -1,3 +1,20 @@ +# +# Copyright (c) 2011 Arduino. All right reserved. +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library 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 Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +# # Tool suffix when cross-compiling #CROSS_COMPILE = ../../../../tools/CodeSourcery_arm/bin/arm-none-eabi- diff --git a/hardware/sam/variants/arduino_due/build_gcc/libvariant_arduino_due.mk b/hardware/sam/variants/arduino_due/build_gcc/libvariant_arduino_due.mk index f65534cdd..f4d5965f3 100644 --- a/hardware/sam/variants/arduino_due/build_gcc/libvariant_arduino_due.mk +++ b/hardware/sam/variants/arduino_due/build_gcc/libvariant_arduino_due.mk @@ -1,3 +1,21 @@ +# +# Copyright (c) 2011 Arduino. All right reserved. +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library 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 Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +# + # Makefile for compiling libArduino .SUFFIXES: .o .a .c .s diff --git a/hardware/sam/variants/arduino_due/build_gcc/release.mk b/hardware/sam/variants/arduino_due/build_gcc/release.mk index b4e815985..0d15157f4 100644 --- a/hardware/sam/variants/arduino_due/build_gcc/release.mk +++ b/hardware/sam/variants/arduino_due/build_gcc/release.mk @@ -1,3 +1,20 @@ +# +# Copyright (c) 2011 Arduino. All right reserved. +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library 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 Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +# # Optimization level # -O1 Optimize diff --git a/hardware/sam/variants/sam3s_ek/build_gcc/Makefile b/hardware/sam/variants/sam3s_ek/build_gcc/Makefile index 329cd5a87..80f9cc02c 100644 --- a/hardware/sam/variants/sam3s_ek/build_gcc/Makefile +++ b/hardware/sam/variants/sam3s_ek/build_gcc/Makefile @@ -1,3 +1,21 @@ +# +# Copyright (c) 2011 Arduino. All right reserved. +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library 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 Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +# + # Makefile for compiling libboard BOARD = diff --git a/hardware/sam/variants/sam3s_ek/build_gcc/debug.mk b/hardware/sam/variants/sam3s_ek/build_gcc/debug.mk index 3ab3f8066..d0716744a 100644 --- a/hardware/sam/variants/sam3s_ek/build_gcc/debug.mk +++ b/hardware/sam/variants/sam3s_ek/build_gcc/debug.mk @@ -1,3 +1,21 @@ +# +# Copyright (c) 2011 Arduino. All right reserved. +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library 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 Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +# + # Optimization level # -O1 Optimize # -O2 Optimize even more diff --git a/hardware/sam/variants/sam3s_ek/build_gcc/gcc.mk b/hardware/sam/variants/sam3s_ek/build_gcc/gcc.mk index a8d97cf5d..ebbf6d3c0 100644 --- a/hardware/sam/variants/sam3s_ek/build_gcc/gcc.mk +++ b/hardware/sam/variants/sam3s_ek/build_gcc/gcc.mk @@ -1,3 +1,20 @@ +# +# Copyright (c) 2011 Arduino. All right reserved. +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library 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 Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +# # Tool suffix when cross-compiling #CROSS_COMPILE = ../../../../tools/CodeSourcery_arm/bin/arm-none-eabi- diff --git a/hardware/sam/variants/sam3s_ek/build_gcc/libvariant_sam3s_ek.mk b/hardware/sam/variants/sam3s_ek/build_gcc/libvariant_sam3s_ek.mk index 9c225d6d7..1af8f3d32 100644 --- a/hardware/sam/variants/sam3s_ek/build_gcc/libvariant_sam3s_ek.mk +++ b/hardware/sam/variants/sam3s_ek/build_gcc/libvariant_sam3s_ek.mk @@ -1,3 +1,21 @@ +# +# Copyright (c) 2011 Arduino. All right reserved. +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library 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 Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +# + # Makefile for compiling libArduino .SUFFIXES: .o .a .c .s diff --git a/hardware/sam/variants/sam3s_ek/build_gcc/release.mk b/hardware/sam/variants/sam3s_ek/build_gcc/release.mk index b4e815985..0d15157f4 100644 --- a/hardware/sam/variants/sam3s_ek/build_gcc/release.mk +++ b/hardware/sam/variants/sam3s_ek/build_gcc/release.mk @@ -1,3 +1,20 @@ +# +# Copyright (c) 2011 Arduino. All right reserved. +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library 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 Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +# # Optimization level # -O1 Optimize diff --git a/hardware/sam/variants/sam3u_ek/build_gcc/Makefile b/hardware/sam/variants/sam3u_ek/build_gcc/Makefile index 23ea91e16..024445216 100644 --- a/hardware/sam/variants/sam3u_ek/build_gcc/Makefile +++ b/hardware/sam/variants/sam3u_ek/build_gcc/Makefile @@ -1,3 +1,21 @@ +# +# Copyright (c) 2011 Arduino. All right reserved. +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library 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 Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +# + # Makefile for compiling libboard BOARD = diff --git a/hardware/sam/variants/sam3u_ek/build_gcc/debug.mk b/hardware/sam/variants/sam3u_ek/build_gcc/debug.mk index 3ab3f8066..d0716744a 100644 --- a/hardware/sam/variants/sam3u_ek/build_gcc/debug.mk +++ b/hardware/sam/variants/sam3u_ek/build_gcc/debug.mk @@ -1,3 +1,21 @@ +# +# Copyright (c) 2011 Arduino. All right reserved. +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library 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 Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +# + # Optimization level # -O1 Optimize # -O2 Optimize even more diff --git a/hardware/sam/variants/sam3u_ek/build_gcc/gcc.mk b/hardware/sam/variants/sam3u_ek/build_gcc/gcc.mk index 5f372b499..34ceef055 100644 --- a/hardware/sam/variants/sam3u_ek/build_gcc/gcc.mk +++ b/hardware/sam/variants/sam3u_ek/build_gcc/gcc.mk @@ -1,3 +1,20 @@ +# +# Copyright (c) 2011 Arduino. All right reserved. +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library 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 Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +# # Tool suffix when cross-compiling #CROSS_COMPILE = ../../../../tools/CodeSourcery_arm/bin/arm-none-eabi- diff --git a/hardware/sam/variants/sam3u_ek/build_gcc/libvariant_sam3u_ek.mk b/hardware/sam/variants/sam3u_ek/build_gcc/libvariant_sam3u_ek.mk index 13f744f93..8254f3c52 100644 --- a/hardware/sam/variants/sam3u_ek/build_gcc/libvariant_sam3u_ek.mk +++ b/hardware/sam/variants/sam3u_ek/build_gcc/libvariant_sam3u_ek.mk @@ -1,3 +1,21 @@ +# +# Copyright (c) 2011 Arduino. All right reserved. +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library 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 Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +# + # Makefile for compiling libArduino .SUFFIXES: .o .a .c .s diff --git a/hardware/sam/variants/sam3u_ek/build_gcc/release.mk b/hardware/sam/variants/sam3u_ek/build_gcc/release.mk index b4e815985..0d15157f4 100644 --- a/hardware/sam/variants/sam3u_ek/build_gcc/release.mk +++ b/hardware/sam/variants/sam3u_ek/build_gcc/release.mk @@ -1,3 +1,20 @@ +# +# Copyright (c) 2011 Arduino. All right reserved. +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library 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 Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +# # Optimization level # -O1 Optimize