2 # ----------------------------------------------------------------------------
3 # "THE BEER-WARE LICENSE" (Revision 42):
4 # <phk@FreeBSD.ORG> wrote this file. As long as you retain this notice you
5 # can do whatever you want with this stuff. If we meet some day, and you think
6 # this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
7 # ----------------------------------------------------------------------------
20 /mm {25.4 div 72 mul} def
21 /FreeBSD findfont 120 scalefont setfont
22 /center 210 mm 2 div def
24 /cshow { dup stringwidth pop 2 div neg 0 rmoveto show } def
26 % "FreeBSD" across the top.
27 % 691 is "top - height of caps - (left - X("F"))"
31 % Put beastie in the center
34 384 sc mul 2 div neg 0 rmoveto
35 gsave currentpoint translate sc sc scale beastie grestore
37 % A box for the bottom text
40 210 mm 20 sub 0 rlineto
42 210 mm 20 sub neg 0 rlineto
50 /FreeBSD findfont 50 scalefont setfont
53 (http://www.FreeBSD.org) cshow
55 % Do not forget Kirks copyright string.
57 /Times-Roman findfont 8 scalefont setfont
59 /Symbol findfont 8 scalefont setfont
61 /Times-Roman findfont 8 scalefont setfont
62 (Copyright 1988 by Marshall Kirk McKusick. All Rights Reserved.) show