Index: firmware/App/Services/MsgQueues.c =================================================================== diff -u -rb64c49fdcf2b6d95e61e63f8e258c4e600935bbd -ra7bf3ca23ea37a61000379facae628a31b3ecc59 --- firmware/App/Services/MsgQueues.c (.../MsgQueues.c) (revision b64c49fdcf2b6d95e61e63f8e258c4e600935bbd) +++ firmware/App/Services/MsgQueues.c (.../MsgQueues.c) (revision a7bf3ca23ea37a61000379facae628a31b3ecc59) @@ -1,21 +1,19 @@ -/************************************************************************** - * - * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. - * - * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN - * WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. - * - * @file MsgQueues.c - * - * @date 08-Oct-2019 - * @author S. Nash - * - * @brief MsgQueues service module. Provides message queue functionality. \n - * These queues are NOT thread safe. However, these queue functions are \n - * intended to be called from the General Task thread so no thread safety \n - * is required. - * - **************************************************************************/ +/************************************************************************** +* +* Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +* +* THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN +* WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. +* +* @file MsgQueues.c +* +* @author (last) Sean +* @date (last) 27-Feb-2020 +* +* @author (original) Dara Navaei +* @date (original) 05-Nov-2019 +* +***************************************************************************/ #include "MsgQueues.h"