aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--LICENSE16
-rwxr-xr-xtl-build.sh2
2 files changed, 18 insertions, 0 deletions
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..ed101cd
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,16 @@
1Unless otherwise stated, the following terms apply to all files in
2this repository:—
3
4Copyright (c) 2024 Robert Alessi <alessi@robertalessi.net>
5
6Permission to use, copy, modify, and distribute this software for any
7purpose with or without fee is hereby granted, provided that the above
8copyright notice and this permission notice appear in all copies.
9
10THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
11WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
12MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
13ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
14WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
15ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
16OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. \ No newline at end of file
diff --git a/tl-build.sh b/tl-build.sh
index b4cd7c9..c31c7a2 100755
--- a/tl-build.sh
+++ b/tl-build.sh
@@ -1,5 +1,7 @@
1#!/bin/sh 1#!/bin/sh
2 2
3# Public domain. Originally written 2005 by Karl Berry.
4
3this_dir=`pwd` 5this_dir=`pwd`
4tl_sourcedir=`pwd`/source 6tl_sourcedir=`pwd`/source
5 7