summaryrefslogtreecommitdiff
path: root/main/getopt.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/getopt.c')
-rw-r--r--main/getopt.c11
1 files changed, 1 insertions, 10 deletions
diff --git a/main/getopt.c b/main/getopt.c
index 3af45e0e96..c01a726e99 100644
--- a/main/getopt.c
+++ b/main/getopt.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 |
@@ -194,12 +194,3 @@ PHPAPI int php_getopt(int argc, char* const *argv, const opt_struct opts[], char
return(0); /* never reached */
}
/* }}} */
-
-/*
- * Local variables:
- * tab-width: 4
- * c-basic-offset: 4
- * End:
- * vim600: sw=4 ts=4 fdm=marker
- * vim<600: sw=4 ts=4
- */