Licence as GPLv2+.

This commit is contained in:
moneromooo 2014-12-23 10:47:56 +00:00
parent 8e0d6957d3
commit 327a3efa7f
2 changed files with 6 additions and 1 deletions

2
README
View File

@ -1,4 +1,4 @@
This is a Cryptonote IRC tipbot. This is a Cryptonote IRC tipbot. Released under GPLv2+.
Installation requirements: Installation requirements:
- the daemon/simplewallet for the Cryptonote coin to use - the daemon/simplewallet for the Cryptonote coin to use

View File

@ -4,6 +4,11 @@
# Copyright 2014 moneromooo # Copyright 2014 moneromooo
# Inspired by "Simple Python IRC bot" by berend # Inspired by "Simple Python IRC bot" by berend
# #
# The Cryptonote tipbot is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as published
# by the Free Software Foundation; either version 2, or (at your option)
# any later version.
#
import socket import socket
import select import select