Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/wsfont iso8x16 font removed until such time as licen...



details:   https://anonhg.NetBSD.org/src/rev/55329ce469f6
branches:  trunk
changeset: 471855:55329ce469f6
user:      ad <ad%NetBSD.org@localhost>
date:      Tue Apr 13 18:34:13 1999 +0000

description:
iso8x16 font removed until such time as licensing can be clarified.

diffstat:

 sys/dev/wsfont/iso8x16.h |  4640 ----------------------------------------------
 1 files changed, 0 insertions(+), 4640 deletions(-)

diffs (truncated from 4644 to 300 lines):

diff -r b51d94a68a81 -r 55329ce469f6 sys/dev/wsfont/iso8x16.h
--- a/sys/dev/wsfont/iso8x16.h  Tue Apr 13 16:54:26 1999 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,4640 +0,0 @@
-/* $NetBSD: iso8x16.h,v 1.2 1999/04/13 00:40:10 ad Exp $ */
-
-/*
- * Copyright (c) 1999 Andy Doran <ad%NetBSD.org@localhost>
- * All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
- * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
- * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
- * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
- * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
- * SUCH DAMAGE.
- *
- */
-
-
-/*
- * This font was taken from FreeBSD 4.0-SNAP (Febuary 1999). It usually
- * lives in /usr/share/syscons/fonts/iso-8x16.fnt as a uuencoded file.
- *
- * I don't know of any copyright. Correct me if I'm wrong.
- */
-extern u_char iso8x16_data[];
-
-struct wsdisplay_font iso8x16 = {
-       "PC ISO",                       /* typeface name */
-       1,                              /* firstchar */
-       255,                            /* numchars */
-       WSDISPLAY_FONTENC_ISO,          /* encoding */
-       8,                              /* width */
-       16,                             /* height */
-       1,                              /* stride */
-       iso8x16_data                    /* data */
-};
-
-static u_char iso8x16_data[] = {
-       /* \01 */
-       0x00,   /* ........ */
-       0x00,   /* ........ */
-       0x7e,   /* .******. */
-       0x81,   /* *......* */
-       0xa5,   /* *.*..*.* */
-       0x81,   /* *......* */
-       0x81,   /* *......* */
-       0xbd,   /* *.****.* */
-       0x99,   /* *..**..* */
-       0x81,   /* *......* */
-       0x81,   /* *......* */
-       0x7e,   /* .******. */
-       0x00,   /* ........ */
-       0x00,   /* ........ */
-       0x00,   /* ........ */
-       0x00,   /* ........ */
-
-       /* \02 */
-       0x00,   /* ........ */
-       0x00,   /* ........ */
-       0x7e,   /* .******. */
-       0xff,   /* ******** */
-       0xdb,   /* **.**.** */
-       0xff,   /* ******** */
-       0xff,   /* ******** */
-       0xc3,   /* **....** */
-       0xe7,   /* ***..*** */
-       0xff,   /* ******** */
-       0xff,   /* ******** */
-       0x7e,   /* .******. */
-       0x00,   /* ........ */
-       0x00,   /* ........ */
-       0x00,   /* ........ */
-       0x00,   /* ........ */
-
-       /* \03 */
-       0x00,   /* ........ */
-       0x00,   /* ........ */
-       0x00,   /* ........ */
-       0x00,   /* ........ */
-       0x6c,   /* .**.**.. */
-       0xfe,   /* *******. */
-       0xfe,   /* *******. */
-       0xfe,   /* *******. */
-       0xfe,   /* *******. */
-       0x7c,   /* .*****.. */
-       0x38,   /* ..***... */
-       0x10,   /* ...*.... */
-       0x00,   /* ........ */
-       0x00,   /* ........ */
-       0x00,   /* ........ */
-       0x00,   /* ........ */
-
-       /* \04 */
-       0x00,   /* ........ */
-       0x00,   /* ........ */
-       0x00,   /* ........ */
-       0x00,   /* ........ */
-       0x10,   /* ...*.... */
-       0x38,   /* ..***... */
-       0x7c,   /* .*****.. */
-       0xfe,   /* *******. */
-       0x7c,   /* .*****.. */
-       0x38,   /* ..***... */
-       0x10,   /* ...*.... */
-       0x00,   /* ........ */
-       0x00,   /* ........ */
-       0x00,   /* ........ */
-       0x00,   /* ........ */
-       0x00,   /* ........ */
-
-       /* \05 */
-       0x00,   /* ........ */
-       0x00,   /* ........ */
-       0x00,   /* ........ */
-       0x18,   /* ...**... */
-       0x3c,   /* ..****.. */
-       0x3c,   /* ..****.. */
-       0xe7,   /* ***..*** */
-       0xe7,   /* ***..*** */
-       0xe7,   /* ***..*** */
-       0x18,   /* ...**... */
-       0x18,   /* ...**... */
-       0x3c,   /* ..****.. */
-       0x00,   /* ........ */
-       0x00,   /* ........ */
-       0x00,   /* ........ */
-       0x00,   /* ........ */
-
-       /* \06 */
-       0x00,   /* ........ */
-       0x00,   /* ........ */
-       0x00,   /* ........ */
-       0x18,   /* ...**... */
-       0x3c,   /* ..****.. */
-       0x7e,   /* .******. */
-       0xff,   /* ******** */
-       0xff,   /* ******** */
-       0x7e,   /* .******. */
-       0x18,   /* ...**... */
-       0x18,   /* ...**... */
-       0x3c,   /* ..****.. */
-       0x00,   /* ........ */
-       0x00,   /* ........ */
-       0x00,   /* ........ */
-       0x00,   /* ........ */
-
-       /* \07 */
-       0x00,   /* ........ */
-       0x00,   /* ........ */
-       0x00,   /* ........ */
-       0x00,   /* ........ */
-       0x00,   /* ........ */
-       0x00,   /* ........ */
-       0x18,   /* ...**... */
-       0x3c,   /* ..****.. */
-       0x3c,   /* ..****.. */
-       0x18,   /* ...**... */
-       0x00,   /* ........ */
-       0x00,   /* ........ */
-       0x00,   /* ........ */
-       0x00,   /* ........ */
-       0x00,   /* ........ */
-       0x00,   /* ........ */
-
-       /* \010 */
-       0xff,   /* ******** */
-       0xff,   /* ******** */
-       0xff,   /* ******** */
-       0xff,   /* ******** */
-       0xff,   /* ******** */
-       0xff,   /* ******** */
-       0xe7,   /* ***..*** */
-       0xc3,   /* **....** */
-       0xc3,   /* **....** */
-       0xe7,   /* ***..*** */
-       0xff,   /* ******** */
-       0xff,   /* ******** */
-       0xff,   /* ******** */
-       0xff,   /* ******** */
-       0xff,   /* ******** */
-       0xff,   /* ******** */
-
-       /* \011 */
-       0x00,   /* ........ */
-       0x00,   /* ........ */
-       0x00,   /* ........ */
-       0x00,   /* ........ */
-       0x00,   /* ........ */
-       0x3c,   /* ..****.. */
-       0x66,   /* .**..**. */
-       0x42,   /* .*....*. */
-       0x42,   /* .*....*. */
-       0x66,   /* .**..**. */
-       0x3c,   /* ..****.. */
-       0x00,   /* ........ */
-       0x00,   /* ........ */
-       0x00,   /* ........ */
-       0x00,   /* ........ */
-       0x00,   /* ........ */
-
-       /* \012 */
-       0xff,   /* ******** */
-       0xff,   /* ******** */
-       0xff,   /* ******** */
-       0xff,   /* ******** */
-       0xff,   /* ******** */
-       0xc3,   /* **....** */
-       0x99,   /* *..**..* */
-       0xbd,   /* *.****.* */
-       0xbd,   /* *.****.* */
-       0x99,   /* *..**..* */
-       0xc3,   /* **....** */
-       0xff,   /* ******** */
-       0xff,   /* ******** */
-       0xff,   /* ******** */
-       0xff,   /* ******** */
-       0xff,   /* ******** */
-
-       /* \013 */
-       0x00,   /* ........ */
-       0x00,   /* ........ */
-       0x1e,   /* ...****. */
-       0x0e,   /* ....***. */
-       0x1a,   /* ...**.*. */
-       0x32,   /* ..**..*. */
-       0x78,   /* .****... */
-       0xcc,   /* **..**.. */
-       0xcc,   /* **..**.. */
-       0xcc,   /* **..**.. */
-       0xcc,   /* **..**.. */
-       0x78,   /* .****... */
-       0x00,   /* ........ */
-       0x00,   /* ........ */
-       0x00,   /* ........ */
-       0x00,   /* ........ */
-
-       /* \014 */
-       0x00,   /* ........ */
-       0x00,   /* ........ */
-       0x3c,   /* ..****.. */
-       0x66,   /* .**..**. */
-       0x66,   /* .**..**. */
-       0x66,   /* .**..**. */
-       0x66,   /* .**..**. */
-       0x3c,   /* ..****.. */
-       0x18,   /* ...**... */
-       0x7e,   /* .******. */
-       0x18,   /* ...**... */
-       0x18,   /* ...**... */
-       0x00,   /* ........ */
-       0x00,   /* ........ */
-       0x00,   /* ........ */
-       0x00,   /* ........ */
-
-       /* \015 */
-       0x00,   /* ........ */
-       0x00,   /* ........ */
-       0x3f,   /* ..****** */
-       0x33,   /* ..**..** */
-       0x3f,   /* ..****** */
-       0x30,   /* ..**.... */
-       0x30,   /* ..**.... */
-       0x30,   /* ..**.... */
-       0x30,   /* ..**.... */
-       0x70,   /* .***.... */
-       0xf0,   /* ****.... */
-       0xe0,   /* ***..... */
-       0x00,   /* ........ */
-       0x00,   /* ........ */
-       0x00,   /* ........ */
-       0x00,   /* ........ */
-
-       /* \016 */
-       0x00,   /* ........ */
-       0x00,   /* ........ */
-       0x7f,   /* .******* */
-       0x63,   /* .**...** */
-       0x7f,   /* .******* */
-       0x63,   /* .**...** */
-       0x63,   /* .**...** */
-       0x63,   /* .**...** */
-       0x63,   /* .**...** */
-       0x67,   /* .**..*** */
-       0xe7,   /* ***..*** */



Home | Main Index | Thread Index | Old Index