Index: Accel.c =================================================================== diff -u -rdbb3d68d1b3a4070ad3dd63c1fc8404f9b414456 -r17fdefc3752a193c0d2d495f1497cc8c1e35c406 --- Accel.c (.../Accel.c) (revision dbb3d68d1b3a4070ad3dd63c1fc8404f9b414456) +++ Accel.c (.../Accel.c) (revision 17fdefc3752a193c0d2d495f1497cc8c1e35c406) @@ -8,7 +8,7 @@ * @file Accel.c * * @author (last) Dara Navaei -* @date (last) 28-Jul-2021 +* @date (last) 10-Nov-2021 * * @author (original) Sean Nash * @date (original) 29-Jul-2020 Index: Common.h =================================================================== diff -u -r47db79f20ce114098f0383c54a554a0d7dc5102a -r17fdefc3752a193c0d2d495f1497cc8c1e35c406 --- Common.h (.../Common.h) (revision 47db79f20ce114098f0383c54a554a0d7dc5102a) +++ Common.h (.../Common.h) (revision 17fdefc3752a193c0d2d495f1497cc8c1e35c406) @@ -7,8 +7,8 @@ * * @file Common.h * -* @author (last) Sean Nash -* @date (last) 13-Aug-2021 +* @author (last) Dara Navaei +* @date (last) 18-Oct-2021 * * @author (original) Sean * @date (original) 04-Feb-2020 Index: MessageSupport.c =================================================================== diff -u -r706d450e92a86b9751fccce9e71aa0080798ea01 -r17fdefc3752a193c0d2d495f1497cc8c1e35c406 --- MessageSupport.c (.../MessageSupport.c) (revision 706d450e92a86b9751fccce9e71aa0080798ea01) +++ MessageSupport.c (.../MessageSupport.c) (revision 17fdefc3752a193c0d2d495f1497cc8c1e35c406) @@ -1,3 +1,19 @@ +/************************************************************************** +* +* Copyright (c) 2019-2021 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 MessageSupport.c +* +* @author (last) Dara Navaei +* @date (last) 10-Sep-2021 +* +* @author (original) Dara Navaei +* @date (original) 10-Sep-2021 +* +***************************************************************************/ #include "SystemCommMessages.h" #include "Utilities.h" Index: MessageSupport.h =================================================================== diff -u -r706d450e92a86b9751fccce9e71aa0080798ea01 -r17fdefc3752a193c0d2d495f1497cc8c1e35c406 --- MessageSupport.h (.../MessageSupport.h) (revision 706d450e92a86b9751fccce9e71aa0080798ea01) +++ MessageSupport.h (.../MessageSupport.h) (revision 17fdefc3752a193c0d2d495f1497cc8c1e35c406) @@ -1,3 +1,19 @@ +/************************************************************************** +* +* Copyright (c) 2019-2021 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 MessageSupport.h +* +* @author (last) Dara Navaei +* @date (last) 10-Sep-2021 +* +* @author (original) Dara Navaei +* @date (original) 10-Sep-2021 +* +***************************************************************************/ #ifndef __MESSAGESUPPORT_H__ #define __MESSAGESUPPORT_H__ Index: NVDataMgmt.c =================================================================== diff -u -r7ef9ef29dad3efdbd58b63c4f6880bdc2a4135a6 -r17fdefc3752a193c0d2d495f1497cc8c1e35c406 --- NVDataMgmt.c (.../NVDataMgmt.c) (revision 7ef9ef29dad3efdbd58b63c4f6880bdc2a4135a6) +++ NVDataMgmt.c (.../NVDataMgmt.c) (revision 17fdefc3752a193c0d2d495f1497cc8c1e35c406) @@ -8,7 +8,7 @@ * @file NVDataMgmt.c * * @author (last) Dara Navaei -* @date (last) 19-Aug-2021 +* @date (last) 03-Nov-2021 * * @author (original) Dara Navaei * @date (original) 12-Feb-2020 Index: NVDataMgmt.h =================================================================== diff -u -r47db79f20ce114098f0383c54a554a0d7dc5102a -r17fdefc3752a193c0d2d495f1497cc8c1e35c406 --- NVDataMgmt.h (.../NVDataMgmt.h) (revision 47db79f20ce114098f0383c54a554a0d7dc5102a) +++ NVDataMgmt.h (.../NVDataMgmt.h) (revision 17fdefc3752a193c0d2d495f1497cc8c1e35c406) @@ -8,7 +8,7 @@ * @file NVDataMgmt.h * * @author (last) Dara Navaei -* @date (last) 28-Jul-2021 +* @date (last) 18-Oct-2021 * * @author (original) Dara Navaei * @date (original) 12-Feb-2020 Index: NVDataMgmtDGRecords.h =================================================================== diff -u -r7ef9ef29dad3efdbd58b63c4f6880bdc2a4135a6 -r17fdefc3752a193c0d2d495f1497cc8c1e35c406 --- NVDataMgmtDGRecords.h (.../NVDataMgmtDGRecords.h) (revision 7ef9ef29dad3efdbd58b63c4f6880bdc2a4135a6) +++ NVDataMgmtDGRecords.h (.../NVDataMgmtDGRecords.h) (revision 17fdefc3752a193c0d2d495f1497cc8c1e35c406) @@ -8,7 +8,7 @@ * @file NVDataMgmtDGRecords.h * * @author (last) Dara Navaei -* @date (last) 20-Jul-2021 +* @date (last) 03-Nov-2021 * * @author (original) Dara Navaei * @date (original) 12-Feb-2021 Index: RTC.c =================================================================== diff -u -r0e642b49f26ac199454ce387c53e3804b5ba47d6 -r17fdefc3752a193c0d2d495f1497cc8c1e35c406 --- RTC.c (.../RTC.c) (revision 0e642b49f26ac199454ce387c53e3804b5ba47d6) +++ RTC.c (.../RTC.c) (revision 17fdefc3752a193c0d2d495f1497cc8c1e35c406) @@ -8,7 +8,7 @@ * @file RTC.c * * @author (last) Dara Navaei -* @date (last) 31-Jul-2021 +* @date (last) 09-Nov-2021 * * @author (original) Dara Navaei * @date (original) 11-Jan-2020 Index: RTC.h =================================================================== diff -u -r383eddc9d7e0487233d3a774f7d425a71c19e29a -r17fdefc3752a193c0d2d495f1497cc8c1e35c406 --- RTC.h (.../RTC.h) (revision 383eddc9d7e0487233d3a774f7d425a71c19e29a) +++ RTC.h (.../RTC.h) (revision 17fdefc3752a193c0d2d495f1497cc8c1e35c406) @@ -7,8 +7,8 @@ * * @file RTC.h * -* @author (last) Sean Nash -* @date (last) 25-May-2021 +* @author (last) Dara Navaei +* @date (last) 06-Nov-2021 * * @author (original) Dara Navaei * @date (original) 11-Jan-2020