diff options
Diffstat (limited to 'Master/texmf-dist/source/fonts/fpl/AddException')
-rw-r--r-- | Master/texmf-dist/source/fonts/fpl/AddException | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/fonts/fpl/AddException b/Master/texmf-dist/source/fonts/fpl/AddException new file mode 100644 index 00000000000..3e2457e9e1e --- /dev/null +++ b/Master/texmf-dist/source/fonts/fpl/AddException @@ -0,0 +1,5 @@ +# Add exception clause to string +exception=" As a special exception, permission is granted to include this font program in a Postscript or PDF"; +exception=exception+" file that consists of a document that contains text to be displayed or printed using this font, " +exception=exception+"regardless of the conditions or license applying to the document itself."; +return $1 + exception;
\ No newline at end of file |