diff --git a/LICENSE b/src/LICENSE
similarity index 100%
rename from LICENSE
rename to src/LICENSE
diff --git a/src/README.md b/src/README.md
index 4c964ef..8cbea08 100644
--- a/src/README.md
+++ b/src/README.md
@@ -1,7 +1,9 @@
+**All source codes (except thirdparty directory) are provided under the terms of Apache-2.0 license.**
+
 # Components
 
 Below is a list of (some) WindTerm components in alphabetical order, along with a brief description of each.
 
 ## Onigmo
 
-An improved version based on Onigmo 5.13.5. In particular, the addition of iterator makes it possible to match gap buffer or nonadjacent memory blocks. Please refer to the sample files for how to use.
\ No newline at end of file
+An improved version based on Onigmo 5.13.5. In particular, **the addition of iterator makes it possible to match gap buffer or nonadjacent memory blocks.** Please refer to the sample files for how to use.
\ No newline at end of file