diff --git a/LICENSE.md b/LICENSE.md
index 1acef85..e57118f 100644
--- a/LICENSE.md
+++ b/LICENSE.md
@@ -1,9 +1,6 @@
-THIS LICENCE DOESN'T APPLY TO FILE INSIDE FOLDER NAMED "external", THEY HAVE
-THEIR OWN LICENCE AND HAVE NOT BEEN EDITED.
-
MIT License
-Copyright (c) 2019 WARLUS Dylan AKA Coldragon
+Copyright (c) 2020 Coldragon
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/README.md b/README.md
index 704d6c8..19bcf44 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,10 @@
[![Actions Status](https://github.com/Coldragon/Stegacito/workflows/Build/badge.svg)](https://github.com/Coldragon/Stegacito/actions) on Windows, MacOS and Linux
+
+![](https://img.shields.io/badge/license-MIT-brightgreen.svg)
+![](https://img.shields.io/github/v/release/coldragon/stegacito.svg)
+
+
# Stegacito
Hide a File inside a PNG image.
@@ -8,7 +13,7 @@ You can hide in the image image_width x image_height - header_size(265) bytes.
For example a 800x480 image can have **800 x 480 - 265 = 383735 bytes** ----> **383.735** kilobytes
-Pixel in the image are alterated, 3 bits in the Red and Green and 2 bits in the Blue. So the Red and Green will varry in a range of 0-7 and the Blue 0-3.
+Pixel in the image are alterated, 3 bits in the Red and Green and 2 bits in the Blue.
# Schema