From 949b56ba6637de7aca061d12795740d6245dda21 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Tue, 6 Sep 2016 15:17:35 +0000 Subject: [PATCH] Renumber the advertising clause. --- lib/libstand/ufs.c | 2 +- sys/ufs/ffs/fs.h | 2 +- sys/ufs/ufs/dir.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/libstand/ufs.c b/lib/libstand/ufs.c index 21e341f1494..ed06dcae60a 100644 --- a/lib/libstand/ufs.c +++ b/lib/libstand/ufs.c @@ -24,7 +24,7 @@ * 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. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/sys/ufs/ffs/fs.h b/sys/ufs/ffs/fs.h index 620fee95d56..c2f77a58556 100644 --- a/sys/ufs/ffs/fs.h +++ b/sys/ufs/ffs/fs.h @@ -10,7 +10,7 @@ * 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. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/sys/ufs/ufs/dir.h b/sys/ufs/ufs/dir.h index 574a32f9e7f..b94d64a784b 100644 --- a/sys/ufs/ufs/dir.h +++ b/sys/ufs/ufs/dir.h @@ -15,7 +15,7 @@ * 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. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * -- 2.45.0