summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xMaster/tl-portable.bat3
-rwxr-xr-xMaster/tl-portable.sh2
2 files changed, 5 insertions, 0 deletions
diff --git a/Master/tl-portable.bat b/Master/tl-portable.bat
index 2ff66602d29..39a631d781d 100755
--- a/Master/tl-portable.bat
+++ b/Master/tl-portable.bat
@@ -1,5 +1,8 @@
@echo off
+rem Copyright 2008 Siep Kroonenberg.
+rem You may freely use, modify and/or distribute this file.
+
rem TeX Live Root; ends with backslash
rem This should also work with UNC names
set TEXDIR=%~dp0
diff --git a/Master/tl-portable.sh b/Master/tl-portable.sh
index 01f330d4d57..678a4d6df6e 100755
--- a/Master/tl-portable.sh
+++ b/Master/tl-portable.sh
@@ -1,4 +1,6 @@
#! /bin/sh
+# Copyright 2008 Siep Kroonenberg.
+# You may freely use, modify and/or distribute this file.
#calculate TeXLive root
#it appears that dirname isn't always available