Skip to content

Commit

Permalink
Apache 2.0 for all of apps/libs
Browse files Browse the repository at this point in the history
CL: Apache 2.0 for all of apps/libs

PUBLISHED_FROM=8d74d4284e3eb8f2651f1e688e6684851a0b3f60
  • Loading branch information
cpq authored and cesantabot committed Apr 3, 2018
1 parent cf260c2 commit 47ccc7f
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 17 deletions.
30 changes: 14 additions & 16 deletions include/Arduino.h
Original file line number Diff line number Diff line change
@@ -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.
*/

/*
Expand Down
14 changes: 13 additions & 1 deletion include/mgos_arduino.h
Original file line number Diff line number Diff line change
@@ -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_
Expand Down

0 comments on commit 47ccc7f

Please sign in to comment.