go-irc

A basic SSL-supporting IRC client written in golang.
git clone http://git.hanabi.in/repos/go-irc.git
Log | Files | Refs | LICENSE

commit 871bba5c510a6a315dc33b311cb3edee61a1ed07
parent 5a357be8433a60a0599ba44b307d0db72c9af89a
Author: Agastya Chandrakant <me@hanabi.in>
Date:   Mon,  5 Jul 2021 16:44:16 +0000

Add license

Diffstat:
ALICENSE | 13+++++++++++++
MREADME.asc | 2++
2 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/LICENSE b/LICENSE @@ -0,0 +1,13 @@ + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + Version 2, December 2004 + +Copyright (C) 2004 Sam Hocevar <sam@hocevar.net> + +Everyone is permitted to copy and distribute verbatim or modified +copies of this license document, and changing it is allowed as long +as the name is changed. + + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. You just DO WHAT THE FUCK YOU WANT TO. diff --git a/README.asc b/README.asc @@ -7,6 +7,8 @@ A basic SSL-supporting IRC client written in golang. +Licensed under WTFPL. + Usage =====