Skip to content

Commit d4d513e

Browse files
script.cmd: added license clause location
For those who practice appending license clause to every source codes, I have to add a location for it. Hence, let's do this. This patch adds license clause location in script.cmd/ directory. Signed-off-by: (Holloway) Chew, Kean Ho <hollowaykeanho@gmail.com>
1 parent 959fc97 commit d4d513e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

script.cmd

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
echo >/dev/null # >nul & GOTO WINDOWS & rem ^
2-
3-
4-
5-
2+
# LICENSE CLAUSES HERE
3+
# --------------------
4+
# Leave the echo instruction above as first line as it is the trigger for
5+
# jumping for Windows OS.
6+
#
67
################################################################################
78
# Unix Main Codes #
89
################################################################################

0 commit comments

Comments
 (0)