diff options
Diffstat (limited to 'chksums/crc32.c')
-rw-r--r-- | chksums/crc32.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chksums/crc32.c b/chksums/crc32.c index b8764d1d..74b9ece7 100644 --- a/chksums/crc32.c +++ b/chksums/crc32.c @@ -9,7 +9,9 @@ * 1. Redistributions of source code must retain the above copyright notice, this * list of conditions and the following disclaimer. * - * 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. + * 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. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |