summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-11-28 23:51:55 +0000
committerKarl Berry <karl@freefriends.org>2010-11-28 23:51:55 +0000
commit097865730139e172ce593441cb8bec4d51c26f8b (patch)
tree9106103197b035e2987fc3e35ff0723221a42b91
parent41862aee3f93850e517e176a9c6879670e1ff68b (diff)
textfit now lppl (28nov10)
git-svn-id: svn://tug.org/texlive/trunk@20591 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/textfit/README19
-rw-r--r--Master/texmf-dist/doc/latex/textfit/makefile19
-rw-r--r--Master/texmf-dist/doc/latex/textfit/manifest19
-rw-r--r--Master/texmf-dist/doc/latex/textfit/textfit.pdfbin0 -> 161366 bytes
-rw-r--r--Master/texmf-dist/source/latex/textfit/textfit.dtx19
-rw-r--r--Master/texmf-dist/source/latex/textfit/textfit.ins58
-rw-r--r--Master/texmf-dist/tex/latex/textfit/textfit.sty21
7 files changed, 143 insertions, 12 deletions
diff --git a/Master/texmf-dist/doc/latex/textfit/README b/Master/texmf-dist/doc/latex/textfit/README
index a54be0850d9..cad3dcf3fe8 100644
--- a/Master/texmf-dist/doc/latex/textfit/README
+++ b/Master/texmf-dist/doc/latex/textfit/README
@@ -1,3 +1,22 @@
+Copyright 1994 Sebastian Rahtz and Phil Taylor
+
+This work may be distributed and/or modified under the
+conditions of the LaTeX Project Public License, either version 1.3
+of this license or (at your option) any later version.
+The latest version of this license is in
+ http://www.latex-project.org/lppl.txt
+and version 1.3 or later is part of all distributions of LaTeX
+version 2005/12/01 or later.
+
+This work has the LPPL maintenance status `maintained'.
+
+The Current Maintainers of this work are Sebastian Rahtz and Phil Taylor.
+
+This work consists of all files listed in manifest.txt.
+
+This licence statement added 2010/11/26 by Clea F. Rees on behalf
+of Sebastian Rahtz and Phil Taylor.
+
This package is used to scale up text to a desired size. Works by
deriving a new scale factor for the current font, and getting \TeX\ to
reset the text. See the commented source for usage.
diff --git a/Master/texmf-dist/doc/latex/textfit/makefile b/Master/texmf-dist/doc/latex/textfit/makefile
index 53292917c10..28a7aa1584a 100644
--- a/Master/texmf-dist/doc/latex/textfit/makefile
+++ b/Master/texmf-dist/doc/latex/textfit/makefile
@@ -1,3 +1,22 @@
+## Copyright 1994 Sebastian Rahtz and Phil Taylor
+#
+# This work may be distributed and/or modified under the
+# conditions of the LaTeX Project Public License, either version 1.3
+# of this license or (at your option) any later version.
+# The latest version of this license is in
+# http://www.latex-project.org/lppl.txt
+# and version 1.3 or later is part of all distributions of LaTeX
+# version 2005/12/01 or later.
+#
+# This work has the LPPL maintenance status `maintained'.
+#
+# The Current Maintainers of this work are Sebastian Rahtz and Phil Taylor.
+#
+# This work consists of all files listed in manifest.txt.
+#
+# This licence statement added 2010/11/26 by Clea F. Rees on behalf
+# of Sebastian Rahtz and Phil Taylor.
+
textfit:
tex textfit.ins
latex textfit.dtx
diff --git a/Master/texmf-dist/doc/latex/textfit/manifest b/Master/texmf-dist/doc/latex/textfit/manifest
index a6edb67189d..9da0aa354e9 100644
--- a/Master/texmf-dist/doc/latex/textfit/manifest
+++ b/Master/texmf-dist/doc/latex/textfit/manifest
@@ -1,3 +1,22 @@
+Copyright 1994 Sebastian Rahtz and Phil Taylor
+
+This work may be distributed and/or modified under the
+conditions of the LaTeX Project Public License, either version 1.3
+of this license or (at your option) any later version.
+The latest version of this license is in
+ http://www.latex-project.org/lppl.txt
+and version 1.3 or later is part of all distributions of LaTeX
+version 2005/12/01 or later.
+
+This work has the LPPL maintenance status `maintained'.
+
+The Current Maintainers of this work are Sebastian Rahtz and Phil Taylor.
+
+This work consists of all files listed in manifest.txt.
+
+This licence statement added 2010/11/26 by Clea F. Rees on behalf
+of Sebastian Rahtz and Phil Taylor.
+
makefile
manifest
README
diff --git a/Master/texmf-dist/doc/latex/textfit/textfit.pdf b/Master/texmf-dist/doc/latex/textfit/textfit.pdf
new file mode 100644
index 00000000000..68e9a15efff
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/textfit/textfit.pdf
Binary files differ
diff --git a/Master/texmf-dist/source/latex/textfit/textfit.dtx b/Master/texmf-dist/source/latex/textfit/textfit.dtx
index 90eb9a05164..5749787b2c0 100644
--- a/Master/texmf-dist/source/latex/textfit/textfit.dtx
+++ b/Master/texmf-dist/source/latex/textfit/textfit.dtx
@@ -4,9 +4,22 @@
% \iffalse
%% File: textfit.dtx Copyright (C) 1994 Sebastian Rahtz and Phil Taylor
%
-% This package is distributed in the hope that it will be useful,
-% but WITHOUT ANY WARRANTY; without even the implied warranty of
-% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+% This work may be distributed and/or modified under the
+% conditions of the LaTeX Project Public License, either version 1.3
+% of this license or (at your option) any later version.
+% The latest version of this license is in
+% http://www.latex-project.org/lppl.txt
+% and version 1.3 or later is part of all distributions of LaTeX
+% version 2005/12/01 or later.
+%
+% This work has the LPPL maintenance status `maintained'.
+%
+% The Current Maintainers of this work are Sebastian Rahtz and Phil Taylor.
+%
+% This work consists of all files listed in manifest.txt.
+%
+% This licence statement added 2010/11/26 by Clea F. Rees on behalf
+% of Sebastian Rahtz and Phil Taylor.
%
%<*driver>
\documentclass{ltxdoc}
diff --git a/Master/texmf-dist/source/latex/textfit/textfit.ins b/Master/texmf-dist/source/latex/textfit/textfit.ins
index b64a29ea407..aa73237b3ff 100644
--- a/Master/texmf-dist/source/latex/textfit/textfit.ins
+++ b/Master/texmf-dist/source/latex/textfit/textfit.ins
@@ -1,3 +1,22 @@
+%% Copyright 1994 Sebastian Rahtz and Phil Taylor
+%
+% This work may be distributed and/or modified under the
+% conditions of the LaTeX Project Public License, either version 1.3
+% of this license or (at your option) any later version.
+% The latest version of this license is in
+% http://www.latex-project.org/lppl.txt
+% and version 1.3 or later is part of all distributions of LaTeX
+% version 2005/12/01 or later.
+%
+% This work has the LPPL maintenance status `maintained'.
+%
+% The Current Maintainers of this work are Sebastian Rahtz and Phil Taylor.
+%
+% This work consists of all files listed in manifest.txt.
+%
+% This licence statement added 2010/11/26 by Clea F. Rees on behalf
+% of Sebastian Rahtz and Phil Taylor.
+%
\def\fileversion{1}
\def\filedate{1994/01/10}
%
@@ -11,7 +30,23 @@
\preamble
Copyright (C) 1993,94 by Sebastian Rahtz, Phil Taylor
-All rights reserved.
+
+This work may be distributed and/or modified under the
+conditions of the LaTeX Project Public License, either version 1.3
+of this license or (at your option) any later version.
+The latest version of this license is in
+ http://www.latex-project.org/lppl.txt
+and version 1.3 or later is part of all distributions of LaTeX
+version 2005/12/01 or later.
+
+This work has the LPPL maintenance status `maintained'.
+
+The Current Maintainers of this work are Sebastian Rahtz and Phil Taylor.
+
+This work consists of all files listed in manifest.txt.
+
+This licence statement added 2010/11/26 by Clea F. Rees on behalf
+of Sebastian Rahtz and Phil Taylor.
\endpreamble
@@ -22,10 +57,23 @@ All rights reserved.
\preamble
Copyright (C) 1993,94 Sebastian Rahtz and Phil Taylor.
-All rights reserved. Permission is granted to to
-customize the declarations in this file to serve the needs of your
-installation. However, no permission is granted to distribute a
-modified version of this file under its original name.
+
+This work may be distributed and/or modified under the
+conditions of the LaTeX Project Public License, either version 1.3
+of this license or (at your option) any later version.
+The latest version of this license is in
+ http://www.latex-project.org/lppl.txt
+and version 1.3 or later is part of all distributions of LaTeX
+version 2005/12/01 or later.
+
+This work has the LPPL maintenance status `maintained'.
+
+The Current Maintainers of this work are Sebastian Rahtz and Phil Taylor.
+
+This work consists of all files listed in manifest.txt.
+
+This licence statement added 2010/11/26 by Clea F. Rees on behalf
+of Sebastian Rahtz and Phil Taylor.
\endpreamble
diff --git a/Master/texmf-dist/tex/latex/textfit/textfit.sty b/Master/texmf-dist/tex/latex/textfit/textfit.sty
index 35262bd816c..70901ec28df 100644
--- a/Master/texmf-dist/tex/latex/textfit/textfit.sty
+++ b/Master/texmf-dist/tex/latex/textfit/textfit.sty
@@ -6,10 +6,23 @@
%%
%% textfit.dtx (with options: `package')
%% Copyright (C) 1993,94 Sebastian Rahtz and Phil Taylor.
-%% All rights reserved. Permission is granted to to
-%% customize the declarations in this file to serve the needs of your
-%% installation. However, no permission is granted to distribute a
-%% modified version of this file under its original name.
+%%
+%% This work may be distributed and/or modified under the
+%% conditions of the LaTeX Project Public License, either version 1.3
+%% of this license or (at your option) any later version.
+%% The latest version of this license is in
+%% http://www.latex-project.org/lppl.txt
+%% and version 1.3 or later is part of all distributions of LaTeX
+%% version 2005/12/01 or later.
+%%
+%% This work has the LPPL maintenance status `maintained'.
+%%
+%% The Current Maintainers of this work are Sebastian Rahtz and Phil Taylor.
+%%
+%% This work consists of all files listed in manifest.txt.
+%%
+%% This licence statement added 2010/11/26 by Clea F. Rees on behalf
+%% of Sebastian Rahtz and Phil Taylor.
%%
\def\fileversion{5}
\def\filedate{1994/04/15}