Skip to content

Commit

Permalink
Adds MIT license
Browse files Browse the repository at this point in the history
  • Loading branch information
manucorporat committed May 22, 2015
1 parent 4eeca21 commit ffaf49d
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 0 deletions.
4 changes: 4 additions & 0 deletions render/data.go
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
4 changes: 4 additions & 0 deletions render/html.go
Original file line number Diff line number Diff line change
@@ -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 (
Expand Down
4 changes: 4 additions & 0 deletions render/json.go
Original file line number Diff line number Diff line change
@@ -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 (
Expand Down
4 changes: 4 additions & 0 deletions render/redirect.go
Original file line number Diff line number Diff line change
@@ -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 (
Expand Down
4 changes: 4 additions & 0 deletions render/text.go
Original file line number Diff line number Diff line change
@@ -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 (
Expand Down
4 changes: 4 additions & 0 deletions render/xml.go
Original file line number Diff line number Diff line change
@@ -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 (
Expand Down

0 comments on commit ffaf49d

Please sign in to comment.