Added AUTHORS file and info in all files.

Thanks to https://github.com/eaburns/license
This commit is contained in:
Chris Sexton 2013-12-10 18:37:07 -05:00
parent 95c8c36447
commit 7f093b003e
22 changed files with 43 additions and 0 deletions

1
AUTHORS Executable file
View File

@ -0,0 +1 @@
Chris Sexton <chris.sexton@gmail.com>

View File

@ -1,3 +1,5 @@
// © 2013 the AlePale Authors under the WTFPL. See AUTHORS for the list of authors.
package bot package bot
import ( import (

View File

@ -1,3 +1,5 @@
// © 2013 the AlePale Authors under the WTFPL. See AUTHORS for the list of authors.
package bot package bot
import ( import (

View File

@ -1,3 +1,5 @@
// © 2013 the AlePale Authors under the WTFPL. See AUTHORS for the list of authors.
package bot package bot
import ( import (

View File

@ -1,3 +1,5 @@
// © 2013 the AlePale Authors under the WTFPL. See AUTHORS for the list of authors.
package config package config
import "encoding/json" import "encoding/json"

View File

@ -1,3 +1,5 @@
// © 2013 the AlePale Authors under the WTFPL. See AUTHORS for the list of authors.
package main package main
import ( import (

View File

@ -1,3 +1,5 @@
// © 2013 the AlePale Authors under the WTFPL. See AUTHORS for the list of authors.
package plugins package plugins
import ( import (

View File

@ -1,3 +1,5 @@
// © 2013 the AlePale Authors under the WTFPL. See AUTHORS for the list of authors.
package plugins package plugins
import ( import (

View File

@ -1,3 +1,5 @@
// © 2013 the AlePale Authors under the WTFPL. See AUTHORS for the list of authors.
package plugins package plugins
import ( import (

View File

@ -1,3 +1,5 @@
// © 2013 the AlePale Authors under the WTFPL. See AUTHORS for the list of authors.
package plugins package plugins
import "github.com/chrissexton/alepale/bot" import "github.com/chrissexton/alepale/bot"

View File

@ -1,3 +1,5 @@
// © 2013 the AlePale Authors under the WTFPL. See AUTHORS for the list of authors.
package plugins package plugins
import "github.com/chrissexton/alepale/bot" import "github.com/chrissexton/alepale/bot"

View File

@ -1,3 +1,5 @@
// © 2013 the AlePale Authors under the WTFPL. See AUTHORS for the list of authors.
package plugins package plugins
import ( import (

View File

@ -1,3 +1,5 @@
// © 2013 the AlePale Authors under the WTFPL. See AUTHORS for the list of authors.
package plugins package plugins
import ( import (

View File

@ -1,3 +1,5 @@
// © 2013 the AlePale Authors under the WTFPL. See AUTHORS for the list of authors.
package plugins package plugins
import ( import (

View File

@ -1,3 +1,5 @@
// © 2013 the AlePale Authors under the WTFPL. See AUTHORS for the list of authors.
package plugins package plugins
import "fmt" import "fmt"

View File

@ -1,3 +1,5 @@
// © 2013 the AlePale Authors under the WTFPL. See AUTHORS for the list of authors.
package plugins package plugins
import ( import (

View File

@ -1,3 +1,5 @@
// © 2013 the AlePale Authors under the WTFPL. See AUTHORS for the list of authors.
package plugins package plugins
import "github.com/chrissexton/alepale/bot" import "github.com/chrissexton/alepale/bot"

View File

@ -1,3 +1,5 @@
// © 2013 the AlePale Authors under the WTFPL. See AUTHORS for the list of authors.
package plugins package plugins
import ( import (

View File

@ -1,3 +1,5 @@
// © 2013 the AlePale Authors under the WTFPL. See AUTHORS for the list of authors.
package plugins package plugins
import ( import (

View File

@ -1,3 +1,5 @@
// © 2013 the AlePale Authors under the WTFPL. See AUTHORS for the list of authors.
package plugins package plugins
// I hate this, but I'm creating strings of the templates to avoid having to // I hate this, but I'm creating strings of the templates to avoid having to

View File

@ -1,3 +1,5 @@
// © 2013 the AlePale Authors under the WTFPL. See AUTHORS for the list of authors.
package plugins package plugins
import ( import (

View File

@ -1,3 +1,5 @@
// © 2013 the AlePale Authors under the WTFPL. See AUTHORS for the list of authors.
package main package main
const Version = "0.81" const Version = "0.81"