diff options
-rw-r--r-- | COPYING | 25 | ||||
-rw-r--r-- | fonttosfnt.man | 11 |
2 files changed, 21 insertions, 15 deletions
@@ -1,12 +1,19 @@ -This is a stub file. This package has not yet had its complete licensing -information compiled. Please see the individual source files for details on -your rights to use and modify this software. +Copyright (c) 2002-2003 by Juliusz Chroboczek -Please submit updated COPYING files to the Xorg bugzilla: +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: -https://bugs.freedesktop.org/enter_bug.cgi?product=xorg +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. -All licensing questions regarding this software should be directed at the -Xorg mailing list: - -http://lists.freedesktop.org/mailman/listinfo/xorg +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/fonttosfnt.man b/fonttosfnt.man index 5bc5ef2..cc73346 100644 --- a/fonttosfnt.man +++ b/fonttosfnt.man @@ -27,8 +27,8 @@ sometimes yield a modest decrease in file size for small character cell fonts (terminal fonts). .TP .B \-b -Write byte-aligned glyph data. By default, bit-aligned data is -written, which yields a smaller file size. +Write byte-aligned glyph data. By default, unaligned data is written, +which yields a smaller file size. .TP .B \-r Do not reencode fonts. By default, fonts are reencoded to Unicode @@ -69,10 +69,9 @@ Some of the font-level values, notably sub- and superscript positions, are dummy values. .SH SEE ALSO X(7), Xserver(1), Xft(3x). -.I Fonts in X. +.I Fonts in X11. .SH AUTHOR The version of .B Fonttosfnt -included in this X.Org Foundation release -was originally written by Juliusz Chroboczek <jch@xfree86.org> -for the XFree86 project. +included in this X.Org Foundation release was originally written by +Juliusz Chroboczek <jch@freedesktop.org> for the XFree86 project. |