From bdbcb8890545c3889d042c268c204b373aef03c8 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Sat, 12 Feb 2022 19:20:02 +0100 Subject: [PATCH] Update --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f6b93e9..a144d4c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![license](https://img.shields.io/badge/License-LGPL_v3-blue.svg)](https://www.gnu.org/licenses/lgpl-3.0) + # cgeditor: Chess Game Editor cgeditor is a dependency-free chess game editor written in C++. It can be used with any library that provides 2D canvas drawing and mouse inputs features.