Index: scripts/date_time_set.sh =================================================================== diff -u -r65558208e4968de9a5470ff5fda1ee2a9d00c793 -r27cc308ff5113a9386899d3c8f8b29962a8498e1 --- scripts/date_time_set.sh (.../date_time_set.sh) (revision 65558208e4968de9a5470ff5fda1ee2a9d00c793) +++ scripts/date_time_set.sh (.../date_time_set.sh) (revision 27cc308ff5113a9386899d3c8f8b29962a8498e1) @@ -1,4 +1,19 @@ #!/bin/sh +########################################################################### +# +# Copyright (c) 2021-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 date_time_set.sh +# +# @author (last) Behrouz NematiPour +# @date (last) 20-Apr-2021 +# @author (original) Behrouz NematiPour +# @date (original) 20-Apr-2021 +# +############################################################################ if [ $# -eq 0 ]; then currentFile=$(basename "$0")