diff options
| author | mrg <mrg@NetBSD.org> | 2021-12-11 19:24:18 +0000 |
|---|---|---|
| committer | mrg <mrg@NetBSD.org> | 2021-12-11 19:24:18 +0000 |
| commit | 43365e7e531757508ca72a1269097ee3019c75bb (patch) | |
| tree | afbdbd0d9df89c680bcf1c65604c0085486361d8 /sys/dev/raidframe | |
| parent | f60f217d76d405012b25d65e8689ed558cc2bcf0 (diff) | |
remove clause 3 from all my licenses that aren't conflicting with
another copyright claim line. again. (i did this in 2008 and then
did not update all of my personal templates.)
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 |
