Index: dialin/common/alarm_defs.py =================================================================== diff -u -rcb1c74b54c487077306ffb27940a570946f0e82a -r2c3670be196a05ad6c34d798af26bdb798e607d4 --- dialin/common/alarm_defs.py (.../alarm_defs.py) (revision cb1c74b54c487077306ffb27940a570946f0e82a) +++ dialin/common/alarm_defs.py (.../alarm_defs.py) (revision 2c3670be196a05ad6c34d798af26bdb798e607d4) @@ -1,16 +1,16 @@ ########################################################################### # -# Copyright (c) 2019-2022 Diality Inc. - All Rights Reserved. +# Copyright (c) 2020-2022 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 alarm_defs.py +# @file alarm_defs.py # -# @author (last) Peter Lucia -# @date (last) 19-May-2022 -# @author (original) Peter Lucia -# @date (original) 19-May-2022 +# @author (last) Micahel Garthwaite +# @date (last) 19-May-2022 +# @author (original) Peter Lucia +# @date (original) 07-Aug-2020 # ############################################################################ from enum import unique Index: dialin/common/hd_defs.py =================================================================== diff -u -r2a3b3f15da3808276c9b3b7247e2d5ff6acf3321 -r2c3670be196a05ad6c34d798af26bdb798e607d4 --- dialin/common/hd_defs.py (.../hd_defs.py) (revision 2a3b3f15da3808276c9b3b7247e2d5ff6acf3321) +++ dialin/common/hd_defs.py (.../hd_defs.py) (revision 2c3670be196a05ad6c34d798af26bdb798e607d4) @@ -7,8 +7,8 @@ # # @file hd_defs.py # -# @author (last) Dara Navaei -# @date (last) 13-May-2022 +# @author (last) Micahel Garthwaite +# @date (last) 19-Jul-2022 # @author (original) Peter Lucia # @date (original) 04-Dec-2020 # Index: dialin/dg/ro_pump.py =================================================================== diff -u -r9f62767726810e6b166b8f3ee197443b9223b74d -r2c3670be196a05ad6c34d798af26bdb798e607d4 --- dialin/dg/ro_pump.py (.../ro_pump.py) (revision 9f62767726810e6b166b8f3ee197443b9223b74d) +++ dialin/dg/ro_pump.py (.../ro_pump.py) (revision 2c3670be196a05ad6c34d798af26bdb798e607d4) @@ -7,8 +7,8 @@ # # @file ro_pump.py # -# @author (last) Dara Navaei -# @date (last) 31-Mar-2022 +# @author (last) Micahel Garthwaite +# @date (last) 06-May-2022 # @author (original) Sean # @date (original) 14-Apr-2020 # Index: dialin/hd/alarms.py =================================================================== diff -u -r2a3b3f15da3808276c9b3b7247e2d5ff6acf3321 -r2c3670be196a05ad6c34d798af26bdb798e607d4 --- dialin/hd/alarms.py (.../alarms.py) (revision 2a3b3f15da3808276c9b3b7247e2d5ff6acf3321) +++ dialin/hd/alarms.py (.../alarms.py) (revision 2c3670be196a05ad6c34d798af26bdb798e607d4) @@ -7,8 +7,8 @@ # # @file alarms.py # -# @author (last) Sean Nash -# @date (last) 31-Mar-2022 +# @author (last) Micahel Garthwaite +# @date (last) 19-Jul-2022 # @author (original) Peter Lucia # @date (original) 02-Apr-2020 # Index: dialin/hd/treatment.py =================================================================== diff -u -rf68fe8233a10e080d2adf61e8a93f13680e517f0 -r2c3670be196a05ad6c34d798af26bdb798e607d4 --- dialin/hd/treatment.py (.../treatment.py) (revision f68fe8233a10e080d2adf61e8a93f13680e517f0) +++ dialin/hd/treatment.py (.../treatment.py) (revision 2c3670be196a05ad6c34d798af26bdb798e607d4) @@ -8,7 +8,7 @@ # @file treatment.py # # @author (last) Micahel Garthwaite -# @date (last) 09-Mar-2022 +# @date (last) 18-May-2022 # @author (original) Peter Lucia # @date (original) 02-Apr-2020 # Index: dialin/hd/ui_proxy.py =================================================================== diff -u -r49316680942336bcf5025be8930c6457b0146dbe -r2c3670be196a05ad6c34d798af26bdb798e607d4 --- dialin/hd/ui_proxy.py (.../ui_proxy.py) (revision 49316680942336bcf5025be8930c6457b0146dbe) +++ dialin/hd/ui_proxy.py (.../ui_proxy.py) (revision 2c3670be196a05ad6c34d798af26bdb798e607d4) @@ -7,8 +7,8 @@ # # @file ui_proxy.py # -# @author (last) Behrouz NematiPour -# @date (last) 17-Mar-2022 +# @author (last) Micahel Garthwaite +# @date (last) 19-May-2022 # @author (original) Sean # @date (original) 15-Apr-2020 # Index: dialin/hd/valves.py =================================================================== diff -u -r517cb39b43e80b21113d083fcc890343f49dc73d -r2c3670be196a05ad6c34d798af26bdb798e607d4 --- dialin/hd/valves.py (.../valves.py) (revision 517cb39b43e80b21113d083fcc890343f49dc73d) +++ dialin/hd/valves.py (.../valves.py) (revision 2c3670be196a05ad6c34d798af26bdb798e607d4) @@ -7,8 +7,8 @@ # # @file valves.py # -# @author (last) Quang Nguyen -# @date (last) 05-Aug-2021 +# @author (last) Micahel Garthwaite +# @date (last) 19-May-2022 # @author (original) Dara Navaei # @date (original) 19-Aug-2020 # Index: setup.py =================================================================== diff -u -r8d43cdb824ddd5b1521ae004d7a11d4980ea7bc7 -r2c3670be196a05ad6c34d798af26bdb798e607d4 --- setup.py (.../setup.py) (revision 8d43cdb824ddd5b1521ae004d7a11d4980ea7bc7) +++ setup.py (.../setup.py) (revision 2c3670be196a05ad6c34d798af26bdb798e607d4) @@ -7,8 +7,8 @@ # # @file setup.py # -# @author (last) Quang Nguyen -# @date (last) 09-Aug-2021 +# @author (last) Micahel Garthwaite +# @date (last) 19-May-2022 # @author (original) Peter Lucia # @date (original) 02-Apr-2020 # Index: tests/unit_tests/test_ui_proxy.py =================================================================== diff -u -r49316680942336bcf5025be8930c6457b0146dbe -r2c3670be196a05ad6c34d798af26bdb798e607d4 --- tests/unit_tests/test_ui_proxy.py (.../test_ui_proxy.py) (revision 49316680942336bcf5025be8930c6457b0146dbe) +++ tests/unit_tests/test_ui_proxy.py (.../test_ui_proxy.py) (revision 2c3670be196a05ad6c34d798af26bdb798e607d4) @@ -7,8 +7,8 @@ # # @file test_ui_proxy.py # -# @author (last) Behrouz NematiPour -# @date (last) 17-Mar-2022 +# @author (last) Micahel Garthwaite +# @date (last) 19-May-2022 # @author (original) Peter Lucia # @date (original) 16-Dec-2020 #