diff options
Diffstat (limited to 'sys/dev/raidframe')
| -rw-r--r-- | sys/dev/raidframe/rf_compat32.c | 4 | ||||
| -rw-r--r-- | sys/dev/raidframe/rf_compat32.h | 4 | ||||
| -rw-r--r-- | sys/dev/raidframe/rf_compat80.c | 4 | ||||
| -rw-r--r-- | sys/dev/raidframe/rf_compat80.h | 4 |
4 files changed, 4 insertions, 12 deletions
diff --git a/sys/dev/raidframe/rf_compat32.c b/sys/dev/raidframe/rf_compat32.c index ea7e6752267..abec54aa5da 100644 --- a/sys/dev/raidframe/rf_compat32.c +++ b/sys/dev/raidframe/rf_compat32.c @@ -1,4 +1,4 @@ -/* $NetBSD: rf_compat32.c,v 1.8 2020/01/07 06:10:18 maxv Exp $ */ +/* $NetBSD: rf_compat32.c,v 1.9 2021/12/11 19:24:21 mrg Exp $ */ /* * Copyright (c) 2017 Matthew R. Green @@ -12,8 +12,6 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES diff --git a/sys/dev/raidframe/rf_compat32.h b/sys/dev/raidframe/rf_compat32.h index 9c57d78ceab..4b9a11780bf 100644 --- a/sys/dev/raidframe/rf_compat32.h +++ b/sys/dev/raidframe/rf_compat32.h @@ -1,4 +1,4 @@ -/* $NetBSD: rf_compat32.h,v 1.3 2019/02/05 23:28:02 christos Exp $ */ +/* $NetBSD: rf_compat32.h,v 1.4 2021/12/11 19:24:21 mrg Exp $ */ /* * Copyright (c) 2017 Matthew R. Green @@ -12,8 +12,6 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES diff --git a/sys/dev/raidframe/rf_compat80.c b/sys/dev/raidframe/rf_compat80.c index 64872eff370..3215849fe09 100644 --- a/sys/dev/raidframe/rf_compat80.c +++ b/sys/dev/raidframe/rf_compat80.c @@ -1,4 +1,4 @@ -/* $NetBSD: rf_compat80.c,v 1.15 2021/05/26 06:11:50 mrg Exp $ */ +/* $NetBSD: rf_compat80.c,v 1.16 2021/12/11 19:24:21 mrg Exp $ */ /* * Copyright (c) 2017 Matthew R. Green @@ -12,8 +12,6 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES diff --git a/sys/dev/raidframe/rf_compat80.h b/sys/dev/raidframe/rf_compat80.h index 247457876bf..f892fca85d1 100644 --- a/sys/dev/raidframe/rf_compat80.h +++ b/sys/dev/raidframe/rf_compat80.h @@ -1,4 +1,4 @@ -/* $NetBSD: rf_compat80.h,v 1.3 2019/02/05 23:28:02 christos Exp $ */ +/* $NetBSD: rf_compat80.h,v 1.4 2021/12/11 19:24:21 mrg Exp $ */ /* * Copyright (c) 2017 Matthew R. Green @@ -12,8 +12,6 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
