Skip to content

Commit 003b1ca

Browse files
witoszekdevlkostrowskikrzysztofzuraw
authored
Fix package.json license, add keywords and author (#389)
* Fix package.json license, add keywords and author * Add creative commons license as additional license * Add changeset * Add changeset * Fix OR -> AND license * Update prepare-release.yml * Update CodeCov to be informational * Drop support of "domain" header (#391) * update release flow docs (#390) * Removed CC license, update date in license file * Update changeset --------- Co-authored-by: Lukasz Ostrowski <lukasz.ostrowski@saleor.io> Co-authored-by: Krzysztof Żuraw <9116238+krzysztofzuraw@users.noreply.github.com>
1 parent 90ea84e commit 003b1ca

File tree

4 files changed

+23
-12
lines changed

4 files changed

+23
-12
lines changed

.changeset/famous-eggs-decide.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@saleor/app-sdk": patch
3+
---
4+
5+
Added `author` and `license` fields to `pacakge.json`

.changeset/fresh-onions-pretend.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
"@saleor/app-sdk": patch
3+
---
4+
5+
Updated project license: it previously used BSD 3-Clause for code and Creative Commons Attribution 4.0 International License for artwork.
6+
Since this project doesn't include any artwork, Creative Commons license was removed.
7+
8+
Updated `license` field in `package.json`: It incorrectly stated `ISC` license instead of `BSD-3-Clause`.

LICENSE

+1-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
BSD 3-Clause License
22

3-
Copyright (c) 2020-2022, Saleor Commerce
3+
Copyright (c) 2020-2025, Saleor Commerce
44
All rights reserved.
55

66
Redistribution and use in source and binary forms, with or without
@@ -27,11 +27,3 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
2727
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
2828
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2929
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
30-
31-
-------
32-
33-
Unless stated otherwise, artwork included in this distribution is licensed
34-
under the Creative Commons Attribution 4.0 International License.
35-
36-
You can learn more about the permitted use by visiting
37-
https://creativecommons.org/licenses/by/4.0/

package.json

+9-3
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,15 @@
1818
"lint-staged": "lint-staged",
1919
"test:integration": "INTEGRATION=1 vitest run test/integration"
2020
},
21-
"keywords": [],
22-
"author": "",
23-
"license": "ISC",
21+
"keywords": [
22+
"saleor",
23+
"ecommerce",
24+
"sdk",
25+
"app",
26+
"webhook"
27+
],
28+
"author": "Saleor Commerce",
29+
"license": "BSD-3-Clause",
2430
"peerDependencies": {
2531
"@vercel/kv": "^1.0.0",
2632
"graphql": ">=16.6.0",

0 commit comments

Comments
 (0)