summaryrefslogtreecommitdiff
path: root/ext/standard/crc32.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/crc32.h')
-rw-r--r--ext/standard/crc32.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/ext/standard/crc32.h b/ext/standard/crc32.h
index 09c9ae0397..300af378fc 100644
--- a/ext/standard/crc32.h
+++ b/ext/standard/crc32.h
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 7 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2018 The PHP Group |
+ | Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
@@ -96,12 +96,3 @@ static const unsigned int crc32tab[256] = {
0xb3667a2e, 0xc4614ab8, 0x5d681b02, 0x2a6f2b94,
0xb40bbe37, 0xc30c8ea1, 0x5a05df1b, 0x2d02ef8d,
};
-
-/*
- * Local variables:
- * tab-width: 4
- * c-basic-offset: 4
- * End:
- * vim600: sw=4 ts=4 fdm=marker
- * vim<600: sw=4 ts=4
- */