Skip to content

Commit

Permalink
update all files License
Browse files Browse the repository at this point in the history
  • Loading branch information
astaxie committed May 16, 2014
1 parent 4245521 commit c188cbb
Show file tree
Hide file tree
Showing 135 changed files with 817 additions and 10 deletions.
13 changes: 13 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Copyright 2014 astaxie

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
6 changes: 6 additions & 0 deletions admin.go
Original file line number Diff line number Diff line change
@@ -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 beego

import (
Expand Down
6 changes: 6 additions & 0 deletions app.go
Original file line number Diff line number Diff line change
@@ -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 beego

import (
Expand Down
7 changes: 6 additions & 1 deletion beego.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
// beego is an open-source, high-performance web framework for the Go programming language
// 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 beego

import (
Expand Down
6 changes: 6 additions & 0 deletions cache/cache.go
Original file line number Diff line number Diff line change
@@ -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 cache

import (
Expand Down
6 changes: 6 additions & 0 deletions cache/cache_test.go
Original file line number Diff line number Diff line change
@@ -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 cache

import (
Expand Down
6 changes: 6 additions & 0 deletions cache/conv.go
Original file line number Diff line number Diff line change
@@ -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 cache

import (
Expand Down
6 changes: 6 additions & 0 deletions cache/conv_test.go
Original file line number Diff line number Diff line change
@@ -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 cache

import (
Expand Down
11 changes: 6 additions & 5 deletions cache/file.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
/**
* package: file
* User: gouki
* Date: 2013-10-22 - 14:22
*/
// 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 cache

import (
Expand Down
6 changes: 6 additions & 0 deletions cache/memcache/memcache.go
Original file line number Diff line number Diff line change
@@ -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 cache

import (
Expand Down
6 changes: 6 additions & 0 deletions cache/memory.go
Original file line number Diff line number Diff line change
@@ -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 cache

import (
Expand Down
6 changes: 6 additions & 0 deletions cache/redis/redis.go
Original file line number Diff line number Diff line change
@@ -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 cache

import (
Expand Down
6 changes: 6 additions & 0 deletions config.go
Original file line number Diff line number Diff line change
@@ -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 beego

import (
Expand Down
6 changes: 6 additions & 0 deletions config/config.go
Original file line number Diff line number Diff line change
@@ -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 config

import (
Expand Down
6 changes: 6 additions & 0 deletions config/fake.go
Original file line number Diff line number Diff line change
@@ -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 config

import (
Expand Down
6 changes: 6 additions & 0 deletions config/ini.go
Original file line number Diff line number Diff line change
@@ -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 config

import (
Expand Down
6 changes: 6 additions & 0 deletions config/ini_test.go
Original file line number Diff line number Diff line change
@@ -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 config

import (
Expand Down
6 changes: 6 additions & 0 deletions config/json.go
Original file line number Diff line number Diff line change
@@ -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 config

import (
Expand Down
6 changes: 6 additions & 0 deletions config/json_test.go
Original file line number Diff line number Diff line change
@@ -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 config

import (
Expand Down
6 changes: 6 additions & 0 deletions config/xml/xml.go
Original file line number Diff line number Diff line change
@@ -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 config

import (
Expand Down
6 changes: 6 additions & 0 deletions config/xml/xml_test.go
Original file line number Diff line number Diff line change
@@ -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 config

import (
Expand Down
6 changes: 6 additions & 0 deletions config/yaml/yaml.go
Original file line number Diff line number Diff line change
@@ -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 config

import (
Expand Down
6 changes: 6 additions & 0 deletions config/yaml/yaml_test.go
Original file line number Diff line number Diff line change
@@ -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 config

import (
Expand Down
6 changes: 6 additions & 0 deletions config_test.go
Original file line number Diff line number Diff line change
@@ -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 beego

import (
Expand Down
6 changes: 6 additions & 0 deletions context/context.go
Original file line number Diff line number Diff line change
@@ -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 context

import (
Expand Down
6 changes: 6 additions & 0 deletions context/input.go
Original file line number Diff line number Diff line change
@@ -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 context

import (
Expand Down
6 changes: 6 additions & 0 deletions context/input_test.go
Original file line number Diff line number Diff line change
@@ -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 context

import (
Expand Down
6 changes: 6 additions & 0 deletions context/output.go
Original file line number Diff line number Diff line change
@@ -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 context

import (
Expand Down
6 changes: 6 additions & 0 deletions controller.go
Original file line number Diff line number Diff line change
@@ -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 beego

import (
Expand Down
7 changes: 7 additions & 0 deletions example/beeapi/controllers/default.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
// 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 controllers

import (
"encoding/json"

"github.com/astaxie/beego"
"github.com/astaxie/beego/example/beeapi/models"
)
Expand Down
6 changes: 6 additions & 0 deletions example/beeapi/main.go
Original file line number Diff line number Diff line change
@@ -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 main

import (
Expand Down
6 changes: 6 additions & 0 deletions example/beeapi/models/object.go
Original file line number Diff line number Diff line change
@@ -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 models

import (
Expand Down
6 changes: 6 additions & 0 deletions example/chat/controllers/default.go
Original file line number Diff line number Diff line change
@@ -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 Unknwon

package controllers

import (
Expand Down
6 changes: 6 additions & 0 deletions example/chat/controllers/ws.go
Original file line number Diff line number Diff line change
@@ -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 Unknwon

package controllers

import (
Expand Down
5 changes: 5 additions & 0 deletions example/chat/main.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
// 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 Unknwon
package main

import (
Expand Down
6 changes: 6 additions & 0 deletions filter.go
Original file line number Diff line number Diff line change
@@ -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 beego

import (
Expand Down
6 changes: 6 additions & 0 deletions fiter_test.go
Original file line number Diff line number Diff line change
@@ -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 beego

import (
Expand Down
6 changes: 6 additions & 0 deletions flash.go
Original file line number Diff line number Diff line change
@@ -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 beego

import (
Expand Down
Loading

0 comments on commit c188cbb

Please sign in to comment.