diff options
author | phk <phk@FreeBSD.org> | 2003-10-21 08:27:05 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2003-10-21 08:27:05 +0000 |
commit | d17fa4e775df472e1132a3439ff2290e528a1d5e (patch) | |
tree | 3202cca545cf4b89f91b9a9dc3529e8a93a01d94 /usr.sbin/mtree/compare.c | |
parent | b8f582b8866ce448d694ad70af2a6e211f2b9ae0 (diff) | |
download | FreeBSD-src-d17fa4e775df472e1132a3439ff2290e528a1d5e.zip FreeBSD-src-d17fa4e775df472e1132a3439ff2290e528a1d5e.tar.gz |
Remove clause 3 in the copyrights (according to permission in src/COPYRIGHT)
Remove trailing whitespace.
Diffstat (limited to 'usr.sbin/mtree/compare.c')
-rw-r--r-- | usr.sbin/mtree/compare.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/usr.sbin/mtree/compare.c b/usr.sbin/mtree/compare.c index 9008e1d..33683f5 100644 --- a/usr.sbin/mtree/compare.c +++ b/usr.sbin/mtree/compare.c @@ -10,11 +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. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by the University of - * California, Berkeley and its contributors. - * 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. * @@ -269,7 +265,7 @@ typeerr: LABEL; tab = "\t"; } else if (strcmp(new_digest, s->sha1digest)) { LABEL; - printf("%sSHA-1 expected %s found %s\n", + printf("%sSHA-1 expected %s found %s\n", tab, s->sha1digest, new_digest); tab = "\t"; } |