From 9409d9cd8f48ce9f3df928c78ba4c88432d39604 Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Tue, 9 Oct 2018 15:17:15 +0200 Subject: [PATCH] Hint about examples' license in README.md --- examples/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/README.md b/examples/README.md index 5d10033a..763db699 100644 --- a/examples/README.md +++ b/examples/README.md @@ -5,6 +5,9 @@ This folder contains example scripts to show you how **Pyrogram** looks like. Every script is working right away (provided you correctly set up your credentials), meaning you can simply copy-paste and run. The only things you have to change are session names and target chats. +All the examples listed in this directory are licensed under the terms of the [CC0 1.0 Universal](LICENSE) license and +can be freely used as basic building blocks for your own applications without worrying about copyrights. + Example | Description ---: | :--- [**hello_world**](hello_world.py) | Demonstration of basic API usages