Skip to content

Commit c30ec2c

Browse files
committed
docs: add dual copyright — skill tooling + upstream pattern data
Darshit Patel owns the skill tooling (SKILL.md, scripts, assets, CI). Bruno Borges retains copyright on the pattern data (references/). Both under MIT License.
1 parent 250c2aa commit c30ec2c

2 files changed

Lines changed: 27 additions & 24 deletions

File tree

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) 2026 Darshit Patel
4+
Copyright (c) 2026 Bruno Borges (pattern data from javaevolved.github.io)
5+
6+
Permission is hereby granted, free of charge, to any person obtaining a copy
7+
of this software and associated documentation files (the "Software"), to deal
8+
in the Software without restriction, including without limitation the rights
9+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10+
copies of the Software, and to permit persons to whom the Software is
11+
furnished to do so, subject to the following conditions:
12+
13+
The above copyright notice and this permission notice shall be included in all
14+
copies or substantial portions of the Software.
15+
16+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22+
SOFTWARE.

README.md

Lines changed: 5 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -270,28 +270,9 @@ All pattern data is sourced from the **[java.evolved](https://javaevolved.github
270270

271271
## License
272272

273-
MIT — same as the upstream source data.
273+
MIT License.
274274

275-
```
276-
MIT License
277-
278-
Copyright (c) 2026 Bruno Borges
279-
280-
Permission is hereby granted, free of charge, to any person obtaining a copy
281-
of this software and associated documentation files (the "Software"), to deal
282-
in the Software without restriction, including without limitation the rights
283-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
284-
copies of the Software, and to permit persons to whom the Software is
285-
furnished to do so, subject to the following conditions:
286-
287-
The above copyright notice and this permission notice shall be included in all
288-
copies or substantial portions of the Software.
289-
290-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
291-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
292-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
293-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
294-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
295-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
296-
SOFTWARE.
297-
```
275+
- **Pattern data** (`references/` content) — Copyright (c) 2026 Bruno Borges, from [javaevolved.github.io](https://github.com/javaevolved/javaevolved.github.io)
276+
- **Skill tooling** (SKILL.md, scripts, assets, CI pipelines) — Copyright (c) 2026 Darshit Patel
277+
278+
Both components are licensed under the MIT License. See [LICENSE](LICENSE) for the full text.

0 commit comments

Comments
 (0)