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 (