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 d68b3bc commit ab09ada
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions include/mgos_neopixel.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
/*
* 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_MOS_LIBS_NEOPIXEL_INCLUDE_MGOS_NEOPIXEL_H_
Expand Down
12 changes: 12 additions & 0 deletions src/mgos_neopixel.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
/*
* 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.
*/

#include <stdlib.h>
Expand Down

0 comments on commit ab09ada

Please sign in to comment.