diff options
Diffstat (limited to 'ext/standard/php_uuencode.h')
| -rw-r--r-- | ext/standard/php_uuencode.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/ext/standard/php_uuencode.h b/ext/standard/php_uuencode.h index 708fd84433..7c350b4f18 100644 --- a/ext/standard/php_uuencode.h +++ b/ext/standard/php_uuencode.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 | @@ -26,10 +26,3 @@ PHPAPI zend_string *php_uudecode(char *src, size_t src_len); PHPAPI zend_string *php_uuencode(char *src, size_t src_len); #endif /* PHP_UUENCODE_H */ - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * End: - */ |
