diff options
Diffstat (limited to 'bin/pax')
-rw-r--r-- | bin/pax/ar_io.c | 2 | ||||
-rw-r--r-- | bin/pax/ar_subs.c | 2 | ||||
-rw-r--r-- | bin/pax/buf_subs.c | 2 | ||||
-rw-r--r-- | bin/pax/cache.c | 2 | ||||
-rw-r--r-- | bin/pax/cache.h | 2 | ||||
-rw-r--r-- | bin/pax/cpio.c | 2 | ||||
-rw-r--r-- | bin/pax/cpio.h | 2 | ||||
-rw-r--r-- | bin/pax/extern.h | 2 | ||||
-rw-r--r-- | bin/pax/file_subs.c | 2 | ||||
-rw-r--r-- | bin/pax/ftree.c | 2 | ||||
-rw-r--r-- | bin/pax/ftree.h | 2 | ||||
-rw-r--r-- | bin/pax/gen_subs.c | 2 | ||||
-rw-r--r-- | bin/pax/options.c | 2 | ||||
-rw-r--r-- | bin/pax/options.h | 2 | ||||
-rw-r--r-- | bin/pax/pat_rep.c | 2 | ||||
-rw-r--r-- | bin/pax/pat_rep.h | 2 | ||||
-rw-r--r-- | bin/pax/pax.1 | 2 | ||||
-rw-r--r-- | bin/pax/pax.c | 2 | ||||
-rw-r--r-- | bin/pax/pax.h | 2 | ||||
-rw-r--r-- | bin/pax/sel_subs.c | 2 | ||||
-rw-r--r-- | bin/pax/sel_subs.h | 2 | ||||
-rw-r--r-- | bin/pax/tables.c | 2 | ||||
-rw-r--r-- | bin/pax/tables.h | 2 | ||||
-rw-r--r-- | bin/pax/tar.c | 2 | ||||
-rw-r--r-- | bin/pax/tar.h | 2 | ||||
-rw-r--r-- | bin/pax/tty_subs.c | 2 |
26 files changed, 26 insertions, 26 deletions
diff --git a/bin/pax/ar_io.c b/bin/pax/ar_io.c index 57aa46d92e1c8..fbb60457aedcd 100644 --- a/bin/pax/ar_io.c +++ b/bin/pax/ar_io.c @@ -14,7 +14,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/bin/pax/ar_subs.c b/bin/pax/ar_subs.c index bcab2fce24cb6..ccd34d94c9f91 100644 --- a/bin/pax/ar_subs.c +++ b/bin/pax/ar_subs.c @@ -14,7 +14,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/bin/pax/buf_subs.c b/bin/pax/buf_subs.c index 40affa5c0f5e0..887e62c843c8c 100644 --- a/bin/pax/buf_subs.c +++ b/bin/pax/buf_subs.c @@ -14,7 +14,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/bin/pax/cache.c b/bin/pax/cache.c index f6e52b49378ee..60dc9260074c1 100644 --- a/bin/pax/cache.c +++ b/bin/pax/cache.c @@ -14,7 +14,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/bin/pax/cache.h b/bin/pax/cache.h index 36d59ca7b12cb..200fe6bb7cdd9 100644 --- a/bin/pax/cache.h +++ b/bin/pax/cache.h @@ -14,7 +14,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/bin/pax/cpio.c b/bin/pax/cpio.c index f385a5988313b..809f0326d5ed5 100644 --- a/bin/pax/cpio.c +++ b/bin/pax/cpio.c @@ -14,7 +14,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/bin/pax/cpio.h b/bin/pax/cpio.h index 1cac0d71918d9..5997cec094405 100644 --- a/bin/pax/cpio.h +++ b/bin/pax/cpio.h @@ -14,7 +14,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/bin/pax/extern.h b/bin/pax/extern.h index dc99e643b1405..babf01f07dcd1 100644 --- a/bin/pax/extern.h +++ b/bin/pax/extern.h @@ -14,7 +14,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/bin/pax/file_subs.c b/bin/pax/file_subs.c index f18227e40b6ab..b97a0cab91bbe 100644 --- a/bin/pax/file_subs.c +++ b/bin/pax/file_subs.c @@ -14,7 +14,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/bin/pax/ftree.c b/bin/pax/ftree.c index 9e07882a96b14..6fd7ff576fed8 100644 --- a/bin/pax/ftree.c +++ b/bin/pax/ftree.c @@ -14,7 +14,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/bin/pax/ftree.h b/bin/pax/ftree.h index 4538977754e47..b0b729e1a9168 100644 --- a/bin/pax/ftree.h +++ b/bin/pax/ftree.h @@ -14,7 +14,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/bin/pax/gen_subs.c b/bin/pax/gen_subs.c index 0e2a1e8bf2619..665d41eec4fc0 100644 --- a/bin/pax/gen_subs.c +++ b/bin/pax/gen_subs.c @@ -14,7 +14,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/bin/pax/options.c b/bin/pax/options.c index 094b47eeb19b8..85335844e8c44 100644 --- a/bin/pax/options.c +++ b/bin/pax/options.c @@ -14,7 +14,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/bin/pax/options.h b/bin/pax/options.h index 948e012671e8f..0a231d290b4ac 100644 --- a/bin/pax/options.h +++ b/bin/pax/options.h @@ -14,7 +14,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/bin/pax/pat_rep.c b/bin/pax/pat_rep.c index 516519e208f0e..7b1d0d4a7ca28 100644 --- a/bin/pax/pat_rep.c +++ b/bin/pax/pat_rep.c @@ -14,7 +14,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/bin/pax/pat_rep.h b/bin/pax/pat_rep.h index 0eedd679caaec..70ea9e7ea5e21 100644 --- a/bin/pax/pat_rep.h +++ b/bin/pax/pat_rep.h @@ -14,7 +14,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/bin/pax/pax.1 b/bin/pax/pax.1 index 412094fba8e42..1ab4bfcbe24e6 100644 --- a/bin/pax/pax.1 +++ b/bin/pax/pax.1 @@ -14,7 +14,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/bin/pax/pax.c b/bin/pax/pax.c index 4e97610e954a4..ae82c46c2cea2 100644 --- a/bin/pax/pax.c +++ b/bin/pax/pax.c @@ -14,7 +14,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/bin/pax/pax.h b/bin/pax/pax.h index c80ae7e0e11dc..ca2ebb96ae92b 100644 --- a/bin/pax/pax.h +++ b/bin/pax/pax.h @@ -14,7 +14,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/bin/pax/sel_subs.c b/bin/pax/sel_subs.c index e9cc759e24037..d0d8ff481e31f 100644 --- a/bin/pax/sel_subs.c +++ b/bin/pax/sel_subs.c @@ -14,7 +14,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/bin/pax/sel_subs.h b/bin/pax/sel_subs.h index eed4641a17d59..8076184a38398 100644 --- a/bin/pax/sel_subs.h +++ b/bin/pax/sel_subs.h @@ -14,7 +14,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/bin/pax/tables.c b/bin/pax/tables.c index 69273fe988270..f79c2fe28d223 100644 --- a/bin/pax/tables.c +++ b/bin/pax/tables.c @@ -14,7 +14,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/bin/pax/tables.h b/bin/pax/tables.h index ba59f913e7ab6..3c92e83772aeb 100644 --- a/bin/pax/tables.h +++ b/bin/pax/tables.h @@ -14,7 +14,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/bin/pax/tar.c b/bin/pax/tar.c index 32bdd6e1ad0e9..7bceb8f82081e 100644 --- a/bin/pax/tar.c +++ b/bin/pax/tar.c @@ -14,7 +14,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/bin/pax/tar.h b/bin/pax/tar.h index df36360adfc69..7289ef41650a5 100644 --- a/bin/pax/tar.h +++ b/bin/pax/tar.h @@ -14,7 +14,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/bin/pax/tty_subs.c b/bin/pax/tty_subs.c index b63da86eb8db5..8e78088b5c842 100644 --- a/bin/pax/tty_subs.c +++ b/bin/pax/tty_subs.c @@ -14,7 +14,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. * |