summaryrefslogtreecommitdiffstats
path: root/sys/libkern
diff options
context:
space:
mode:
authorcem <cem@FreeBSD.org>2015-10-22 21:04:47 +0000
committercem <cem@FreeBSD.org>2015-10-22 21:04:47 +0000
commit07799e51a0e6fafd0619be2cdcc8a5dbdb692313 (patch)
tree17f130fc5021a74d43a2e7c71fc2e1d4edd788d0 /sys/libkern
parentdfc679ec8ee31e6ea3042909242f76f28a8b97b2 (diff)
downloadFreeBSD-src-07799e51a0e6fafd0619be2cdcc8a5dbdb692313.zip
FreeBSD-src-07799e51a0e6fafd0619be2cdcc8a5dbdb692313.tar.gz
libkern: ffs, fls: s/4/3/ the 3rd BSD clause
Approved by: emaste Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'sys/libkern')
-rw-r--r--sys/libkern/ffs.c2
-rw-r--r--sys/libkern/ffsl.c2
-rw-r--r--sys/libkern/ffsll.c2
-rw-r--r--sys/libkern/fls.c2
-rw-r--r--sys/libkern/flsl.c2
-rw-r--r--sys/libkern/flsll.c2
6 files changed, 6 insertions, 6 deletions
diff --git a/sys/libkern/ffs.c b/sys/libkern/ffs.c
index 057ee3d..6bd9c7c 100644
--- a/sys/libkern/ffs.c
+++ b/sys/libkern/ffs.c
@@ -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/libkern/ffsl.c b/sys/libkern/ffsl.c
index 0aa005c..a0278b1 100644
--- a/sys/libkern/ffsl.c
+++ b/sys/libkern/ffsl.c
@@ -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/libkern/ffsll.c b/sys/libkern/ffsll.c
index 3a610cd..17d6e47 100644
--- a/sys/libkern/ffsll.c
+++ b/sys/libkern/ffsll.c
@@ -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/libkern/fls.c b/sys/libkern/fls.c
index 202d952..46b7481 100644
--- a/sys/libkern/fls.c
+++ b/sys/libkern/fls.c
@@ -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/libkern/flsl.c b/sys/libkern/flsl.c
index 73533c4..04c3f4f 100644
--- a/sys/libkern/flsl.c
+++ b/sys/libkern/flsl.c
@@ -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/libkern/flsll.c b/sys/libkern/flsll.c
index 0629480..ed5ec92 100644
--- a/sys/libkern/flsll.c
+++ b/sys/libkern/flsll.c
@@ -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.
*
OpenPOWER on IntegriCloud