Fix license tags

This commit is contained in:
Chris Sexton 2016-03-19 15:32:51 -04:00
parent 0eaadee120
commit 2a702c7061
3 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,5 @@
// © 2016 the CatBase Authors under the WTFPL license. See AUTHORS for the list of authors.
package bot
type Connector interface {

View File

@ -1,3 +1,5 @@
// © 2016 the CatBase Authors under the WTFPL license. See AUTHORS for the list of authors.
package irc
import (

View File

@ -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