diff options
author | Warner Losh <imp@FreeBSD.org> | 2017-02-28 23:42:47 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2017-02-28 23:42:47 +0000 |
commit | fbbd9655e5107c68e4e0146ff22b73d7350475bc (patch) | |
tree | c68b7d4e6c82fd26ce5f831625ef6e971ad98e9c /lib/libutil | |
parent | 08c22689e662f3091ba410c950367f0769c92995 (diff) |
Notes
Diffstat (limited to 'lib/libutil')
-rw-r--r-- | lib/libutil/hexdump.c | 2 | ||||
-rw-r--r-- | lib/libutil/login_tty.c | 2 | ||||
-rw-r--r-- | lib/libutil/pty.c | 2 | ||||
-rw-r--r-- | lib/libutil/pw_util.c | 2 | ||||
-rw-r--r-- | lib/libutil/uucplock.c | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/lib/libutil/hexdump.c b/lib/libutil/hexdump.c index 76b93ce7a3831..d1747b3e2eb0e 100644 --- a/lib/libutil/hexdump.c +++ b/lib/libutil/hexdump.c @@ -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. * diff --git a/lib/libutil/login_tty.c b/lib/libutil/login_tty.c index 92dc87fe710c6..26298e766b197 100644 --- a/lib/libutil/login_tty.c +++ b/lib/libutil/login_tty.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/lib/libutil/pty.c b/lib/libutil/pty.c index 7e06408040827..8b03fea19618b 100644 --- a/lib/libutil/pty.c +++ b/lib/libutil/pty.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/lib/libutil/pw_util.c b/lib/libutil/pw_util.c index 0c34e671561d3..e55c2b1e2f123 100644 --- a/lib/libutil/pw_util.c +++ b/lib/libutil/pw_util.c @@ -17,7 +17,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/lib/libutil/uucplock.c b/lib/libutil/uucplock.c index 424ac26651e1d..b6c795fe372ff 100644 --- a/lib/libutil/uucplock.c +++ b/lib/libutil/uucplock.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. * |