xref: /illumos-gate/usr/src/cmd/find/inc.flg (revision 96fe64c1)
1*96fe64c1Sas#!/bin/sh
2*96fe64c1Sas#
3*96fe64c1Sas# CDDL HEADER START
4*96fe64c1Sas#
5*96fe64c1Sas# The contents of this file are subject to the terms of the
6*96fe64c1Sas# Common Development and Distribution License (the "License").
7*96fe64c1Sas# You may not use this file except in compliance with the License.
8*96fe64c1Sas#
9*96fe64c1Sas# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
10*96fe64c1Sas# or http://www.opensolaris.org/os/licensing.
11*96fe64c1Sas# See the License for the specific language governing permissions
12*96fe64c1Sas# and limitations under the License.
13*96fe64c1Sas#
14*96fe64c1Sas# When distributing Covered Code, include this CDDL HEADER in each
15*96fe64c1Sas# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
16*96fe64c1Sas# If applicable, add the following below this CDDL HEADER, with the
17*96fe64c1Sas# fields enclosed by brackets "[]" replaced with your own identifying
18*96fe64c1Sas# information: Portions Copyright [yyyy] [name of copyright owner]
19*96fe64c1Sas#
20*96fe64c1Sas# CDDL HEADER END
21*96fe64c1Sas#
22*96fe64c1Sas#
23*96fe64c1Sas# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
24*96fe64c1Sas# Use is subject to license terms.
25*96fe64c1Sas#
26*96fe64c1Sas#ident	"%Z%%M%	%I%	%E% SMI"
27*96fe64c1Sas
28*96fe64c1Sasecho_file usr/src/common/util/getresponse.c
29*96fe64c1Sasecho_file usr/src/common/util/getresponse.h
30