diff options
Diffstat (limited to 'src/PCurl.php')
-rw-r--r-- | src/PCurl.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/PCurl.php b/src/PCurl.php index dd70863..edf3698 100644 --- a/src/PCurl.php +++ b/src/PCurl.php @@ -1,4 +1,12 @@ <?php
+/**
+ * PCurl is a REST client libary for PHP.
+ *
+ * See http://github.com/purplecode/php.curl for details.
+ *
+ * This code is licensed for use, modification, and distribution
+ * under the terms of the MIT License (see http://en.wikipedia.org/wiki/MIT_License)
+ */
namespace PurpleCode;
|