revert to RC1 version of the file with the license we like
This commit is contained in:
parent
918958705d
commit
d6f33d8972
|
@ -1,6 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# $XdotOrg: xc/programs/Xserver/hw/xfree86/getconfig/getconfig.sh,v 1.2 2003/09/20 01:45:57 dawes Exp $
|
|
||||||
# $DHD: xc/programs/Xserver/hw/xfree86/getconfig/getconfig.sh,v 1.2 2003/09/20 01:45:57 dawes Exp $
|
# $DHD: xc/programs/Xserver/hw/xfree86/getconfig/getconfig.sh,v 1.2 2003/09/20 01:45:57 dawes Exp $
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -15,42 +14,26 @@
|
||||||
# and/or sell copies of the Software, and to permit persons to whom the
|
# and/or sell copies of the Software, and to permit persons to whom the
|
||||||
# Software is furnished to do so, subject to the following conditions:
|
# Software is furnished to do so, subject to the following conditions:
|
||||||
#
|
#
|
||||||
# 1. Redistributions of source code must retain the above copyright
|
# The above copyright notice and this permission notice shall be included in
|
||||||
# notice, this list of conditions, and the following disclaimer.
|
# all copies or substantial portions of the Software.
|
||||||
#
|
#
|
||||||
# 2. Redistributions in binary form must reproduce the above
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
# copyright notice, this list of conditions and the following
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
# disclaimer in the documentation and/or other materials provided
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
# with the distribution.
|
# THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
||||||
|
# OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
||||||
|
# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
||||||
|
# OTHER DEALINGS IN THE SOFTWARE.
|
||||||
#
|
#
|
||||||
# 3. The end-user documentation included with the redistribution,
|
# Except as contained in this notice, the name of the copyright holder(s)
|
||||||
# if any, must include the following acknowledgment: "This product
|
# and author(s) shall not be used in advertising or otherwise to promote
|
||||||
# includes software developed by X-Oz Technologies
|
# the sale, use or other dealings in this Software without prior written
|
||||||
# (http://www.x-oz.com/)." Alternately, this acknowledgment may
|
# authorization from the copyright holder(s) and author(s).
|
||||||
# appear in the software itself, if and wherever such third-party
|
|
||||||
# acknowledgments normally appear.
|
|
||||||
#
|
|
||||||
# 4. Except as contained in this notice, the name of X-Oz
|
|
||||||
# Technologies shall not be used in advertising or otherwise to
|
|
||||||
# promote the sale, use or other dealings in this Software without
|
|
||||||
# prior written authorization from X-Oz Technologies.
|
|
||||||
#
|
|
||||||
# THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR
|
|
||||||
# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
||||||
# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
||||||
# ARE DISCLAIMED. IN NO EVENT SHALL X-OZ TECHNOLOGIES OR ITS CONTRIBUTORS
|
|
||||||
# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
|
|
||||||
# OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
|
|
||||||
# OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
|
|
||||||
# BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
|
||||||
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
|
|
||||||
# OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
|
|
||||||
# EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
#
|
#
|
||||||
# Author: David Dawes <dawes@XFree86.Org>.
|
# Author: David Dawes <dawes@XFree86.Org>.
|
||||||
#
|
#
|
||||||
|
|
||||||
# $XFree86: xc/programs/Xserver/hw/xfree86/getconfig/getconfig.sh,v 1.2 2003/12/12 00:39:16 dawes Exp $
|
# $XFree86: xc/programs/Xserver/hw/xfree86/getconfig/getconfig.sh,v 1.1 2003/10/08 14:58:29 dawes Exp $
|
||||||
|
|
||||||
# A simple wrapper to execute the real getconfig program. So long as perl
|
# A simple wrapper to execute the real getconfig program. So long as perl
|
||||||
# is in $PATH, we don't need to know where it is this way.
|
# is in $PATH, we don't need to know where it is this way.
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
#!/usr/bin/perl
|
#!/usr/bin/perl
|
||||||
|
|
||||||
# $XdotOrg: xc/programs/Xserver/hw/xfree86/getconfig/getconfig.pl,v 1.13 2003/09/23 05:12:07 dawes Exp $
|
|
||||||
# $DHD: xc/programs/Xserver/hw/xfree86/getconfig/getconfig.pl,v 1.13 2003/09/23 05:12:07 dawes Exp $
|
# $DHD: xc/programs/Xserver/hw/xfree86/getconfig/getconfig.pl,v 1.13 2003/09/23 05:12:07 dawes Exp $
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -15,42 +14,26 @@
|
||||||
# and/or sell copies of the Software, and to permit persons to whom the
|
# and/or sell copies of the Software, and to permit persons to whom the
|
||||||
# Software is furnished to do so, subject to the following conditions:
|
# Software is furnished to do so, subject to the following conditions:
|
||||||
#
|
#
|
||||||
# 1. Redistributions of source code must retain the above copyright
|
# The above copyright notice and this permission notice shall be included in
|
||||||
# notice, this list of conditions, and the following disclaimer.
|
# all copies or substantial portions of the Software.
|
||||||
#
|
#
|
||||||
# 2. Redistributions in binary form must reproduce the above
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
# copyright notice, this list of conditions and the following
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
# disclaimer in the documentation and/or other materials provided
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
# with the distribution.
|
# THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
||||||
|
# OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
||||||
|
# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
||||||
|
# OTHER DEALINGS IN THE SOFTWARE.
|
||||||
#
|
#
|
||||||
# 3. The end-user documentation included with the redistribution,
|
# Except as contained in this notice, the name of the copyright holder(s)
|
||||||
# if any, must include the following acknowledgment: "This product
|
# and author(s) shall not be used in advertising or otherwise to promote
|
||||||
# includes software developed by X-Oz Technologies
|
# the sale, use or other dealings in this Software without prior written
|
||||||
# (http://www.x-oz.com/)." Alternately, this acknowledgment may
|
# authorization from the copyright holder(s) and author(s).
|
||||||
# appear in the software itself, if and wherever such third-party
|
|
||||||
# acknowledgments normally appear.
|
|
||||||
#
|
|
||||||
# 4. Except as contained in this notice, the name of X-Oz
|
|
||||||
# Technologies shall not be used in advertising or otherwise to
|
|
||||||
# promote the sale, use or other dealings in this Software without
|
|
||||||
# prior written authorization from X-Oz Technologies.
|
|
||||||
#
|
|
||||||
# THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR
|
|
||||||
# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
||||||
# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
||||||
# ARE DISCLAIMED. IN NO EVENT SHALL X-OZ TECHNOLOGIES OR ITS CONTRIBUTORS
|
|
||||||
# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
|
|
||||||
# OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
|
|
||||||
# OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
|
|
||||||
# BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
|
||||||
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
|
|
||||||
# OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
|
|
||||||
# EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
#
|
#
|
||||||
# Author: David Dawes <dawes@XFree86.Org>.
|
# Author: David Dawes <dawes@XFree86.Org>.
|
||||||
#
|
#
|
||||||
|
|
||||||
# $XFree86: xc/programs/Xserver/hw/xfree86/getconfig/getconfig.pl,v 1.2 2003/12/12 00:39:16 dawes Exp $
|
# $XFree86: xc/programs/Xserver/hw/xfree86/getconfig/getconfig.pl,v 1.1 2003/10/08 14:58:29 dawes Exp $
|
||||||
|
|
||||||
#
|
#
|
||||||
# This script takes PCI id information, compares it against an ordered list
|
# This script takes PCI id information, compares it against an ordered list
|
||||||
|
|
Loading…
Reference in New Issue