diff options
author | Karl Berry <karl@freefriends.org> | 2008-11-19 18:06:39 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-11-19 18:06:39 +0000 |
commit | 7900618213e3f3abc31f4f168de97a8fe5ba79fa (patch) | |
tree | 4079098cbcc05caa4a271fffbbeaf4a83a0c7c65 /Build | |
parent | 1ec0c9c3f46e7f84ac8717c165abb9928d197079 (diff) |
license update
git-svn-id: svn://tug.org/texlive/trunk@11361 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/texk/dtl/README | 5 | ||||
-rw-r--r-- | Build/source/texk/dtl/dt2dv.c | 6 | ||||
-rw-r--r-- | Build/source/texk/dtl/dt2dv.man | 4 | ||||
-rw-r--r-- | Build/source/texk/dtl/dtl.doc | 5 | ||||
-rw-r--r-- | Build/source/texk/dtl/dtl.h | 6 | ||||
-rw-r--r-- | Build/source/texk/dtl/dv2dt.c | 6 | ||||
-rw-r--r-- | Build/source/texk/dtl/dv2dt.man | 4 | ||||
-rw-r--r-- | Build/source/texk/dtl/dvi.doc | 5 | ||||
-rw-r--r-- | Build/source/texk/dtl/example.tex | 5 | ||||
-rw-r--r-- | Build/source/texk/dtl/hello.tex | 5 | ||||
-rw-r--r-- | Build/source/texk/dtl/man2ps | 5 | ||||
-rw-r--r-- | Build/source/texk/dtl/tripvdu.tex | 5 |
12 files changed, 61 insertions, 0 deletions
diff --git a/Build/source/texk/dtl/README b/Build/source/texk/dtl/README index 6fa1547b77f..6969c87c73d 100644 --- a/Build/source/texk/dtl/README +++ b/Build/source/texk/dtl/README @@ -1,3 +1,8 @@ +This file is public domain. +Originally written 1995, Geoffrey Tobin. +The author has expressed the hope that any modification will retain enough content to remain useful. He would also appreciate being acknowledged as the original author in the documentation. +This declaration added 2008/11/14 by Clea F. Rees with the permission of Geoffrey Tobin. + README for DTL package - Thu 9 March 1995 ----------------------------------------- Author: Geoffrey Tobin <G.Tobin@ee.latrobe.edu.au> diff --git a/Build/source/texk/dtl/dt2dv.c b/Build/source/texk/dtl/dt2dv.c index 4d45ad4f709..3bc817066f3 100644 --- a/Build/source/texk/dtl/dt2dv.c +++ b/Build/source/texk/dtl/dt2dv.c @@ -1,5 +1,11 @@ /* dt2dv - convert human-readable "DTL" file to DVI format - this is intended to invert dv2dt version 0.6.0 + + This file is public domain. + Originally written 1995, Geoffrey Tobin. + The author has expressed the hope that any modification will retain enough content to remain useful. He would also appreciate being acknowledged as the original author in the documentation. + This declaration added 2008/11/14 by Clea F. Rees with the permission of Geoffrey Tobin. + - version 0.6.1 - 14:38 GMT +11 Thu 9 March 1995 - Geoffrey Tobin G.Tobin@ee.latrobe.edu.au - fixes: Michal Tomczak-Jaegermann ntomczak@vm.ucs.ualberta.ca diff --git a/Build/source/texk/dtl/dt2dv.man b/Build/source/texk/dtl/dt2dv.man index d3b4726d2b7..26783c9ecc8 100644 --- a/Build/source/texk/dtl/dt2dv.man +++ b/Build/source/texk/dtl/dt2dv.man @@ -1,3 +1,7 @@ +.\" This file is public domain. +.\" Originally written 1995, Geoffrey Tobin. +.\" The author has expressed the hope that any modification will retain enough content to remain useful. He would also appreciate being acknowledged as the original author in the documentation. +.\" This declaration added 2008/11/14 by Clea F. Rees with the permission of Geoffrey Tobin. .\" ==================================================================== .\" @Troff-man-file{ .\" author = "Nelson H. F. Beebe and Geoffrey R. D. Tobin", diff --git a/Build/source/texk/dtl/dtl.doc b/Build/source/texk/dtl/dtl.doc index b170e0f2dbf..3817e91c1c4 100644 --- a/Build/source/texk/dtl/dtl.doc +++ b/Build/source/texk/dtl/dtl.doc @@ -1,3 +1,8 @@ +This file is public domain. +Originally written 1995, Geoffrey Tobin. +The author has expressed the hope that any modification will retain enough content to remain useful. He would also appreciate being acknowledged as the original author in the documentation. +This declaration added 2008/11/14 by Clea F. Rees with the permission of Geoffrey Tobin. + ``dtl.doc'' Wed 8 March 1995 Geoffrey Tobin diff --git a/Build/source/texk/dtl/dtl.h b/Build/source/texk/dtl/dtl.h index 8a596e307df..f65518ce940 100644 --- a/Build/source/texk/dtl/dtl.h +++ b/Build/source/texk/dtl/dtl.h @@ -1,4 +1,10 @@ /* dtl.h + + This file is public domain. + Originally written 1995, Geoffrey Tobin. + The author has expressed the hope that any modification will retain enough content to remain useful. He would also appreciate being acknowledged as the original author in the documentation. + This declaration added 2008/11/14 by Clea F. Rees with the permission of Geoffrey Tobin. + - header for dv2dt.c and dt2dv.c, conversion programs for human-readable "DTL" <-> DVI. - (ANSI C) version 0.6.0 - 18:31 GMT +11 Wed 8 March 1995 diff --git a/Build/source/texk/dtl/dv2dt.c b/Build/source/texk/dtl/dv2dt.c index 98b783a3239..8ae6052e479 100644 --- a/Build/source/texk/dtl/dv2dt.c +++ b/Build/source/texk/dtl/dv2dt.c @@ -1,4 +1,10 @@ /* dv2dt - convert DVI file to human-readable "DTL" format. + + This file is public domain. + Originally written 1995, Geoffrey Tobin. + The author has expressed the hope that any modification will retain enough content to remain useful. He would also appreciate being acknowledged as the original author in the documentation. + This declaration added 2008/11/14 by Clea F. Rees with the permission of Geoffrey Tobin. + - (ANSI C) version 0.6.0 - 17:54 GMT +11 Wed 8 March 1995 - author: Geoffrey Tobin ecsgrt@luxor.latrobe.edu.au - patch: Michal Tomczak-Jaegermann ntomczak@vm.ucs.ualberta.ca diff --git a/Build/source/texk/dtl/dv2dt.man b/Build/source/texk/dtl/dv2dt.man index 79f6368b80e..9b5b40a02f3 100644 --- a/Build/source/texk/dtl/dv2dt.man +++ b/Build/source/texk/dtl/dv2dt.man @@ -1,3 +1,7 @@ +.\" This file is public domain. +.\" Originally written 1995, Geoffrey Tobin. +.\" The author has expressed the hope that any modification will retain enough content to remain useful. He would also appreciate being acknowledged as the original author in the documentation. +.\" This declaration added 2008/11/14 by Clea F. Rees with the permission of Geoffrey Tobin. .\" ==================================================================== .\" @Troff-man-file{ .\" author = "Nelson H. F. Beebe and Geoffrey Tobin", diff --git a/Build/source/texk/dtl/dvi.doc b/Build/source/texk/dtl/dvi.doc index 738d871ba04..4594bf728c4 100644 --- a/Build/source/texk/dtl/dvi.doc +++ b/Build/source/texk/dtl/dvi.doc @@ -1,3 +1,8 @@ +This file is public domain. +Originally written 1995, Geoffrey Tobin. +The author has expressed the hope that any modification will retain enough content to remain useful. He would also appreciate being acknowledged as the original author in the documentation. +This declaration added 2008/11/14 by Clea F. Rees with the permission of Geoffrey Tobin. + ``dvi.doc'' Mon 27 Feb 1995 Geoffrey Tobin diff --git a/Build/source/texk/dtl/example.tex b/Build/source/texk/dtl/example.tex index 858ad3b9bbe..c59f33bdcc3 100644 --- a/Build/source/texk/dtl/example.tex +++ b/Build/source/texk/dtl/example.tex @@ -1,3 +1,8 @@ +% This file is public domain. +% Originally written 1995, Geoffrey Tobin. +% The author has expressed the hope that any modification will retain enough content to remain useful. He would also appreciate being acknowledged as the original author in the documentation. +% This declaration added 2008/11/14 by Clea F. Rees with the permission of Geoffrey Tobin. + % This is the TeX source file for the "TeXnical Typesetting" document. % Notice how you can put in comments? If TeX sees a % it simply ignores % the rest of the line. diff --git a/Build/source/texk/dtl/hello.tex b/Build/source/texk/dtl/hello.tex index 63f8d5370bd..eb3a30e8086 100644 --- a/Build/source/texk/dtl/hello.tex +++ b/Build/source/texk/dtl/hello.tex @@ -1,2 +1,7 @@ +% This file is public domain. +% Originally written 1995, Geoffrey Tobin. +% The author has expressed the hope that any modification will retain enough content to remain useful. He would also appreciate being acknowledged as the original author in the documentation. +% This declaration added 2008/11/14 by Clea F. Rees with the permission of Geoffrey Tobin. + Hello. \bye diff --git a/Build/source/texk/dtl/man2ps b/Build/source/texk/dtl/man2ps index 8d0f2304438..47eeb6e3900 100644 --- a/Build/source/texk/dtl/man2ps +++ b/Build/source/texk/dtl/man2ps @@ -1,4 +1,9 @@ #!/bin/sh +# This file is public domain. +# Originally written 1995, Geoffrey Tobin. +# The author has expressed the hope that any modification will retain enough content to remain useful. He would also appreciate being acknowledged as the original author in the documentation. +# This declaration added 2008/11/14 by Clea F. Rees with the permission of Geoffrey Tobin. +# # Filter for converting "troff -mxx" to PostScript. This script is # normally linked to the names man2ps, ms2ps, me2ps, and mm2ps. # diff --git a/Build/source/texk/dtl/tripvdu.tex b/Build/source/texk/dtl/tripvdu.tex index e8b92541e8d..0289d53633b 100644 --- a/Build/source/texk/dtl/tripvdu.tex +++ b/Build/source/texk/dtl/tripvdu.tex @@ -1,3 +1,8 @@ +% This file is public domain. +% Originally written 1995, Geoffrey Tobin. +% The author has expressed the hope that any modification will retain enough content to remain useful. He would also appreciate being acknowledged as the original author in the documentation. +% This declaration added 2008/11/14 by Clea F. Rees with the permission of Geoffrey Tobin. + % TeX source file for creating TRIPVDU.DVI, a torture file for DVItoVDU % (using the same philosophy as Donald Knuth's torture test for TeX). |