xref: /dflybsd-src/contrib/ncurses/misc/magic (revision 3468e90c2a982d2508ffab3b87946f66bebe4d03)
1*3468e90cSJohn Marino# $Id: magic,v 1.1 2015/05/02 18:49:38 tom Exp $
2*3468e90cSJohn Marino##############################################################################
3*3468e90cSJohn Marino# Copyright (c) 2015 Free Software Foundation, Inc.                          #
4*3468e90cSJohn Marino#                                                                            #
5*3468e90cSJohn Marino# Permission is hereby granted, free of charge, to any person obtaining a    #
6*3468e90cSJohn Marino# copy of this software and associated documentation files (the "Software"), #
7*3468e90cSJohn Marino# to deal in the Software without restriction, including without limitation  #
8*3468e90cSJohn Marino# the rights to use, copy, modify, merge, publish, distribute, distribute    #
9*3468e90cSJohn Marino# with modifications, sublicense, and/or sell copies of the Software, and to #
10*3468e90cSJohn Marino# permit persons to whom the Software is furnished to do so, subject to the  #
11*3468e90cSJohn Marino# following conditions:                                                      #
12*3468e90cSJohn Marino#                                                                            #
13*3468e90cSJohn Marino# The above copyright notice and this permission notice shall be included in #
14*3468e90cSJohn Marino# all copies or substantial portions of the Software.                        #
15*3468e90cSJohn Marino#                                                                            #
16*3468e90cSJohn Marino# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR #
17*3468e90cSJohn Marino# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,   #
18*3468e90cSJohn Marino# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL    #
19*3468e90cSJohn Marino# THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER      #
20*3468e90cSJohn Marino# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING    #
21*3468e90cSJohn Marino# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER        #
22*3468e90cSJohn Marino# DEALINGS IN THE SOFTWARE.                                                  #
23*3468e90cSJohn Marino#                                                                            #
24*3468e90cSJohn Marino# Except as contained in this notice, the name(s) of the above copyright     #
25*3468e90cSJohn Marino# holders shall not be used in advertising or otherwise to promote the sale, #
26*3468e90cSJohn Marino# use or other dealings in this Software without prior written               #
27*3468e90cSJohn Marino# authorization.                                                             #
28*3468e90cSJohn Marino##############################################################################
29*3468e90cSJohn Marino# for reference, from file 5.22:
30*3468e90cSJohn Marino0	string		\032\001	Compiled terminfo entry
31*3468e90cSJohn Marino# ncurses-specific
32*3468e90cSJohn Marino0       string          \210\210        Screen-dump (ncurses)
33