Explorar o código

Adds MIT license

Manu Mtz-Almeida %!s(int64=10) %!d(string=hai) anos
pai
achega
ffaf49da0e
Modificáronse 6 ficheiros con 24 adicións e 0 borrados
  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 (