xref: /freebsd-src/usr.sbin/bsdconfig/includes/include/messages.subr (revision d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf)
1*ad8f8a1fSDevin Teske# Copyright (c) 2013 Devin Teske
2*ad8f8a1fSDevin Teske# All rights reserved.
3*ad8f8a1fSDevin Teske#
4*ad8f8a1fSDevin Teske# Redistribution and use in source and binary forms, with or without
5*ad8f8a1fSDevin Teske# modification, are permitted provided that the following conditions
6*ad8f8a1fSDevin Teske# are met:
7*ad8f8a1fSDevin Teske# 1. Redistributions of source code must retain the above copyright
8*ad8f8a1fSDevin Teske#    notice, this list of conditions and the following disclaimer.
9*ad8f8a1fSDevin Teske# 2. Redistributions in binary form must reproduce the above copyright
10*ad8f8a1fSDevin Teske#    notice, this list of conditions and the following disclaimer in the
11*ad8f8a1fSDevin Teske#    documentation and/or other materials provided with the distribution.
12*ad8f8a1fSDevin Teske#
13*ad8f8a1fSDevin Teske# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
14*ad8f8a1fSDevin Teske# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
15*ad8f8a1fSDevin Teske# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
16*ad8f8a1fSDevin Teske# ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
17*ad8f8a1fSDevin Teske# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18*ad8f8a1fSDevin Teske# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19*ad8f8a1fSDevin Teske# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20*ad8f8a1fSDevin Teske# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21*ad8f8a1fSDevin Teske# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22*ad8f8a1fSDevin Teske# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23*ad8f8a1fSDevin Teske# SUCH DAMAGE.
24*ad8f8a1fSDevin Teske#
25*ad8f8a1fSDevin Teske
26*ad8f8a1fSDevin Teskemsg_functions_in="Functions in %s:"
27*ad8f8a1fSDevin Teskemsg_functions_in_matching="Functions in %s matching \`%s':"
28