kaiowa

commit ff2dc09d7d3ff798398e493e049e5b3fd3d1ecb8

Author: Pedro Lucas Porcellis <porcellis@eletrotupi.com>

all: Initial commit

 .gitignore | 2 ++
 COPYING | 7 +++++++
 README.md | 7 +++++++


diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000000000000000000000000000000000000..6f26f7016827571686d2e472a8213183f08c7b3e
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+__pycache__
+config.json




diff --git a/COPYING b/COPYING
new file mode 100644
index 0000000000000000000000000000000000000000..3374571c7b06eceb84e764d0320081e704e03731
--- /dev/null
+++ b/COPYING
@@ -0,0 +1,7 @@
+Copyright (c) 2020 Pedro Lucas Porcellis
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.




diff --git a/README.md b/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..5eee78a8318d61b1b7e135fd957e44b2a03c6587
--- /dev/null
+++ b/README.md
@@ -0,0 +1,7 @@
+# kaiowa
+
+A simple irc bot
+
+## License
+
+MIT LICENSE. Check the COPYING file included on this repository.