]> git.mxchange.org Git - friendica-addons.git/blob - pumpio/oauth/LICENSE
Move StatusNet addon dependencies in own library subfolder
[friendica-addons.git] / pumpio / oauth / LICENSE
1 PHP OAuth API - Access API authorized by the users
2 using the OAuth protocol
3
4 This LICENSE is in the BSD license style.
5
6 License Version Control:
7 @(#) $Id: LICENSE,v 1.2 2013/02/11 05:17:53 mlemos Exp $
8
9 Copyright (c) 2012-2013, Manuel Lemos
10 All rights reserved.
11
12 Redistribution and use in source and binary forms, with or without
13 modification, are permitted provided that the following conditions
14 are met:
15
16   Redistributions of source code must retain the above copyright
17   notice, this list of conditions and the following disclaimer.
18
19   Redistributions in binary form must reproduce the above copyright
20   notice, this list of conditions and the following disclaimer in the
21   documentation and/or other materials provided with the distribution.
22
23   Neither the name of Manuel Lemos nor the names of his contributors
24   may be used to endorse or promote products derived from this software
25   without specific prior written permission.
26
27 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
28 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
29 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
30 A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR
31 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
32 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
33 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
34 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
35 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
36 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
37 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.