From 47ccc7fdea9e8fb21569d65e5a17916e949baa24 Mon Sep 17 00:00:00 2001 From: Sergey Lyubka Date: Tue, 3 Apr 2018 13:15:21 +0100 Subject: [PATCH] Apache 2.0 for all of apps/libs CL: Apache 2.0 for all of apps/libs PUBLISHED_FROM=8d74d4284e3eb8f2651f1e688e6684851a0b3f60 --- include/Arduino.h | 30 ++++++++++++++---------------- include/mgos_arduino.h | 14 +++++++++++++- 2 files changed, 27 insertions(+), 17 deletions(-) diff --git a/include/Arduino.h b/include/Arduino.h index d15e146..afb79fe 100644 --- a/include/Arduino.h +++ b/include/Arduino.h @@ -1,20 +1,18 @@ /* - Arduino.h - Main include file for the Arduino SDK - Copyright (c) 2005-2013 Arduino Team. 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 + * Copyright (c) 2014-2018 Cesanta Software Limited + * All rights reserved + * + * Licensed under the Apache License, Version 2.0 (the ""License""); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an ""AS IS"" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ /* diff --git a/include/mgos_arduino.h b/include/mgos_arduino.h index 095bcf6..f45763b 100644 --- a/include/mgos_arduino.h +++ b/include/mgos_arduino.h @@ -1,6 +1,18 @@ /* - * Copyright (c) 2014-2016 Cesanta Software Limited + * Copyright (c) 2014-2018 Cesanta Software Limited * All rights reserved + * + * Licensed under the Apache License, Version 2.0 (the ""License""); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an ""AS IS"" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ #ifndef CS_FW_SRC_ARDUINO_MGOS_ARDUINO_H_