From 1e0cd653294807faebb7a2d4c61f63af700d83b7 Mon Sep 17 00:00:00 2001 From: Faruk Eryilmaz Date: Sun, 7 Jan 2024 13:23:47 +0300 Subject: [PATCH] add license notice for example code to README.md file --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 97ab9a4..26ee646 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ git clone https://github.com/farukeryilmaz/bytepack.git ``` Include the library in your C++ project: ```cpp -#include "bytepack/bytepack.hpp" +#include ``` ## Design Philosophy @@ -92,4 +92,6 @@ For any questions, feedback, or inquiries, you can also reach out to me directly - **X (Twitter):** [@farukerylmz](https://twitter.com/farukerylmz) ## License -`BytePack` is licensed under the [MIT License](https://github.com/farukeryilmaz/bytepack/blob/main/LICENSE). \ No newline at end of file +`BytePack` is licensed under the [MIT License](https://github.com/farukeryilmaz/bytepack/blob/main/LICENSE). + +**Note:** Example codes in the `examples` folder are provided for demonstration purposes only and is not covered under any specific license terms. Users are free to use it as they wish. \ No newline at end of file