2015-07-21 11:42:28 (UTC-03:00)
Marcel Rodrigues <marcelgmr@gmail.com>
Use proper name for font file and add its license.
diff --git a/6x11.mbf b/6x11.mbf deleted file mode 100644 index c1c3c85..0000000 Binary files a/6x11.mbf and /dev/null differ diff --git a/LICENSE.uw-ttyp0 b/LICENSE.uw-ttyp0 new file mode 100644 index 0000000..45ca0d5 --- /dev/null +++ b/LICENSE.uw-ttyp0 @@ -0,0 +1,37 @@ +Copyright (C) 2012, 2013 Uwe Waldmann + +The UW ttyp0 fonts are released under the ttyp0 License. + +------------------------------------------------------------------------ + +THE TTYP0 LICENSE + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this font software and associated files (the "Software"), +to deal in the Software without restriction, including without +limitation the rights to use, copy, modify, merge, publish, +distribute, embed, 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: + +(1) The above copyright notice, this permission notice, and the + disclaimer below shall be included in all copies or substantial + portions of the Software. + +(2) If the design of any glyphs in the fonts that are contained in the + Software or generated during the installation process is modified + or if additional glyphs are added to the fonts, the fonts + must be renamed. The new names may not contain the word "UW", + irrespective of capitalisation; the new names may contain the word + "ttyp0", irrespective of capitalisation, only if preceded by a + foundry name different from "UW". + +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/main.c b/main.c index d727ab8..b176757 100644 --- a/main.c +++ b/main.c @@ -232,7 +232,7 @@ main(int argc, char *argv[]) Term *term; w = 80; h = 30; - f = "6x11.mbf"; + f = "uw-ttyp0-11.mbf"; o = "con.gif"; d = 1.0; m = FLT_MAX; c = 1; diff --git a/uw-ttyp0-11.mbf b/uw-ttyp0-11.mbf new file mode 100644 index 0000000..c1c3c85 Binary files /dev/null and b/uw-ttyp0-11.mbf differ