From 327a3efa7fac677352bb64bba45c6861d1259cfc Mon Sep 17 00:00:00 2001 From: moneromooo Date: Tue, 23 Dec 2014 10:47:56 +0000 Subject: [PATCH] Licence as GPLv2+. --- README | 2 +- tipbot.py | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README b/README index ae4e39d..bc94b8e 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -This is a Cryptonote IRC tipbot. +This is a Cryptonote IRC tipbot. Released under GPLv2+. Installation requirements: - the daemon/simplewallet for the Cryptonote coin to use diff --git a/tipbot.py b/tipbot.py index 940b22b..4fce31e 100644 --- a/tipbot.py +++ b/tipbot.py @@ -4,6 +4,11 @@ # Copyright 2014 moneromooo # 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 select