xref: /freebsd/contrib/ncurses/panel/headers (revision 43c7dd6b597947c27cab4ebc5a67a8a3f5b7c58d)
1 0e3d5408SPeter Wemm##############################################################################
2 *e1865124SBaptiste Daroussin# Copyright 2020 Thomas E. Dickey                                            #
3 *e1865124SBaptiste Daroussin# Copyright 1998,2006 Free Software Foundation, Inc.                         #
4 0e3d5408SPeter Wemm#                                                                            #
5 0e3d5408SPeter Wemm# Permission is hereby granted, free of charge, to any person obtaining a    #
6 0e3d5408SPeter Wemm# copy of this software and associated documentation files (the "Software"), #
7 0e3d5408SPeter Wemm# to deal in the Software without restriction, including without limitation  #
8 0e3d5408SPeter Wemm# the rights to use, copy, modify, merge, publish, distribute, distribute    #
9 0e3d5408SPeter Wemm# with modifications, sublicense, and/or sell copies of the Software, and to #
10 0e3d5408SPeter Wemm# permit persons to whom the Software is furnished to do so, subject to the  #
11 0e3d5408SPeter Wemm# following conditions:                                                      #
12 0e3d5408SPeter Wemm#                                                                            #
13 0e3d5408SPeter Wemm# The above copyright notice and this permission notice shall be included in #
14 0e3d5408SPeter Wemm# all copies or substantial portions of the Software.                        #
15 0e3d5408SPeter Wemm#                                                                            #
16 0e3d5408SPeter Wemm# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR #
17 0e3d5408SPeter Wemm# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,   #
18 0e3d5408SPeter Wemm# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL    #
19 0e3d5408SPeter Wemm# THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER      #
20 0e3d5408SPeter Wemm# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING    #
21 0e3d5408SPeter Wemm# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER        #
22 0e3d5408SPeter Wemm# DEALINGS IN THE SOFTWARE.                                                  #
23 0e3d5408SPeter Wemm#                                                                            #
24 0e3d5408SPeter Wemm# Except as contained in this notice, the name(s) of the above copyright     #
25 0e3d5408SPeter Wemm# holders shall not be used in advertising or otherwise to promote the sale, #
26 0e3d5408SPeter Wemm# use or other dealings in this Software without prior written               #
27 0e3d5408SPeter Wemm# authorization.                                                             #
28 0e3d5408SPeter Wemm##############################################################################
29 0e3d5408SPeter Wemm#
30 0e3d5408SPeter Wemm# Author: Thomas E. Dickey <dickey@clark.net> 1996
31 0e3d5408SPeter Wemm#
32 0e3d5408SPeter Wemm$(srcdir)/panel.h
33 5ca44d1cSRong-En Fan# vile:makemode
34