summaryrefslogtreecommitdiff
path: root/ext/phar/dirstream.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/phar/dirstream.h')
-rw-r--r--ext/phar/dirstream.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/ext/phar/dirstream.h b/ext/phar/dirstream.h
index c6ff4b161d..371c70720a 100644
--- a/ext/phar/dirstream.h
+++ b/ext/phar/dirstream.h
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| phar php single-file executable PHP extension |
+----------------------------------------------------------------------+
- | Copyright (c) 2006-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 |
@@ -34,12 +34,3 @@ static int phar_dir_seek( php_stream *stream, zend_off_t offset, int whence,
php_stream* phar_wrapper_open_dir(php_stream_wrapper *wrapper, const char *path, const char *mode, int options, zend_string **opened_path, php_stream_context *context STREAMS_DC);
#endif
END_EXTERN_C()
-
-/*
- * Local variables:
- * tab-width: 4
- * c-basic-offset: 4
- * End:
- * vim600: noet sw=4 ts=4 fdm=marker
- * vim<600: noet sw=4 ts=4
- */