Skip to content

Commit 30af889

Browse files
committed
chore: set all licenses for internal tooling
1 parent 8378654 commit 30af889

File tree

6 files changed

+59
-10
lines changed

6 files changed

+59
-10
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
MIT License
2+
3+
Copyright (c) 2020-2025 Cameron Little <cameron@camlittle.com>
4+
5+
Permission is hereby granted, free of charge, to any person obtaining
6+
a copy of this software and associated documentation files (the
7+
'Software'), to deal in the Software without restriction, including
8+
without limitation the rights to use, copy, modify, merge, publish,
9+
distribute, sublicense, and/or sell copies of the Software, and to
10+
permit persons to whom the Software is furnished to do so, subject to
11+
the following conditions:
12+
13+
The above copyright notice and this permission notice shall be
14+
included in all copies or substantial portions of the Software.
15+
16+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
17+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
19+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
20+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
21+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
22+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
23+
24+
---
25+
26+
Modifications made by Payload CMS, Inc. <info@payloadcms.com>, 2025
27+
Details in README.md

.github/actions/release-commenter/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"private": true,
55
"description": "GitHub Action to automatically comment on PRs and Issues when a fix is released.",
66
"license": "MIT",
7+
"author": "Payload <dev@payloadcms.com> (https://payloadcms.com)",
78
"main": "dist/index.js",
89
"scripts": {
910
"build": "pnpm build:typecheck && pnpm build:ncc",

tools/constants/package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
{
22
"name": "@tools/constants",
33
"version": "0.0.1",
4-
"description": "",
5-
"keywords": [],
6-
"license": "ISC",
7-
"author": "",
4+
"description": "Shared constants for Payload internal tooling",
5+
"license": "MIT",
6+
"author": "Payload <dev@payloadcms.com> (https://payloadcms.com)",
87
"type": "module",
98
"exports": {
109
".": {

tools/releaser/LICENSE

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
MIT License
2+
3+
Copyright (c) 2018-2025 Payload CMS, Inc. <info@payloadcms.com>
4+
5+
Permission is hereby granted, free of charge, to any person obtaining
6+
a copy of this software and associated documentation files (the
7+
'Software'), to deal in the Software without restriction, including
8+
without limitation the rights to use, copy, modify, merge, publish,
9+
distribute, sublicense, and/or sell copies of the Software, and to
10+
permit persons to whom the Software is furnished to do so, subject to
11+
the following conditions:
12+
13+
The above copyright notice and this permission notice shall be
14+
included in all copies or substantial portions of the Software.
15+
16+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
17+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
19+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
20+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
21+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
22+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

tools/releaser/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "@tools/releaser",
33
"version": "0.0.1",
4-
"description": "",
4+
"description": "Release scripts for Payload",
55
"keywords": [],
6-
"license": "ISC",
7-
"author": "",
6+
"license": "MIT",
7+
"author": "Payload <dev@payloadcms.com> (https://payloadcms.com)",
88
"type": "module",
99
"exports": {
1010
".": {

tools/scripts/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "@tools/scripts",
33
"version": "0.0.1",
4-
"description": "",
4+
"description": "Shared scripts for Payload internal tooling",
55
"keywords": [],
6-
"license": "ISC",
7-
"author": "",
6+
"license": "MIT",
7+
"author": "Payload <dev@payloadcms.com> (https://payloadcms.com)",
88
"type": "module",
99
"exports": {
1010
".": {

0 commit comments

Comments
 (0)