|
13 | 13 | class Services_Zencoder_HttpExceptionextends Services_Zencoder_Exception {}
|
14 | 14 |
|
15 | 15 | /**
|
16 |
| - * Zencoder API client interface. |
| 16 | + * Based on TinyHttp from https://gist.github.com/618157 and |
| 17 | + * Services_Twilio_TinyHttp from https://github.com/twilio/twilio-php/blob/master/Services/Twilio/TinyHttp.php |
| 18 | + * |
| 19 | + * Copyright 2010 Neuman Vong. All rights reserved. |
| 20 | + * |
| 21 | + * Redistribution and use in source and binary forms, with or without |
| 22 | + * modification, are permitted provided that the following conditions are met: |
| 23 | + * |
| 24 | + * 1. Redistributions of source code must retain the above copyright notice, |
| 25 | + * this list of conditions and the following disclaimer. |
| 26 | + * |
| 27 | + * 2. Redistributions in binary form must reproduce the above copyright |
| 28 | + * notice, this list of conditions and the following disclaimer in the |
| 29 | + * documentation and/or other materials provided with the distribution. |
17 | 30 | *
|
18 | 31 | * @category Services
|
19 | 32 | * @package Services_Zencoder
|
|