X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_request_factory.h;h=04db43b1d971feff80ce1c5a7fc70c57d86cedac;hp=881025a846c74fd5ff6c0120987ab09121d3c898;hb=20a7c37b273e313e53a37f4406eb49898dd50b6d;hpb=df06e2dbf48a3b0d96f2c62071c1b5fc907a98d0 diff --git a/php_http_request_factory.h b/php_http_request_factory.h index 881025a..04db43b 100644 --- a/php_http_request_factory.h +++ b/php_http_request_factory.h @@ -1,3 +1,15 @@ +/* + +--------------------------------------------------------------------+ + | PECL :: http | + +--------------------------------------------------------------------+ + | Redistribution and use in source and binary forms, with or without | + | modification, are permitted provided that the conditions mentioned | + | in the accompanying LICENSE file are met. | + +--------------------------------------------------------------------+ + | Copyright (c) 2004-2011, Michael Wallner | + +--------------------------------------------------------------------+ +*/ + #ifndef PHP_HTTP_REQUEST_FACTORY_H #define PHP_HTTP_REQUEST_FACTORY_H @@ -30,3 +42,13 @@ extern PHP_MINIT_FUNCTION(http_request_factory); extern PHP_MSHUTDOWN_FUNCTION(http_request_factory); #endif /* PHP_HTTP_REQUEST_FACTORY_H */ + +/* + * 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 + */ +