mirror of
https://github.com/astaxie/beego.git
synced 2025-07-05 00:50:19 +00:00
cache
config
context
grace
httplib
logs
migration
orm
plugins
session
swagger
testing
toolbox
utils
captcha
LICENSE
README.md
captcha.go
image.go
image_test.go
siprng.go
siprng_test.go
pagination
testdata
caller.go
caller_test.go
debug.go
debug_test.go
file.go
file_test.go
mail.go
mail_test.go
rand.go
safemap.go
safemap_test.go
slice.go
slice_test.go
validation
.gitignore
LICENSE
README.md
admin.go
adminui.go
app.go
beego.go
config.go
config_test.go
controller.go
controller_test.go
doc.go
docs.go
error.go
filter.go
filter_test.go
flash.go
flash_test.go
hooks.go
log.go
mime.go
namespace.go
namespace_test.go
parser.go
router.go
router_test.go
staticfile.go
staticfile_test.go
template.go
template_test.go
templatefunc.go
templatefunc_test.go
tree.go
tree_test.go
20 lines
1.1 KiB
Plaintext
20 lines
1.1 KiB
Plaintext
Copyright (c) 2011-2014 Dmitry Chestnykh <dmitry@codingrobots.com>
|
|
|
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
of this software and associated documentation files (the "Software"), to deal
|
|
in the Software without restriction, including without limitation the rights
|
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
copies of the Software, and to permit persons to whom the Software is
|
|
furnished to do so, subject to the following conditions:
|
|
|
|
The above copyright notice and this permission notice shall be included in
|
|
all copies or substantial portions of the Software.
|
|
|
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
THE SOFTWARE.
|