@@ -5,11 +5,10 @@ discard block |
||
5 | 5 | All rights reserved. |
6 | 6 | |
7 | 7 | Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: |
8 | - |
|
9 | - * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. |
|
10 | - * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the |
|
8 | + * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. |
|
9 | + * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the |
|
11 | 10 | documentation and/or other materials provided with the distribution. |
12 | - * Neither the name of SilverStripe nor the names of its contributors may be used to endorse or promote products derived from this software |
|
11 | + * Neither the name of SilverStripe nor the names of its contributors may be used to endorse or promote products derived from this software |
|
13 | 12 | without specific prior written permission. |
14 | 13 | |
15 | 14 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
@@ -18,8 +17,7 @@ discard block |
||
18 | 17 | GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, |
19 | 18 | STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY |
20 | 19 | OF SUCH DAMAGE. |
21 | - |
|
22 | -*/ |
|
20 | + */ |
|
23 | 21 | |
24 | 22 | /** |
25 | 23 | * An object that acts as a client to a web API of some sort. |