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
|
package bot
|
||||||
|
|
||||||
type Connector interface {
|
type Connector interface {
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
// © 2016 the CatBase Authors under the WTFPL license. See AUTHORS for the list of authors.
|
||||||
|
|
||||||
package irc
|
package irc
|
||||||
|
|
||||||
import (
|
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 connects to slack service
|
||||||
package slack
|
package slack
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue