Skip to content

Commit 185cb51

Browse files
committed
chore: migrate to split licensing (MIT + CC-BY-SA-4.0)
Signed-off-by: Sebastian Mendel <info@sebastianmendel.de>
1 parent 4d35e30 commit 185cb51

File tree

5 files changed

+57
-34
lines changed

5 files changed

+57
-34
lines changed

.claude-plugin/plugin.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
2-
"name": "typo3-core-contributions",
3-
"version": "1.7.4",
4-
"description": "TYPO3 Core contribution workflow (Forge, Gerrit, docs)",
5-
"repository": "https://github.com/netresearch/typo3-core-contributions-skill",
6-
"license": "MIT",
7-
"author": {
8-
"name": "Netresearch DTT GmbH",
9-
"url": "https://www.netresearch.de"
10-
},
11-
"skills": [
12-
"./skills/typo3-core-contributions"
13-
]
2+
"name": "typo3-core-contributions",
3+
"version": "1.7.4",
4+
"description": "TYPO3 Core contribution workflow (Forge, Gerrit, docs)",
5+
"repository": "https://github.com/netresearch/typo3-core-contributions-skill",
6+
"license": "(MIT AND CC-BY-SA-4.0)",
7+
"author": {
8+
"name": "Netresearch DTT GmbH",
9+
"url": "https://www.netresearch.de"
10+
},
11+
"skills": [
12+
"./skills/typo3-core-contributions"
13+
]
1414
}

LICENSE-CC-BY-SA-4.0

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Creative Commons Attribution-ShareAlike 4.0 International
2+
3+
Copyright (c) 2025-2026 Netresearch DTT GmbH
4+
5+
This work is licensed under the Creative Commons Attribution-ShareAlike 4.0
6+
International License. To view a copy of this license, visit
7+
https://creativecommons.org/licenses/by-sa/4.0/ or send a letter to
8+
Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.
9+
10+
You are free to:
11+
- Share: copy and redistribute the material in any medium or format
12+
- Adapt: remix, transform, and build upon the material for any purpose,
13+
even commercially
14+
15+
Under the following terms:
16+
- Attribution: You must give appropriate credit, provide a link to the
17+
license, and indicate if changes were made.
18+
- ShareAlike: If you remix, transform, or build upon the material, you
19+
must distribute your contributions under the same license as the original.

LICENSE renamed to LICENSE-MIT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2025 Netresearch DTT GmbH
3+
Copyright (c) 2025-2026 Netresearch DTT GmbH
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,8 +278,12 @@ To improve this skill:
278278

279279
## License
280280

281-
MIT License - See LICENSE file for details
281+
This project uses split licensing:
282282

283+
- **Code** (scripts, workflows, configs): [MIT](LICENSE-MIT)
284+
- **Content** (skill definitions, documentation, references): [CC-BY-SA-4.0](LICENSE-CC-BY-SA-4.0)
285+
286+
See the individual license files for full terms.
283287
## Author
284288

285289
Created for use with Claude Code and TYPO3 Core contributions.

composer.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
{
2-
"name": "netresearch/typo3-core-contributions-skill",
3-
"description": "Netresearch AI skill for TYPO3 Core contribution workflow and patch submission",
4-
"type": "ai-agent-skill",
5-
"license": "MIT",
6-
"authors": [
7-
{
8-
"name": "Netresearch DTT GmbH",
9-
"email": "info@netresearch.de",
10-
"homepage": "https://www.netresearch.de/",
11-
"role": "Manufacturer"
2+
"name": "netresearch/typo3-core-contributions-skill",
3+
"description": "Netresearch AI skill for TYPO3 Core contribution workflow and patch submission",
4+
"type": "ai-agent-skill",
5+
"license": "(MIT AND CC-BY-SA-4.0)",
6+
"authors": [
7+
{
8+
"name": "Netresearch DTT GmbH",
9+
"email": "info@netresearch.de",
10+
"homepage": "https://www.netresearch.de/",
11+
"role": "Manufacturer"
12+
}
13+
],
14+
"require": {
15+
"netresearch/composer-agent-skill-plugin": "*"
16+
},
17+
"replace": {
18+
"netresearch/agent-typo3-core-contributions": "self.version"
19+
},
20+
"extra": {
21+
"ai-agent-skill": "skills/typo3-core-contributions/SKILL.md"
1222
}
13-
],
14-
"require": {
15-
"netresearch/composer-agent-skill-plugin": "*"
16-
},
17-
"replace": {
18-
"netresearch/agent-typo3-core-contributions": "self.version"
19-
},
20-
"extra": {
21-
"ai-agent-skill": "skills/typo3-core-contributions/SKILL.md"
22-
}
2323
}

0 commit comments

Comments
 (0)