Index: scripts/run.sh =================================================================== diff -u -r4a6abe765f03feae8100ec660aa04aa218d4dfa3 -r057d3ef4e29c63235040c5cfe8c6421ef7787d6a --- scripts/run.sh (.../run.sh) (revision 4a6abe765f03feae8100ec660aa04aa218d4dfa3) +++ scripts/run.sh (.../run.sh) (revision 057d3ef4e29c63235040c5cfe8c6421ef7787d6a) @@ -1,8 +1,17 @@ #!/bin/sh # +# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# \copyright \n +# THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, \n +# IN PART OR IN WHOLE, \n +# WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. \n +# \file run.sh +# \date 2019/10/28 +# \author Behrouz NematiPour +# \details # This script will be called by autostart script in the /etc/init.d/ # to initialize the Denali UI Application Software environment -# and finaly calls the Application itself in background. +# and finally calls the Application itself in background. # HOME=/home/root SDCARD_DEV=/dev/mmcblk1p1 @@ -63,4 +72,3 @@ #launching denali application $HOME/denali & -