Sat Jun 3 14:46:51 2017 UTC ()
remove my copyright


(christos)
diff -r1.5 -r1.6 src/sys/arch/sgimips/gio/devlist2h.awk

cvs diff -r1.5 -r1.6 src/sys/arch/sgimips/gio/devlist2h.awk (expand / switch to unified diff)

--- src/sys/arch/sgimips/gio/devlist2h.awk 2008/05/02 18:11:05 1.5
+++ src/sys/arch/sgimips/gio/devlist2h.awk 2017/06/03 14:46:51 1.6
@@ -1,15 +1,15 @@ @@ -1,15 +1,15 @@
1#! /usr/bin/awk -f 1#! /usr/bin/awk -f
2# $NetBSD: devlist2h.awk,v 1.5 2008/05/02 18:11:05 martin Exp $ 2# $NetBSD: devlist2h.awk,v 1.6 2017/06/03 14:46:51 christos Exp $
3# 3#
4# Copyright (c) 1998 The NetBSD Foundation, Inc. 4# Copyright (c) 1998 The NetBSD Foundation, Inc.
5# All rights reserved. 5# All rights reserved.
6# 6#
7# This code is derived from software contributed to The NetBSD Foundation 7# This code is derived from software contributed to The NetBSD Foundation
8# by Christos Zoulas. 8# by Christos Zoulas.
9# 9#
10# Redistribution and use in source and binary forms, with or without 10# Redistribution and use in source and binary forms, with or without
11# modification, are permitted provided that the following conditions 11# modification, are permitted provided that the following conditions
12# are met: 12# are met:
13# 1. Redistributions of source code must retain the above copyright 13# 1. Redistributions of source code must retain the above copyright
14# notice, this list of conditions and the following disclaimer. 14# notice, this list of conditions and the following disclaimer.
15# 2. Redistributions in binary form must reproduce the above copyright 15# 2. Redistributions in binary form must reproduce the above copyright
@@ -32,27 +32,26 @@ @@ -32,27 +32,26 @@
32# All rights reserved. 32# All rights reserved.
33# 33#
34# Redistribution and use in source and binary forms, with or without 34# Redistribution and use in source and binary forms, with or without
35# modification, are permitted provided that the following conditions 35# modification, are permitted provided that the following conditions
36# are met: 36# are met:
37# 1. Redistributions of source code must retain the above copyright 37# 1. Redistributions of source code must retain the above copyright
38# notice, this list of conditions and the following disclaimer. 38# notice, this list of conditions and the following disclaimer.
39# 2. Redistributions in binary form must reproduce the above copyright 39# 2. Redistributions in binary form must reproduce the above copyright
40# notice, this list of conditions and the following disclaimer in the 40# notice, this list of conditions and the following disclaimer in the
41# documentation and/or other materials provided with the distribution. 41# documentation and/or other materials provided with the distribution.
42# 3. All advertising materials mentioning features or use of this software 42# 3. All advertising materials mentioning features or use of this software
43# must display the following acknowledgement: 43# must display the following acknowledgement:
44# This product includes software developed by Christopher G. Demetriou. 44# This product includes software developed by Christopher G. Demetriou.
45# This product includes software developed by Christos Zoulas 
46# 4. The name of the author(s) may not be used to endorse or promote products 45# 4. The name of the author(s) may not be used to endorse or promote products
47# derived from this software without specific prior written permission 46# derived from this software without specific prior written permission
48# 47#
49# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 48# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
50# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 49# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
51# OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 50# OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
52# IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 51# IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
53# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 52# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
54# NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 53# NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
55# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 54# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
56# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 55# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
57# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 56# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
58# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 57# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.