Skip to content

Commit 38cee74

Browse files
authored
Merge pull request #576 from pennam/mpl-license-stray
library: change license to MPL
2 parents ad44229 + 24fb0bd commit 38cee74

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

extras/test/include/Arduino_ConnectionHandler.h

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
/*
2-
Copyright (c) 2019 Arduino. All rights reserved.
2+
This file is part of the ArduinoIoTCloud library.
3+
4+
Copyright (c) 2019 Arduino SA
5+
6+
This Source Code Form is subject to the terms of the Mozilla Public
7+
License, v. 2.0. If a copy of the MPL was not distributed with this
8+
file, You can obtain one at http://mozilla.org/MPL/2.0/.
39
*/
410

511
#ifndef TEST_ARDUINO_CONNECTION_HANDLER_H_
612
#define TEST_ARDUINO_CONNECTION_HANDLER_H_
713

814
/******************************************************************************
9-
TYPEDEF
15+
TYPEDEF
1016
******************************************************************************/
1117

1218
typedef void ConnectionHandler;

0 commit comments

Comments
 (0)