diff --git a/extras/test/include/Arduino_ConnectionHandler.h b/extras/test/include/Arduino_ConnectionHandler.h index babc86f08..c5c41b4f9 100644 --- a/extras/test/include/Arduino_ConnectionHandler.h +++ b/extras/test/include/Arduino_ConnectionHandler.h @@ -1,12 +1,18 @@ /* - Copyright (c) 2019 Arduino. All rights reserved. + This file is part of the ArduinoIoTCloud library. + + Copyright (c) 2019 Arduino SA + + This Source Code Form is subject to the terms of the Mozilla Public + License, v. 2.0. If a copy of the MPL was not distributed with this + file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef TEST_ARDUINO_CONNECTION_HANDLER_H_ #define TEST_ARDUINO_CONNECTION_HANDLER_H_ /****************************************************************************** - TYPEDEF + TYPEDEF ******************************************************************************/ typedef void ConnectionHandler;