xmpppy / irc-transport

IRC transport for Jabber written in Python
http://xmpppy.sourceforge.net/irc/
13 stars 3 forks source link

license? #2

Open Cadair opened 8 years ago

Cadair commented 8 years ago

Is this code released under a specific license, if so which one? I can't seem to spot a reference to one anywhere.

normanr commented 8 years ago

There's a brief comment in irc.py but I agree it's not obvious. It's licenced as GPLv2.

Cadair commented 8 years ago

@normanr Thanks!