This file is indexed.

/usr/share/doc/jtex-bin/copyright is in jtex-bin 2.1-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
This package was debianized by Hayao Nakahara <nakahara AT debian.org> on
Fri, 22 Oct 1999 15:51:03 +0900.

Currently maintained by TSUCHIYA Masatoshi <tsuchiya AT namazu.org>, who
was sponsored by Masayuki Hatta <mhatta AT debian.org> and currently
(since 2010) is sponsored by Atsuhito Kohda <kohda AT debian.org>

Table of contents:

1. Copyright and License of the debian-specific adaptations
2. License of the jTeX and MulTeX
3. License of the teTeX distribution as a compilation work
4. (incomplete) list of licenses of individual parts
5. Text of the licenses


1. Copyright and License of the debian-specific adaptations

Debian adaptations for this Package are under Copyright by:

    Hayao Nakahara <nakahara AT debian.org> (1999-2002)
    Aurelien Jarno <aurel32 AT debian.org> (2002)
    TSUCHIYA Masatoshi <tsuchiya AT namazu.org>  (2003-2010)
    Atsuhito KOHDA <kohda AT debian.org> (2010)

The package was downloaded from
ftp.math.s.chiba-u.ac.jp:/tex/texfam-1.4/ and CTAN:/systems/unix/teTeX

--------------

2. License of the jTeX and MulTeX

jTeX and MulTeX are implemented as the patch sets against teTeX-3.0,
called as texfam, web2c-j and web2c-m.  The copyright holder of the
patch sets is Takafumi Sakurai <sakurai AT math.s.chiba-u.ac.jp>, and
he allows to distribute them under GPL.

--------------

3. License of the teTeX distribution as a compilation work

The teTeX distribution, i.e. the tetex-base, tetex-extra and tetex-doc
packages, together with the tetex-bin and tetex-src packages, is
Copyright by Thomas Esser (1994-2005).

The teTeX distribution is free software; you can redistribute it
and/or modify it under the terms of the GNU General Public License as
published by the Free Software Foundation; either version 2 of the
License, or (at your option) any later version.

On Debian GNU/Linux systems, the complete text of the GNU General Public
License may be found in /usr/share/common-licenses/GPL.

--------------

4. (incomplete) list of licenses of individual parts

- kpathsea:

  libkpathsea is distributed under the terms of the GNU Library General
  Public License, which can be found in /usr/share/common-licenses/LGPL.

- TeX, METAFONT:

  tex.web and mf.web have a special license; essentially, they are
  public domain, but no modified version may use the same name, and
  the names "TeX" and "MetaFont" for the resulting programs, unless
  they pass the TRIP and TRAP tests.  Online, the complete license
  statement can be found in a text at
  http://www.ntg.nl/maps/pdf/5_34.pdf, and the relevant parts are:

   ,----
   | My work on developing TEX, METAFONT, and Computer
   | Modern has come to an end. I will make no further
   | changes except to correct extremely serious bugs.
   | 
   | I have put these systems into the public domain so that
   | people everywhere can use the ideas freely if they wish.
   | 
   | [...]
   | As stated on the copyright pages of Volumes B, D, and
   | E, anybody can make use of my programs in whatever
   | way they wish, as long as they do not use the names
   | TEX, METAFONT, or Computer Modern. In particular,
   | any person or group who wants to produce a program
   | superior to mine is free to do so. However, nobody is
   | allowed to call a system TEXor METAFONT unless that
   | system conforms 100% to my own programs, as I have
   | specified in the manuals for the TRIP and TRAP tests.
   | And nobody is allowed to use the names of the Computer
   | Modern fonts in Volume E for any fonts that do not
   | produce identical tfm files. This prohibition applies to
   | all people or machines, whether appointed by TUG or
   | by any other organization. I do not intend to delegate the
   | responsibility formaintainance of TEX, METAFONT, or
   | Computer Modern to anybody else, ever.
   `----

  For those who believe more in texts written on paper, we reproduce
  here the (identical) copyright page(s) of Volumes B and D of
  "Computers and Typesetting" by Donald E. Knuth, which present the
  commented code for TeX and METAFONT, respectively (the main text of
  these books can be obtained by "weave tex.web; tex tex.tex"):

  ,----
  | TeX is a trademark of the American Mathematical Society
  | 
  | METAFONT is a trademark of Addison Wesley Publishing Company.
  | 
  | The program for TeX is in the public domain, and readers may freely
  | incorporate the algorithms of this book into their own programs.
  | However, use of the name 'TeX is restricted to software systems that
  | agree exactly with the program presented here.
  `----


--------------

5. Text of the licenses

The source code for tetex-bin contains the following license:

The files within this directory are all free software. Most of these
files are copyright by some author(s), but I have taken care that
the following conditions are true:
  - all files can be distributed: no license fee is required.
  - using these files (even for commercial purpose) is not restricted.
  - modification of files is allowed or an existing translation scheme
    effectively makes modification unnecessary. E.g. Knuth's WEB files
    must not be changed, but the build process allows you to change
    the generated .c files by "change files". Please, check the license
    of a file before you do modifications; you might need to mark those
    modifications or to rename the program.
  - the distribution of modified files and subsets of these files is
    allowed, but please check the licenses if you do that.

If you find any file that violates any of these conditions, please report
that to me.

February, 2010, TSUCHIYA Masatoshi <tsuchiya AT namazu.org>