Module: wine Branch: master Commit: e6390a5c7fded6bc3b7bda6a3ba490de112d527f URL: http://source.winehq.org/git/wine.git/?a=commit;h=e6390a5c7fded6bc3b7bda6a3b...
Author: André Hentschel nerv@dawncrow.de Date: Fri Jul 29 19:33:09 2011 +0200
dbghelp: One line only for the copyright.
---
dlls/dbghelp/crc32.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dlls/dbghelp/crc32.c b/dlls/dbghelp/crc32.c index f07bf42..e1f604e 100644 --- a/dlls/dbghelp/crc32.c +++ b/dlls/dbghelp/crc32.c @@ -26,9 +26,9 @@
#include "dbghelp_private.h"
-/* Copyright (C) 1986 Gary S. Brown. Modified by Robert Shearman. You may use - the following calc_crc32 code or tables extracted from it, as desired without - restriction. */ +/* Copyright (C) 1986 Gary S. Brown + * Modified by Robert Shearman. You may use the following calc_crc32 code or + * tables extracted from it, as desired without restriction. */
/**********************************************************************\ |* Demonstration program to compute the 32-bit CRC used as the frame *|