mirror of https://github.com/velour/catbase.git
Fix license tags
This commit is contained in:
parent
0eaadee120
commit
2a702c7061
|
@ -1,3 +1,5 @@
|
|||
// © 2016 the CatBase Authors under the WTFPL license. See AUTHORS for the list of authors.
|
||||
|
||||
package bot
|
||||
|
||||
type Connector interface {
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
// © 2016 the CatBase Authors under the WTFPL license. See AUTHORS for the list of authors.
|
||||
|
||||
package irc
|
||||
|
||||
import (
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue