build and file maintenance
[m6w6/ext-http] / php_http_property_proxy.h
index bc63aafd67a92dfcd10249fd6c6196958fe6ba22..043d3ed9afa247c3bec94d089cb1592a5d1e2bf3 100644 (file)
@@ -1,3 +1,14 @@
+/*
+    +--------------------------------------------------------------------+
+    | 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 <mike@php.net>            |
+    +--------------------------------------------------------------------+
+*/
 
 #ifndef PHP_HTTP_PROPERTY_PROXY_H
 #define PHP_HTTP_PROPERTY_PROXY_H
@@ -29,3 +40,13 @@ PHP_METHOD(HttpPropertyProxy, __construct);
 PHP_MINIT_FUNCTION(http_property_proxy);
 
 #endif /* PHP_HTTP_PROPERTY_PROXY_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
+ */
+