瀏覽代碼

Adds MIT license

Manu Mtz-Almeida 10 年之前
父節點
當前提交
ffaf49da0e
共有 6 個文件被更改,包括 24 次插入0 次删除
  1. 4 0
      render/data.go
  2. 4 0
      render/html.go
  3. 4 0
      render/json.go
  4. 4 0
      render/redirect.go
  5. 4 0
      render/text.go
  6. 4 0
      render/xml.go

+ 4 - 0
render/data.go

@@ -1,3 +1,7 @@
+// Copyright 2014 Manu Martinez-Almeida.  All rights reserved.
+// Use of this source code is governed by a MIT style
+// license that can be found in the LICENSE file.
+
 package render
 
 import "net/http"

+ 4 - 0
render/html.go

@@ -1,3 +1,7 @@
+// Copyright 2014 Manu Martinez-Almeida.  All rights reserved.
+// Use of this source code is governed by a MIT style
+// license that can be found in the LICENSE file.
+
 package render
 
 import (

+ 4 - 0
render/json.go

@@ -1,3 +1,7 @@
+// Copyright 2014 Manu Martinez-Almeida.  All rights reserved.
+// Use of this source code is governed by a MIT style
+// license that can be found in the LICENSE file.
+
 package render
 
 import (

+ 4 - 0
render/redirect.go

@@ -1,3 +1,7 @@
+// Copyright 2014 Manu Martinez-Almeida.  All rights reserved.
+// Use of this source code is governed by a MIT style
+// license that can be found in the LICENSE file.
+
 package render
 
 import (

+ 4 - 0
render/text.go

@@ -1,3 +1,7 @@
+// Copyright 2014 Manu Martinez-Almeida.  All rights reserved.
+// Use of this source code is governed by a MIT style
+// license that can be found in the LICENSE file.
+
 package render
 
 import (

+ 4 - 0
render/xml.go

@@ -1,3 +1,7 @@
+// Copyright 2014 Manu Martinez-Almeida.  All rights reserved.
+// Use of this source code is governed by a MIT style
+// license that can be found in the LICENSE file.
+
 package render
 
 import (