Skip to content

Commit b53cad6

Browse files
committed
Converted license section to table ↞ [auto-sync from https://github.com/KudoAI/ai-personas/tree/main/python]
1 parent bc8ccab commit b53cad6

1 file changed

Lines changed: 12 additions & 2 deletions

File tree

ai-personas/docs/README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,18 @@ print(response.choices[0].message.content)
180180

181181
## 🏛️ License
182182

183-
- Data: [CC0 1.0 Universal](https://github.com/KudoAI/ai-personas/blob/main/python/docs/licenses/LICENSE-DATA.md) (public domain)
184-
- Code: [MIT License](https://github.com/KudoAI/ai-personas/blob/main/python/docs/licenses/LICENSE-CODE.md) — © 2026 [KudoAI](https://www.kudoai.com) & contributors
183+
<table>
184+
<tr>
185+
<td>Data</td>
186+
<td><a href="https://github.com/KudoAI/ai-personas/blob/main/python/docs/licenses/LICENSE-DATA.md">CC0 1.0 Universal</a></td>
187+
<td>Public domain</td>
188+
</tr>
189+
<tr>
190+
<td>Code</td>
191+
<td><a href="https://github.com/KudoAI/ai-personas/blob/main/python/docs/licenses/LICENSE-CODE.md">MIT License</a></td>
192+
<td>© 2026 <a href="https://www.kudoai.com">KudoAI</a> & contributors</td>
193+
</tr>
194+
</table>
185195

186196
#
187197

0 commit comments

Comments
 (0)