mirror of https://github.com/velour/catbase.git
Added AUTHORS file and info in all files.
Thanks to https://github.com/eaburns/license
This commit is contained in:
parent
95c8c36447
commit
7f093b003e
|
@ -1,3 +1,5 @@
|
|||
// © 2013 the AlePale Authors under the WTFPL. See AUTHORS for the list of authors.
|
||||
|
||||
package bot
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
// © 2013 the AlePale Authors under the WTFPL. See AUTHORS for the list of authors.
|
||||
|
||||
package bot
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
// © 2013 the AlePale Authors under the WTFPL. See AUTHORS for the list of authors.
|
||||
|
||||
package bot
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
// © 2013 the AlePale Authors under the WTFPL. See AUTHORS for the list of authors.
|
||||
|
||||
package config
|
||||
|
||||
import "encoding/json"
|
||||
|
|
2
main.go
2
main.go
|
@ -1,3 +1,5 @@
|
|||
// © 2013 the AlePale Authors under the WTFPL. See AUTHORS for the list of authors.
|
||||
|
||||
package main
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
// © 2013 the AlePale Authors under the WTFPL. See AUTHORS for the list of authors.
|
||||
|
||||
package plugins
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
// © 2013 the AlePale Authors under the WTFPL. See AUTHORS for the list of authors.
|
||||
|
||||
package plugins
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
// © 2013 the AlePale Authors under the WTFPL. See AUTHORS for the list of authors.
|
||||
|
||||
package plugins
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
// © 2013 the AlePale Authors under the WTFPL. See AUTHORS for the list of authors.
|
||||
|
||||
package plugins
|
||||
|
||||
import "github.com/chrissexton/alepale/bot"
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
// © 2013 the AlePale Authors under the WTFPL. See AUTHORS for the list of authors.
|
||||
|
||||
package plugins
|
||||
|
||||
import "github.com/chrissexton/alepale/bot"
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
// © 2013 the AlePale Authors under the WTFPL. See AUTHORS for the list of authors.
|
||||
|
||||
package plugins
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
// © 2013 the AlePale Authors under the WTFPL. See AUTHORS for the list of authors.
|
||||
|
||||
package plugins
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
// © 2013 the AlePale Authors under the WTFPL. See AUTHORS for the list of authors.
|
||||
|
||||
package plugins
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
// © 2013 the AlePale Authors under the WTFPL. See AUTHORS for the list of authors.
|
||||
|
||||
package plugins
|
||||
|
||||
import "fmt"
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
// © 2013 the AlePale Authors under the WTFPL. See AUTHORS for the list of authors.
|
||||
|
||||
package plugins
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
// © 2013 the AlePale Authors under the WTFPL. See AUTHORS for the list of authors.
|
||||
|
||||
package plugins
|
||||
|
||||
import "github.com/chrissexton/alepale/bot"
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
// © 2013 the AlePale Authors under the WTFPL. See AUTHORS for the list of authors.
|
||||
|
||||
package plugins
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
// © 2013 the AlePale Authors under the WTFPL. See AUTHORS for the list of authors.
|
||||
|
||||
package plugins
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
// © 2013 the AlePale Authors under the WTFPL. See AUTHORS for the list of authors.
|
||||
|
||||
package plugins
|
||||
|
||||
// I hate this, but I'm creating strings of the templates to avoid having to
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
// © 2013 the AlePale Authors under the WTFPL. See AUTHORS for the list of authors.
|
||||
|
||||
package plugins
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
// © 2013 the AlePale Authors under the WTFPL. See AUTHORS for the list of authors.
|
||||
|
||||
package main
|
||||
|
||||
const Version = "0.81"
|
||||
|
|
Loading…
Reference in New Issue