From 2a702c7061f1cc45d74d415b21d1aa46a07fb9e1 Mon Sep 17 00:00:00 2001 From: Chris Sexton Date: Sat, 19 Mar 2016 15:32:51 -0400 Subject: [PATCH] Fix license tags --- bot/interfaces.go | 2 ++ irc/irc.go | 2 ++ slack/slack.go | 2 ++ 3 files changed, 6 insertions(+) diff --git a/bot/interfaces.go b/bot/interfaces.go index bd79bec..2a736bc 100644 --- a/bot/interfaces.go +++ b/bot/interfaces.go @@ -1,3 +1,5 @@ +// © 2016 the CatBase Authors under the WTFPL license. See AUTHORS for the list of authors. + package bot type Connector interface { diff --git a/irc/irc.go b/irc/irc.go index 5267c45..5c22fc6 100644 --- a/irc/irc.go +++ b/irc/irc.go @@ -1,3 +1,5 @@ +// © 2016 the CatBase Authors under the WTFPL license. See AUTHORS for the list of authors. + package irc import ( diff --git a/slack/slack.go b/slack/slack.go index eb05d0a..63bb63f 100644 --- a/slack/slack.go +++ b/slack/slack.go @@ -1,3 +1,5 @@ +// © 2016 the CatBase Authors under the WTFPL license. See AUTHORS for the list of authors. + // Package slack connects to slack service package slack