diff options
-rw-r--r-- | LICENSE | 16 | ||||
-rwxr-xr-x | tl-build.sh | 2 |
2 files changed, 18 insertions, 0 deletions
@@ -0,0 +1,16 @@ | |||
1 | Unless otherwise stated, the following terms apply to all files in | ||
2 | this repository:— | ||
3 | |||
4 | Copyright (c) 2024 Robert Alessi <alessi@robertalessi.net> | ||
5 | |||
6 | Permission to use, copy, modify, and distribute this software for any | ||
7 | purpose with or without fee is hereby granted, provided that the above | ||
8 | copyright notice and this permission notice appear in all copies. | ||
9 | |||
10 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES | ||
11 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF | ||
12 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR | ||
13 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | ||
14 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN | ||
15 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | ||
16 | OR 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 | |||
3 | this_dir=`pwd` | 5 | this_dir=`pwd` |
4 | tl_sourcedir=`pwd`/source | 6 | tl_sourcedir=`pwd`/source |
5 | 7 | ||