Skip to content

Commit 3f29b5e

Browse files
committed
Update LICENSE.md
1 parent 3f126f8 commit 3f29b5e

File tree

3 files changed

+35
-23
lines changed

3 files changed

+35
-23
lines changed

LICENSE

Lines changed: 0 additions & 21 deletions
This file was deleted.

LICENSE.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
This sample code or wrapper is licensed with a 3-clause BSD license.
2+
3+
In order to run any samples or use any wrapper without a watermark,
4+
you'll have to purchase a commercial PhotoEditor SDK or VideoEditor SDK
5+
license. Visit https://img.ly for more details.
6+
7+
Copyright (c) 2014-2020, img.ly GmbH
8+
All rights reserved.
9+
10+
Redistribution and use in source and binary forms, with or without
11+
modification, are permitted provided that the following conditions are met:
12+
13+
1. Redistributions of source code must retain the above copyright
14+
notice, this list of conditions and the following disclaimer.
15+
16+
2. Redistributions in binary form must reproduce the above copyright
17+
notice, this list of conditions and the following disclaimer in the
18+
documentation and/or other materials provided with the distribution.
19+
20+
3. Neither the name img.ly GmbH, img.ly, PhotoEditor SDK, VideoEditor SDK
21+
nor the names of its developers may be used to endorse or promote products
22+
derived from this software without specific prior written permission.
23+
24+
THIS SOFTWARE IS PROVIDED BY IMG.LY GMBH ''AS IS'' AND ANY
25+
EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
26+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
27+
DISCLAIMED. IN NO EVENT SHALL IMG.LY GMBH BE LIABLE FOR ANY
28+
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
29+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
30+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
31+
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
32+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
33+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
"name": "img.ly GmbH",
3232
"email": "contact@img.ly"
3333
},
34-
"license": "MIT",
35-
"licenseFilename": "LICENSE",
34+
"license": "BSD-3-Clause",
35+
"licenseFilename": "LICENSE.md",
3636
"readmeFilename": "README.md",
3737
"peerDependencies": {
3838
"react-native": ">=0.60.0 <1.0.x"

0 commit comments

Comments
 (0)