|
1 | | -/*-- |
2 | | - |
3 | | - Copyright (C) 2005 Aetrion LLC. |
4 | | - All rights reserved. |
5 | | - |
6 | | - Redistribution and use in source and binary forms, with or without |
7 | | - modification, are permitted provided that the following conditions |
8 | | - are met: |
9 | | - |
10 | | - 1. Redistributions of source code must retain the above copyright |
11 | | - notice, this list of conditions, and the following disclaimer. |
12 | | - |
13 | | - 2. Redistributions in binary form must reproduce the above copyright |
14 | | - notice, this list of conditions, and the disclaimer that follows |
15 | | - these conditions in the documentation and/or other materials |
16 | | - provided with the distribution. |
17 | | - |
18 | | - 3. The name "flickrj" must not be used to endorse or promote products |
19 | | - derived from this software without prior written permission. For |
20 | | - written permission, please contact me@anthonyeden.com. |
21 | | - |
22 | | - 4. Products derived from this software may not be called "flickrj", nor |
23 | | - may "flickrj" appear in their name, without prior written permission |
24 | | - from Aetrion LLC (license@aetrion.com). |
25 | | - |
26 | | - In addition, I request (but do not require) that you include in the |
27 | | - end-user documentation provided with the redistribution and/or in the |
28 | | - software itself an acknowledgement equivalent to the following: |
29 | | - "This product includes software developed by Aetrion LLC." |
30 | | - |
31 | | - THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED |
32 | | - WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
33 | | - OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
34 | | - DISCLAIMED. IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY DIRECT, |
35 | | - INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
36 | | - (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
37 | | - SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
38 | | - HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, |
39 | | - STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING |
40 | | - IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
41 | | - POSSIBILITY OF SUCH DAMAGE. |
42 | | - |
43 | | - For more information on flickrj, please see <http://flickrj.sf.net/>. |
44 | | - |
45 | | - */ |
| 1 | +BSD 2-Clause License |
| 2 | + |
| 3 | +Copyright (c) 2004, Anthony Eden (@aeden), Darren Greaves (@boncey), Allan (@callmeal) and contributors. |
| 4 | +All rights reserved. |
| 5 | + |
| 6 | +Redistribution and use in source and binary forms, with or without |
| 7 | +modification, are permitted provided that the following conditions are met: |
| 8 | + |
| 9 | +1. Redistributions of source code must retain the above copyright notice, this |
| 10 | + list of conditions and the following disclaimer. |
| 11 | + |
| 12 | +2. Redistributions in binary form must reproduce the above copyright notice, |
| 13 | + this list of conditions and the following disclaimer in the documentation |
| 14 | + and/or other materials provided with the distribution. |
| 15 | + |
| 16 | +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
| 17 | +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 18 | +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 19 | +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE |
| 20 | +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 21 | +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
| 22 | +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
| 23 | +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 24 | +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 25 | +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
0 commit comments