Skip to content
/ TUIkit Public

Commit 271336a

Browse files
committed
Updates LICENSE and README
1 parent 7fd1968 commit 271336a

3 files changed

Lines changed: 11 additions & 8 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,4 @@ WHATS-NEXT.md
3636
# Local tooling
3737
papers/
3838
.gource/
39+
.remember

LICENSE

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) 2026 Frank Gregor <phranck@phranck.net>
3+
Copyright (c) 2026 Frank Gregor <phranck@phranck.dev>
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: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
[![CI](https://github.com/phranck/TUIkit/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/phranck/TUIkit/actions/workflows/ci.yml)
2-
![Tests](https://img.shields.io/badge/Tests-1172%2B_passing-brightgreen)
3-
[![Release](https://img.shields.io/github/v/release/phranck/TUIkit?label=Release)](https://github.com/phranck/TUIkit/releases/latest)
4-
![Swift 6.0](https://img.shields.io/badge/Swift-6.0-F05138?logo=swift&logoColor=white)
5-
![Platforms](https://img.shields.io/badge/Platforms-macOS%20%7C%20Linux-blue)
6-
![License](https://img.shields.io/badge/License-MIT-lightgrey?style=flat)
7-
![i18n](https://img.shields.io/badge/i18n-5%20Languages-orange)
1+
<p align="center">
2+
<img alt="Platforms" src="https://img.shields.io/badge/Platforms-macOS%20%7C%20Linux-005c00">
3+
<a href="https://github.com/phranck/TUIkit/actions/workflows/ci.yml"><img alt="CI" src="https://img.shields.io/github/actions/workflow/status/phranck/TUIkit/ci.yml?branch=main&label=CI&color=009900"></a>
4+
<a href="https://github.com/phranck/TUIkit/releases/latest"><img alt="Release" src="https://img.shields.io/github/v/release/phranck/TUIkit?label=Release&color=00b300"></a>
5+
<img alt="Swift 6.0" src="https://img.shields.io/badge/Swift-6.0-33ff33?logo=swift&logoColor=white">
6+
<img alt="i18n" src="https://img.shields.io/badge/i18n-5%20Languages-00b300">
7+
<img alt="License" src="https://img.shields.io/badge/License-MIT-009900?style=flat">
8+
<img alt="Tests" src="https://img.shields.io/badge/Tests-1172%2B_passing-005c00">
9+
</p>
810

911
![TUIkit Banner](.github/assets/github-banner.png)
1012

0 commit comments

Comments
 (0)