1
0
mirror of https://github.com/astaxie/beego.git synced 2025-06-11 05:00:39 +00:00

update all files License

This commit is contained in:
astaxie
2014-04-12 13:18:18 +08:00
parent 4245521660
commit c188cbbcb4
135 changed files with 817 additions and 10 deletions

View File

@ -1,3 +1,9 @@
// Beego (http://beego.me/)
// @description beego is an open-source, high-performance web framework for the Go programming language.
// @link http://github.com/astaxie/beego for the canonical source repository
// @license http://github.com/astaxie/beego/blob/master/LICENSE
// @authors astaxie
// an example for use captcha
//
// ```

View File

@ -1,4 +1,9 @@
// modifiy and integrated to Beego from https://github.com/dchest/captcha
// Beego (http://beego.me/)
// @description beego is an open-source, high-performance web framework for the Go programming language.
// @link http://github.com/astaxie/beego for the canonical source repository
// @license http://github.com/astaxie/beego/blob/master/LICENSE
// @authors astaxie
package captcha
import (

View File

@ -1,3 +1,9 @@
// Beego (http://beego.me/)
// @description beego is an open-source, high-performance web framework for the Go programming language.
// @link http://github.com/astaxie/beego for the canonical source repository
// @license http://github.com/astaxie/beego/blob/master/LICENSE
// @authors astaxie
package captcha
import (

View File

@ -1,4 +1,9 @@
// modifiy and integrated to Beego from https://github.com/dchest/captcha
// Beego (http://beego.me/)
// @description beego is an open-source, high-performance web framework for the Go programming language.
// @link http://github.com/astaxie/beego for the canonical source repository
// @license http://github.com/astaxie/beego/blob/master/LICENSE
// @authors astaxie
package captcha
import (

View File

@ -1,3 +1,9 @@
// Beego (http://beego.me/)
// @description beego is an open-source, high-performance web framework for the Go programming language.
// @link http://github.com/astaxie/beego for the canonical source repository
// @license http://github.com/astaxie/beego/blob/master/LICENSE
// @authors astaxie
package captcha
import "testing"