diff options
author | Conrad Meyer <cem@FreeBSD.org> | 2015-10-22 21:04:47 +0000 |
---|---|---|
committer | Conrad Meyer <cem@FreeBSD.org> | 2015-10-22 21:04:47 +0000 |
commit | 65327c21ed12705e527fdcddb5dda22e7bdeb2be (patch) | |
tree | 17f130fc5021a74d43a2e7c71fc2e1d4edd788d0 | |
parent | 3d3e385e75fbb1032b9f1afd3be9513b669dfdf5 (diff) |
Notes
-rw-r--r-- | sys/libkern/ffs.c | 2 | ||||
-rw-r--r-- | sys/libkern/ffsl.c | 2 | ||||
-rw-r--r-- | sys/libkern/ffsll.c | 2 | ||||
-rw-r--r-- | sys/libkern/fls.c | 2 | ||||
-rw-r--r-- | sys/libkern/flsl.c | 2 | ||||
-rw-r--r-- | sys/libkern/flsll.c | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/sys/libkern/ffs.c b/sys/libkern/ffs.c index 057ee3defc141..6bd9c7c928b65 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 0aa005c63f99f..a0278b1117b81 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 3a610cd4e2f2e..17d6e47380a76 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 202d9524de192..46b7481826ea3 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 73533c4b32b58..04c3f4fe16abf 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 0629480cea9a8..ed5ec92000339 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. * |