15f4613f2SJohn Marino#!/bin/sh 25f4613f2SJohn Marino############################################################################## 3*32bb5217SDaniel Fojt# Copyright 2020 Thomas E. Dickey # 4*32bb5217SDaniel Fojt# Copyright 1998,2006 Free Software Foundation, Inc. # 55f4613f2SJohn Marino# # 65f4613f2SJohn Marino# Permission is hereby granted, free of charge, to any person obtaining a # 75f4613f2SJohn Marino# copy of this software and associated documentation files (the "Software"), # 85f4613f2SJohn Marino# to deal in the Software without restriction, including without limitation # 95f4613f2SJohn Marino# the rights to use, copy, modify, merge, publish, distribute, distribute # 105f4613f2SJohn Marino# with modifications, sublicense, and/or sell copies of the Software, and to # 115f4613f2SJohn Marino# permit persons to whom the Software is furnished to do so, subject to the # 125f4613f2SJohn Marino# following conditions: # 135f4613f2SJohn Marino# # 145f4613f2SJohn Marino# The above copyright notice and this permission notice shall be included in # 155f4613f2SJohn Marino# all copies or substantial portions of the Software. # 165f4613f2SJohn Marino# # 175f4613f2SJohn Marino# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR # 185f4613f2SJohn Marino# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, # 195f4613f2SJohn Marino# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL # 205f4613f2SJohn Marino# THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER # 215f4613f2SJohn Marino# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING # 225f4613f2SJohn Marino# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER # 235f4613f2SJohn Marino# DEALINGS IN THE SOFTWARE. # 245f4613f2SJohn Marino# # 255f4613f2SJohn Marino# Except as contained in this notice, the name(s) of the above copyright # 265f4613f2SJohn Marino# holders shall not be used in advertising or otherwise to promote the sale, # 275f4613f2SJohn Marino# use or other dealings in this Software without prior written # 285f4613f2SJohn Marino# authorization. # 295f4613f2SJohn Marino############################################################################## 305f4613f2SJohn Marinoexec tput clear 31