summaryrefslogtreecommitdiff
path: root/ext/spl/spl_exceptions.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/spl/spl_exceptions.c')
-rw-r--r--ext/spl/spl_exceptions.c11
1 files changed, 1 insertions, 10 deletions
diff --git a/ext/spl/spl_exceptions.c b/ext/spl/spl_exceptions.c
index f2a16beaee..abe70c2b34 100644
--- a/ext/spl/spl_exceptions.c
+++ b/ext/spl/spl_exceptions.c
@@ -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 |
@@ -68,12 +68,3 @@ PHP_MINIT_FUNCTION(spl_exceptions)
return SUCCESS;
}
/* }}} */
-
-/*
- * Local variables:
- * tab-width: 4
- * c-basic-offset: 4
- * End:
- * vim600: fdm=marker
- * vim: noet sw=4 ts=4
- */