summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/fonts
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-12-04 17:37:45 +0000
committerKarl Berry <karl@freefriends.org>2008-12-04 17:37:45 +0000
commit328f6344fc5d11b5731246b12ea1df785d55d968 (patch)
tree55204533b1fb9f6b027b79f3431a14087e72dc39 /Master/texmf-dist/fonts
parentf1eabfb30feeee29f292b87d6490a664487aefb2 (diff)
wsuipa license update (1dec08)
git-svn-id: svn://tug.org/texlive/trunk@11520 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/fonts')
-rw-r--r--Master/texmf-dist/fonts/source/public/wsuipa/compilefonts58
-rw-r--r--Master/texmf-dist/fonts/source/public/wsuipa/iaccent.mf2
-rw-r--r--Master/texmf-dist/fonts/source/public/wsuipa/igreekl.mf2
-rw-r--r--Master/texmf-dist/fonts/source/public/wsuipa/iparoman.mf2
-rw-r--r--Master/texmf-dist/fonts/source/public/wsuipa/iromanl.mf2
-rw-r--r--Master/texmf-dist/fonts/source/public/wsuipa/iromanp.mf2
-rw-r--r--Master/texmf-dist/fonts/source/public/wsuipa/iromanu.mf2
-rw-r--r--Master/texmf-dist/fonts/source/public/wsuipa/wbxipa10.mf2
-rw-r--r--Master/texmf-dist/fonts/source/public/wsuipa/wbxipa11.mf2
-rw-r--r--Master/texmf-dist/fonts/source/public/wsuipa/wbxipa12.mf2
-rw-r--r--Master/texmf-dist/fonts/source/public/wsuipa/wbxipa17.mf2
-rw-r--r--Master/texmf-dist/fonts/source/public/wsuipa/wbxipa8.mf2
-rw-r--r--Master/texmf-dist/fonts/source/public/wsuipa/wbxipa9.mf2
-rw-r--r--Master/texmf-dist/fonts/source/public/wsuipa/wslipa10.mf2
-rw-r--r--Master/texmf-dist/fonts/source/public/wsuipa/wslipa11.mf2
-rw-r--r--Master/texmf-dist/fonts/source/public/wsuipa/wslipa12.mf2
-rw-r--r--Master/texmf-dist/fonts/source/public/wsuipa/wslipa17.mf2
-rw-r--r--Master/texmf-dist/fonts/source/public/wsuipa/wslipa8.mf2
-rw-r--r--Master/texmf-dist/fonts/source/public/wsuipa/wslipa9.mf2
-rw-r--r--Master/texmf-dist/fonts/source/public/wsuipa/wsuipa10.mf2
-rw-r--r--Master/texmf-dist/fonts/source/public/wsuipa/wsuipa11.mf2
-rw-r--r--Master/texmf-dist/fonts/source/public/wsuipa/wsuipa12.mf2
-rw-r--r--Master/texmf-dist/fonts/source/public/wsuipa/wsuipa17.mf2
-rw-r--r--Master/texmf-dist/fonts/source/public/wsuipa/wsuipa8.mf2
-rw-r--r--Master/texmf-dist/fonts/source/public/wsuipa/wsuipa9.mf2
25 files changed, 48 insertions, 58 deletions
diff --git a/Master/texmf-dist/fonts/source/public/wsuipa/compilefonts b/Master/texmf-dist/fonts/source/public/wsuipa/compilefonts
deleted file mode 100644
index 7aa36dfb876..00000000000
--- a/Master/texmf-dist/fonts/source/public/wsuipa/compilefonts
+++ /dev/null
@@ -1,58 +0,0 @@
-#! /bin/sh
-#
-#Here is a shell script, compilefonts, to call mf to generate a set of gf
-#fonts in the desired sizes, e.g. for a screen previewer or possibly for a
-#400 or 600 dpi printer, and then to call gftopk to convert to pk format
-#and finally to remove the gf fonts. I have also included a help file,
-#mf.help. Please feel free to edit these in any way you see fit. I have
-#tested the script and can guarantee that it works.
-#
-#Chet Creider
-#<creider@csd.uwo.ca>
-#
-# Compile wusipa fonts for a previewer.
-sizes="10"
-fonts="wsuipa8 wsuipa9 wsuipa10 wsuipa11 wsuipa12 wsuipa17 \
- wbxipa8 wbxipa9 wbxipa10 wbxipa11 wbxipa12 wbxipa17 \
- wslipa8 wslipa9 wslipa10 wslipa11 wslipa12 wslipa17"
-
-mode=OneTwoZero
-dpi=120
-
-for f in $fonts; do
- for s in $sizes; do
- virmf "&cm \\mode=$mode; mag=$s/10; batchmode; input $f" >/dev/null
- mag=`expr $s \* $dpi / 10`
- gftopk $f.${mag}gf >/dev/null
- rm $f.${mag}gf
- done
-done
-
-exit $?
-
-------------------------------------8<------------------------------------
-The 300pk fonts in this directory should be sufficient for use with most
-standard 300dpi laserprinters. If you use a recent version of dvips, it
-will call metafont on the fly to generate the fonts it needs as long as
-it can find the .mf files. If you use xdvi or maxview as your
-previewer, the 300pk fonts should be sufficient. For other previewers,
-however, you will probably have to generate your own screen fonts. The
-easiest way to use metafont to do this is with the script, compilefonts,
-based on a script, CompileFonts, by James Clark, the author of groff.
-However, it is essential that the mode chosen be one which is in
-/usr/local/lib/tex/mf/inputs/modes.mf (or wherever on one's installation
-this file is kept). E.g. for 120dpi fonts for dvipage under Sunview,
-choose mode=OneTwoZero. For 110dpi fonts for dvivga under Xenix, use
-mode=IBMVGA and dpi=110. If one is using dvivga under MS-DOS, it will
-be necessary to rename the fonts because of filename limitations under
-MS-DOS. Use the directory structure and filenames in your dvivga
-installation as a model.
-
-Let me repeat again that the modes MUST be defined in modes.mf. If
-you need the above modes and they are not present, ask your system
-administrator to obtain a more up-to-date modes.mf file. (One should
-always be available at a nearby CTAN archive site.)
-
-It is recommended that compilefonts be invoked in the background as
-the process can be lengthy (15 minutes on a Sun IPC). To do this,
-type "compilefonts &" at your Unix shell prompt.
diff --git a/Master/texmf-dist/fonts/source/public/wsuipa/iaccent.mf b/Master/texmf-dist/fonts/source/public/wsuipa/iaccent.mf
index 2258e5fa1f8..70d0f28bfad 100644
--- a/Master/texmf-dist/fonts/source/public/wsuipa/iaccent.mf
+++ b/Master/texmf-dist/fonts/source/public/wsuipa/iaccent.mf
@@ -1,3 +1,5 @@
+% Please see the file LICENCE-wsuipa.txt for licensing information.
+
% This is IACCENT.MF in text format, as of April 22, 1989.
% This file contains accents common to text roman and italic fonts.
% Character codes \0022--\0030, \0040, \0136--\0137, \0175--\0177 are generated.
diff --git a/Master/texmf-dist/fonts/source/public/wsuipa/igreekl.mf b/Master/texmf-dist/fonts/source/public/wsuipa/igreekl.mf
index 5dfc2602c30..46989fcfddf 100644
--- a/Master/texmf-dist/fonts/source/public/wsuipa/igreekl.mf
+++ b/Master/texmf-dist/fonts/source/public/wsuipa/igreekl.mf
@@ -1,3 +1,5 @@
+% Please see the file LICENCE-wsuipa.txt for licensing information.
+
% This is IGREEKL.MF in text format, as of Apr. 22, 1989.
% This lowercase Greek alphabet was prepared by D. E. Knuth in December, 1979,
% inspired by the Monotype faces used in {\sl The Art of Computer Programming}.
diff --git a/Master/texmf-dist/fonts/source/public/wsuipa/iparoman.mf b/Master/texmf-dist/fonts/source/public/wsuipa/iparoman.mf
index 8f2366a3332..c08caea0dea 100644
--- a/Master/texmf-dist/fonts/source/public/wsuipa/iparoman.mf
+++ b/Master/texmf-dist/fonts/source/public/wsuipa/iparoman.mf
@@ -1,3 +1,5 @@
+% Please see the file LICENCE-wsuipa.txt for licensing information.
+
% This is IPAROMAN.MF in text format, as of Jan 13, 1988.
% The Computer Modern Roman family of fonts (by D. E. Knuth, 1979--1985)
diff --git a/Master/texmf-dist/fonts/source/public/wsuipa/iromanl.mf b/Master/texmf-dist/fonts/source/public/wsuipa/iromanl.mf
index d9880e9121a..63d3faffeae 100644
--- a/Master/texmf-dist/fonts/source/public/wsuipa/iromanl.mf
+++ b/Master/texmf-dist/fonts/source/public/wsuipa/iromanl.mf
@@ -1,3 +1,5 @@
+% Please see the file LICENCE-wsuipa.txt for licensing information.
+
% This is IROMANL.MF in text format, as of Apr. 29, 1989.
% Computer Modern Roman lower case:
% These letters were originally coded by D. E. Knuth in November, 1979,
diff --git a/Master/texmf-dist/fonts/source/public/wsuipa/iromanp.mf b/Master/texmf-dist/fonts/source/public/wsuipa/iromanp.mf
index 01e4cd59b8d..1103a5a2bae 100644
--- a/Master/texmf-dist/fonts/source/public/wsuipa/iromanp.mf
+++ b/Master/texmf-dist/fonts/source/public/wsuipa/iromanp.mf
@@ -1,3 +1,5 @@
+% Please see the file LICENCE-wsuipa.txt for licensing information.
+
% This is IROMANP.MF in text format, as of Jan. 13, 1988.
% This file contains `\$' and `\&' and `?' in the so-called roman style.
diff --git a/Master/texmf-dist/fonts/source/public/wsuipa/iromanu.mf b/Master/texmf-dist/fonts/source/public/wsuipa/iromanu.mf
index d28347e7a78..5bda4526376 100644
--- a/Master/texmf-dist/fonts/source/public/wsuipa/iromanu.mf
+++ b/Master/texmf-dist/fonts/source/public/wsuipa/iromanu.mf
@@ -1,3 +1,5 @@
+% Please see the file LICENCE-wsuipa.txt for licensing information.
+
% This is IROMANU.MF in text format, as of Apr 29, 1992.
% 29. 4. 1992 (jk) added missing ºslantswitchº in inverted small cap r
%
diff --git a/Master/texmf-dist/fonts/source/public/wsuipa/wbxipa10.mf b/Master/texmf-dist/fonts/source/public/wsuipa/wbxipa10.mf
index fb33e0eda37..d27c4bfeb2e 100644
--- a/Master/texmf-dist/fonts/source/public/wsuipa/wbxipa10.mf
+++ b/Master/texmf-dist/fonts/source/public/wsuipa/wbxipa10.mf
@@ -1,3 +1,5 @@
+% Please see the file LICENCE-wsuipa.txt for licensing information.
+
% This is WBXIPA10.MF in text format, as of Jan 13, 1988.
% WSU Computer Modern Bold Extended IPA 10 point
if unknown cmbase: input cmbase fi
diff --git a/Master/texmf-dist/fonts/source/public/wsuipa/wbxipa11.mf b/Master/texmf-dist/fonts/source/public/wsuipa/wbxipa11.mf
index c72c963d62a..5965637f366 100644
--- a/Master/texmf-dist/fonts/source/public/wsuipa/wbxipa11.mf
+++ b/Master/texmf-dist/fonts/source/public/wsuipa/wbxipa11.mf
@@ -1,3 +1,5 @@
+% Please see the file LICENCE-wsuipa.txt for licensing information.
+
% This is WBXIPA11.MF in text format, as of June 10, 1988.
% Computer Modern Bold Extended IPA 11 point
if unknown cmbase: input cmbase fi
diff --git a/Master/texmf-dist/fonts/source/public/wsuipa/wbxipa12.mf b/Master/texmf-dist/fonts/source/public/wsuipa/wbxipa12.mf
index 3b5270d0c1b..a28eb2f54ac 100644
--- a/Master/texmf-dist/fonts/source/public/wsuipa/wbxipa12.mf
+++ b/Master/texmf-dist/fonts/source/public/wsuipa/wbxipa12.mf
@@ -1,3 +1,5 @@
+% Please see the file LICENCE-wsuipa.txt for licensing information.
+
% This is WBXIPA12.MF in text format, as of June 10, 1988.
% Computer Modern Bold Extended IPA 12 point
if unknown cmbase: input cmbase fi
diff --git a/Master/texmf-dist/fonts/source/public/wsuipa/wbxipa17.mf b/Master/texmf-dist/fonts/source/public/wsuipa/wbxipa17.mf
index 340760a6330..11215fe4d34 100644
--- a/Master/texmf-dist/fonts/source/public/wsuipa/wbxipa17.mf
+++ b/Master/texmf-dist/fonts/source/public/wsuipa/wbxipa17.mf
@@ -1,3 +1,5 @@
+% Please see the file LICENCE-wsuipa.txt for licensing information.
+
% This is WBXIPA18.MF in text format, as of June 10, 1988.
% Computer Modern Bold Extended IPA 17 point
if unknown cmbase: input cmbase fi
diff --git a/Master/texmf-dist/fonts/source/public/wsuipa/wbxipa8.mf b/Master/texmf-dist/fonts/source/public/wsuipa/wbxipa8.mf
index 086f2d77288..16b2e579446 100644
--- a/Master/texmf-dist/fonts/source/public/wsuipa/wbxipa8.mf
+++ b/Master/texmf-dist/fonts/source/public/wsuipa/wbxipa8.mf
@@ -1,3 +1,5 @@
+% Please see the file LICENCE-wsuipa.txt for licensing information.
+
% Washington State University International Phonetic Alphabet
% Computer Modern Bold Extended 8 point
if unknown cmbase: input cmbase fi
diff --git a/Master/texmf-dist/fonts/source/public/wsuipa/wbxipa9.mf b/Master/texmf-dist/fonts/source/public/wsuipa/wbxipa9.mf
index 5652cbfff0a..de6cdd857a9 100644
--- a/Master/texmf-dist/fonts/source/public/wsuipa/wbxipa9.mf
+++ b/Master/texmf-dist/fonts/source/public/wsuipa/wbxipa9.mf
@@ -1,3 +1,5 @@
+% Please see the file LICENCE-wsuipa.txt for licensing information.
+
% This is WBXIPA9.MF in text format, as of June 10, 1988.
% Computer Modern Bold Extended IPA 9 point
if unknown cmbase: input cmbase fi
diff --git a/Master/texmf-dist/fonts/source/public/wsuipa/wslipa10.mf b/Master/texmf-dist/fonts/source/public/wsuipa/wslipa10.mf
index a1ca8930a82..4e03c2dc354 100644
--- a/Master/texmf-dist/fonts/source/public/wsuipa/wslipa10.mf
+++ b/Master/texmf-dist/fonts/source/public/wsuipa/wslipa10.mf
@@ -1,3 +1,5 @@
+% Please see the file LICENCE-wsuipa.txt for licensing information.
+
% This is WSLIPA10.MF in text format, as of June 13, 1988.
% WSU Computer Modern Slanted IPA 10 point
if unknown cmbase: input cmbase fi
diff --git a/Master/texmf-dist/fonts/source/public/wsuipa/wslipa11.mf b/Master/texmf-dist/fonts/source/public/wsuipa/wslipa11.mf
index c63ddda77e3..97098349822 100644
--- a/Master/texmf-dist/fonts/source/public/wsuipa/wslipa11.mf
+++ b/Master/texmf-dist/fonts/source/public/wsuipa/wslipa11.mf
@@ -1,3 +1,5 @@
+% Please see the file LICENCE-wsuipa.txt for licensing information.
+
% This is WSLIPA11.MF in text format, as of Mar 25, 1988.
% WSU Computer Modern Slanted IPA 11 point
if unknown cmbase: input cmbase fi
diff --git a/Master/texmf-dist/fonts/source/public/wsuipa/wslipa12.mf b/Master/texmf-dist/fonts/source/public/wsuipa/wslipa12.mf
index 097dde81f04..d27e686fdda 100644
--- a/Master/texmf-dist/fonts/source/public/wsuipa/wslipa12.mf
+++ b/Master/texmf-dist/fonts/source/public/wsuipa/wslipa12.mf
@@ -1,3 +1,5 @@
+% Please see the file LICENCE-wsuipa.txt for licensing information.
+
% This is WSLIPA12.MF in text format, as of Feb 20, 1988.
% Computer Modern Slanted IPA 12 point
if unknown cmbase: input cmbase fi
diff --git a/Master/texmf-dist/fonts/source/public/wsuipa/wslipa17.mf b/Master/texmf-dist/fonts/source/public/wsuipa/wslipa17.mf
index 10dac0e125c..52617cad354 100644
--- a/Master/texmf-dist/fonts/source/public/wsuipa/wslipa17.mf
+++ b/Master/texmf-dist/fonts/source/public/wsuipa/wslipa17.mf
@@ -1,3 +1,5 @@
+% Please see the file LICENCE-wsuipa.txt for licensing information.
+
% This is WSLIPA17.MF in text format, as of June 10, 1988.
% Computer Modern Slanted IPA 17 point (more or less)
if unknown cmbase: input cmbase fi
diff --git a/Master/texmf-dist/fonts/source/public/wsuipa/wslipa8.mf b/Master/texmf-dist/fonts/source/public/wsuipa/wslipa8.mf
index 85f936c3d9c..205b78e6953 100644
--- a/Master/texmf-dist/fonts/source/public/wsuipa/wslipa8.mf
+++ b/Master/texmf-dist/fonts/source/public/wsuipa/wslipa8.mf
@@ -1,3 +1,5 @@
+% Please see the file LICENCE-wsuipa.txt for licensing information.
+
% Washington State University International Phonetic Alphabet
% Computer Modern Roman Slanted 8 point
if unknown cmbase: input cmbase fi
diff --git a/Master/texmf-dist/fonts/source/public/wsuipa/wslipa9.mf b/Master/texmf-dist/fonts/source/public/wsuipa/wslipa9.mf
index e9383aefd03..1f4402176b8 100644
--- a/Master/texmf-dist/fonts/source/public/wsuipa/wslipa9.mf
+++ b/Master/texmf-dist/fonts/source/public/wsuipa/wslipa9.mf
@@ -1,3 +1,5 @@
+% Please see the file LICENCE-wsuipa.txt for licensing information.
+
% This is WSLIPA9.MF in text format, as of June 14, 1988.
% Computer Modern IPA Slanted 9 point
if unknown cmbase: input cmbase fi
diff --git a/Master/texmf-dist/fonts/source/public/wsuipa/wsuipa10.mf b/Master/texmf-dist/fonts/source/public/wsuipa/wsuipa10.mf
index 60b3de52674..f7976582bb3 100644
--- a/Master/texmf-dist/fonts/source/public/wsuipa/wsuipa10.mf
+++ b/Master/texmf-dist/fonts/source/public/wsuipa/wsuipa10.mf
@@ -1,3 +1,5 @@
+% Please see the file LICENCE-wsuipa.txt for licensing information.
+
% This is WSUIPA10.MF in text format, as of Jan 13, 1988.
% WSU Computer Modern Roman IPA 10 point
if unknown cmbase: input cmbase fi
diff --git a/Master/texmf-dist/fonts/source/public/wsuipa/wsuipa11.mf b/Master/texmf-dist/fonts/source/public/wsuipa/wsuipa11.mf
index c0ca3d8bcf1..918d45aa970 100644
--- a/Master/texmf-dist/fonts/source/public/wsuipa/wsuipa11.mf
+++ b/Master/texmf-dist/fonts/source/public/wsuipa/wsuipa11.mf
@@ -1,3 +1,5 @@
+% Please see the file LICENCE-wsuipa.txt for licensing information.
+
% This is WSUIPA11.MF in text format, as of Mar 25, 1988.
% WSU Computer Modern Roman IPA 11 point
if unknown cmbase: input cmbase fi
diff --git a/Master/texmf-dist/fonts/source/public/wsuipa/wsuipa12.mf b/Master/texmf-dist/fonts/source/public/wsuipa/wsuipa12.mf
index d80484a712e..b6636a441b5 100644
--- a/Master/texmf-dist/fonts/source/public/wsuipa/wsuipa12.mf
+++ b/Master/texmf-dist/fonts/source/public/wsuipa/wsuipa12.mf
@@ -1,3 +1,5 @@
+% Please see the file LICENCE-wsuipa.txt for licensing information.
+
% This is IPA12.MF in text format, as of Feb 20, 1988.
% Computer Modern IPA 12 point
if unknown cmbase: input cmbase fi
diff --git a/Master/texmf-dist/fonts/source/public/wsuipa/wsuipa17.mf b/Master/texmf-dist/fonts/source/public/wsuipa/wsuipa17.mf
index 8bf826bbbe3..205f1f300e5 100644
--- a/Master/texmf-dist/fonts/source/public/wsuipa/wsuipa17.mf
+++ b/Master/texmf-dist/fonts/source/public/wsuipa/wsuipa17.mf
@@ -1,3 +1,5 @@
+% Please see the file LICENCE-wsuipa.txt for licensing information.
+
% This is WSUIPA17.MF in text format, as of June 10, 1988.
% Computer Modern Roman IPA 17 point (more or less)
if unknown cmbase: input cmbase fi
diff --git a/Master/texmf-dist/fonts/source/public/wsuipa/wsuipa8.mf b/Master/texmf-dist/fonts/source/public/wsuipa/wsuipa8.mf
index 7116cbdee3f..2fc52caabd3 100644
--- a/Master/texmf-dist/fonts/source/public/wsuipa/wsuipa8.mf
+++ b/Master/texmf-dist/fonts/source/public/wsuipa/wsuipa8.mf
@@ -1,3 +1,5 @@
+% Please see the file LICENCE-wsuipa.txt for licensing information.
+
% Washington State University International Phonetic Alphabet
% Computer Modern Roman 8 point
if unknown cmbase: input cmbase fi
diff --git a/Master/texmf-dist/fonts/source/public/wsuipa/wsuipa9.mf b/Master/texmf-dist/fonts/source/public/wsuipa/wsuipa9.mf
index f1c69d349af..3c4e527ba95 100644
--- a/Master/texmf-dist/fonts/source/public/wsuipa/wsuipa9.mf
+++ b/Master/texmf-dist/fonts/source/public/wsuipa/wsuipa9.mf
@@ -1,3 +1,5 @@
+% Please see the file LICENCE-wsuipa.txt for licensing information.
+
% This is WSUIPA9.MF in text format, as of March 9, 1988.
% Computer Modern IPA Roman 9 point
if unknown cmbase: input cmbase fi